|
TR-mbed 1.0
|
Functions | |
| cout<< "Here is the matrix m:"<< endl<< m<< endl;JacobiSVD< MatrixXf > | svd (m, ComputeThinU|ComputeThinV) |
Variables | |
| MatrixXf | m = MatrixXf::Random(3,2) |
| cout<< "Here is the matrix m:"<< endl<< m<< endl;JacobiSVD< MatrixXf > svd | ( | m | , |
| ComputeThinU| | ComputeThinV | ||
| ) |
| MatrixXf m = MatrixXf::Random(3,2) |