7 template<
typename Scalar>
16 Matrix4d
m1 = Matrix4d::Random();
17 cout << m1 << endl <<
"becomes: " << endl << m1.unaryExpr(
CwiseClampOp<double>(-0.5,0.5)) << endl;
Namespace containing all symbols from the Eigen library.
const Scalar operator()(const Scalar &x) const
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
CwiseClampOp(const Scalar &inf, const Scalar &sup)