MCPcopy Create free account
hub / github.com/Derious/cuMPC / main

Function main

dependence/eigen-3.4.0/doc/examples/function_taking_ref.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12int main()
13{
14 Matrix4f m = Matrix4f::Random();
15 cout << "matrix m:" << endl << m << endl << endl;
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;
19}

Callers

nothing calls this directly

Calls 1

inv_condFunction · 0.85

Tested by

no test coverage detected