Searched refs:inv_cond (Results 1 - 1 of 1) sorted by relevance

/external/eigen/doc/examples/
H A Dfunction_taking_ref.cpp6 float inv_cond(const Ref<const MatrixXf>& a) function
16 cout << "inv_cond(m): " << inv_cond(m) << endl;
17 cout << "inv_cond(m(1:3,1:3)): " << inv_cond(m.topLeftCorner(3,3)) << endl;
18 cout << "inv_cond(m+I): " << inv_cond(m+Matrix4f::Identity()) << endl;

Completed in 127 milliseconds