Biorbd
Public Member Functions | List of all members
biorbd::utils::Matrix Class Reference

A wrapper for the Eigen::MatrixXd. More...

#include <Matrix.h>

Inheritance diagram for biorbd::utils::Matrix:

Public Member Functions

 Matrix ()
 Construct matrix.
 
 Matrix (unsigned int nbRows, unsigned int nbCols)
 Construct matrix of size nbRows,nbCols. More...
 

Detailed Description

A wrapper for the Eigen::MatrixXd.

Definition at line 19 of file Matrix.h.

Constructor & Destructor Documentation

◆ Matrix()

biorbd::utils::Matrix::Matrix ( unsigned int  nbRows,
unsigned int  nbCols 
)

Construct matrix of size nbRows,nbCols.

Parameters
nbRowsNumber of rows
nbColsNumber of columns

Definition at line 51 of file Matrix.cpp.


The documentation for this class was generated from the following files: