Go to the documentation of this file.
22 #ifndef _BLAZE_MATH_PROBLEMS_LCP_H_
23 #define _BLAZE_MATH_PROBLEMS_LCP_H_
60 inline size_t size ()
const;
61 inline void project (
size_t index );
109 x_[index] =
max( 0,
x_[index] );
148 return min(
x_[index], (
A_ *
x_ )[index] +
b_[index] );
162 for(
size_t i=0; i<
size(); ++i )