Searched defs:CwiseClampOp (Results 1 - 1 of 1) sorted by relevance

/external/eigen/doc/examples/
H A Dclass_CwiseUnaryOp.cpp8 struct CwiseClampOp { struct
9 CwiseClampOp(const Scalar& inf, const Scalar& sup) : m_inf(inf), m_sup(sup) {} function in struct:CwiseClampOp
17 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(CwiseClampOp<double>(-0.5,0.5)) << endl;

Completed in 116 milliseconds