|
AUTh-ARL Core Stack
0.7
|
Additional functionality to the Eigen Library. More...
Functions | |
| Matrix (const arma::mat &arma) | |
| Plugin contructor for creating an Eigen Matrix from an Armadillo Matrix. More... | |
| arma::mat | toArma () const |
| Returns the equivalent Armadillo Matrix from this Eigen Matrix. More... | |
Additional functionality to the Eigen Library.
| Matrix | ( | const arma::mat & | arma | ) |
Plugin contructor for creating an Eigen Matrix from an Armadillo Matrix.
| arma | The Armadillo matrix |