Functions | Variables
Tutorial_solve_multiple_rhs.cpp File Reference

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)
 

Function Documentation

Matrix3f A ( ,
 
)

Variable Documentation

A<< 1,2,3, 4,5,6, 7,8,10;Matrix<float,3,2> B

Definition at line 3 of file Tutorial_solve_multiple_rhs.cpp.

X = A.fullPivLu().solve(B)

Definition at line 5 of file Tutorial_solve_multiple_rhs.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:43