TMB Documentation
v1.9.11
|
Matrix class used by TMB. More...
#include <vector.hpp>
Public Member Functions | |
vector< Type > | vec () |
Matrix class used by TMB.
The TMB matrix class is implemented as an Eigen Matrix of dynamic dimension. In particular, linear algebra methods are inherited from the Eigen library.
Definition at line 101 of file vector.hpp.
The vec operator stacks the matrix columns into a single vector.
Definition at line 120 of file vector.hpp.