Go to the source code of this file.
|
using | MatrixXdRM = Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > |
|
|
void | removeRow (Eigen::MatrixXd &matrix, unsigned int rowToRemove) |
|
void | removeRow (const MatrixXdRM &matrix, MatrixXdRM &matrix_red, const std::vector< unsigned int > &toRemove) |
|
void | removeRow (const Eigen::MatrixXd &matrix, MatrixXdRM &matrix_red, const std::vector< unsigned int > &toRemove) |
|
void | removeColumn (Eigen::MatrixXd &matrix, unsigned int colToRemove) |
|
◆ MatrixXdRM
using MatrixXdRM = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> |
◆ removeColumn()
void removeColumn |
( |
Eigen::MatrixXd & |
matrix, |
|
|
unsigned int |
colToRemove |
|
) |
| |
◆ removeRow() [1/3]
void removeRow |
( |
Eigen::MatrixXd & |
matrix, |
|
|
unsigned int |
rowToRemove |
|
) |
| |
◆ removeRow() [2/3]
void removeRow |
( |
const MatrixXdRM & |
matrix, |
|
|
MatrixXdRM & |
matrix_red, |
|
|
const std::vector< unsigned int > & |
toRemove |
|
) |
| |
◆ removeRow() [3/3]
void removeRow |
( |
const Eigen::MatrixXd & |
matrix, |
|
|
MatrixXdRM & |
matrix_red, |
|
|
const std::vector< unsigned int > & |
toRemove |
|
) |
| |