Go to the source code of this file.
Functions | |
Matrix3f | A (3, 3) |
Variables | |
A << 1, 2, 3, 4, 5, 6, 7, 8, 10;Matrix < float, 3, 2 > | B |
B<< 3, 1, 3, 1, 4, 1;Matrix < float, 3, 2 > | X = A.fullPivLu().solve(B) |
Matrix3f A | ( | 3 | , |
3 | |||
) |
Definition at line 3 of file Tutorial_solve_multiple_rhs.cpp.
Definition at line 5 of file Tutorial_solve_multiple_rhs.cpp.