◆ MatrixX() [1/4]
◆ MatrixX() [2/4]
MatrixX::MatrixX |
( |
const MatrixX & |
m | ) |
|
|
inline |
◆ MatrixX() [3/4]
MatrixX::MatrixX |
( |
int |
rows, |
|
|
int |
cols |
|
) |
| |
|
inline |
◆ MatrixX() [4/4]
◆ ~MatrixX()
◆ cols()
unsigned int MatrixX::cols |
( |
| ) |
const |
|
inline |
◆ conservativeResize()
void MatrixX::conservativeResize |
( |
int |
rows, |
|
|
int |
cols |
|
) |
| |
|
inline |
◆ dotM()
◆ dotV()
◆ get()
double MatrixX::get |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ getColumn()
VectorX* MatrixX::getColumn |
( |
int |
j | ) |
const |
|
inline |
◆ getRow()
VectorX* MatrixX::getRow |
( |
int |
i | ) |
const |
|
inline |
◆ isApprox()
bool MatrixX::isApprox |
( |
MatrixX const & |
other, |
|
|
double |
tolerance |
|
) |
| |
|
inline |
◆ jacobiSvd()
JacobiSVD* MatrixX::jacobiSvd |
( |
int |
flags = 0 | ) |
const |
|
inline |
◆ negate()
◆ norm()
double MatrixX::norm |
( |
| ) |
const |
|
inline |
◆ operator+()
◆ operator-()
◆ operator/()
MatrixX* MatrixX::operator/ |
( |
double |
scalar | ) |
const |
|
inline |
◆ operator==()
bool MatrixX::operator== |
( |
MatrixX const & |
other | ) |
const |
|
inline |
◆ resize()
void MatrixX::resize |
( |
int |
rows, |
|
|
int |
cols |
|
) |
| |
|
inline |
◆ rows()
unsigned int MatrixX::rows |
( |
| ) |
const |
|
inline |
◆ scale()
MatrixX* MatrixX::scale |
( |
double |
scalar | ) |
const |
|
inline |
◆ set()
void MatrixX::set |
( |
int |
i, |
|
|
int |
j, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ setColumn()
void MatrixX::setColumn |
( |
int |
j, |
|
|
const VectorX & |
v |
|
) |
| |
|
inline |
◆ setRow()
void MatrixX::setRow |
( |
int |
i, |
|
|
const VectorX & |
v |
|
) |
| |
|
inline |
◆ size()
unsigned int MatrixX::size |
( |
| ) |
const |
|
inline |
◆ transpose()
MatrixX* MatrixX::transpose |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file:
- /home/dfki.uni-bremen.de/roehr/workspace/2maz/dev/base/types/bindings/ruby/ext/base_types_ruby/Eigen.cpp