|
ug4
|
Functions | |
| std::vector< double > | cramerRule (std::vector< std::vector< double > > const &coefficients, std::vector< double > const &constants) |
| double | determinant_2x2 (std::vector< std::vector< double > > const &matrix) |
| double | determinant_3x3 (std::vector< std::vector< double > > const &matrix) |
| std::vector< double > ug::simpleMatrOps::cramerRule | ( | std::vector< std::vector< double > > const & | coefficients, |
| std::vector< double > const & | constants | ||
| ) |
References determinant_2x2(), determinant_3x3(), and UG_LOG.
Referenced by ug::ArteExpandFracs3D::computeCrossingPointOf3Planes().
| double ug::simpleMatrOps::determinant_2x2 | ( | std::vector< std::vector< double > > const & | matrix | ) |
Referenced by cramerRule().
| double ug::simpleMatrOps::determinant_3x3 | ( | std::vector< std::vector< double > > const & | matrix | ) |
Referenced by cramerRule().