Go to the source code of this file.
Functions | |
void | removeColumn (MatrixXd &matrix, unsigned int colToRemove) |
void | removeColumn (const MatrixXd &matrix, MatrixXd &matrix_red, const std::vector< unsigned int > &toRemove) |
void | removeRowT (const MatrixXd &matrix, MatrixXdRM &matrix_red, const std::vector< unsigned int > &toRemove) |
void removeColumn | ( | MatrixXd & | matrix, |
unsigned int | colToRemove | ||
) |
Definition at line 42 of file orthoPoly3D.C.
Referenced by orthoPoly3D::eval(), and orthoPoly3D::operator()().
void removeColumn | ( | const MatrixXd & | matrix, |
MatrixXd & | matrix_red, | ||
const std::vector< unsigned int > & | toRemove | ||
) |
Definition at line 57 of file orthoPoly3D.C.
void removeRowT | ( | const MatrixXd & | matrix, |
MatrixXdRM & | matrix_red, | ||
const std::vector< unsigned int > & | toRemove | ||
) |
Definition at line 85 of file orthoPoly3D.C.
Referenced by orthoPoly3D::computeA().