Go to the documentation of this file.
22 #ifndef _BLAZE_MATH_PROBLEMS_LSE_H_
23 #define _BLAZE_MATH_PROBLEMS_LSE_H_
58 inline size_t size ()
const;
59 inline void project (
size_t index );
144 return (
A_ *
x_ )[index] +
b_[index];
158 for(
size_t i=0; i<
size(); ++i ) {