|
Biorbd
|
A wrapper for the Eigen::MatrixXd. More...
#include <Matrix.h>
Public Member Functions | |
| Matrix () | |
| Construct matrix. | |
| Matrix (unsigned int nbRows, unsigned int nbCols) | |
| Construct matrix of size nbRows,nbCols. More... | |
| biorbd::utils::Matrix::Matrix | ( | unsigned int | nbRows, |
| unsigned int | nbCols | ||
| ) |
Construct matrix of size nbRows,nbCols.
| nbRows | Number of rows |
| nbCols | Number of columns |
Definition at line 51 of file Matrix.cpp.
1.8.18