Go to the source code of this file.
Typedefs | |
typedef Map< MatrixType > | MapType |
typedef Map< const MatrixType > | MapTypeConst |
typedef Matrix< float, 1, Dynamic > | MatrixType |
Functions | |
MatrixType | m1 (n_dims) |
MatrixType | m2 (n_dims) |
MapType | m2map (p, m2.size()) |
MapTypeConst | m2mapconst (p, m2.size()) |
m1 | setRandom () |
Variables | |
const int | n_dims |
float * | p |
typedef Map<MatrixType> MapType |
Definition at line 2 of file Tutorial_Map_using.cpp.
typedef Map<const MatrixType> MapTypeConst |
Definition at line 3 of file Tutorial_Map_using.cpp.
typedef Matrix<float,1,Dynamic> MatrixType |
Definition at line 1 of file Tutorial_Map_using.cpp.
MatrixType m1 | ( | n_dims | ) |
MatrixType m2 | ( | n_dims | ) |
MapTypeConst m2mapconst | ( | p | , |
m2. | size() | ||
) |
m1 setRandom | ( | ) |
const int n_dims |
Definition at line 4 of file Tutorial_Map_using.cpp.
float* p |
Definition at line 9 of file Tutorial_Map_using.cpp.