|
ug4
|
Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::simpleMatrOps |
Functions | |
| std::vector< double > | ug::simpleMatrOps::cramerRule (std::vector< std::vector< double > > const &coefficients, std::vector< double > const &constants) |
| double | ug::simpleMatrOps::determinant_2x2 (std::vector< std::vector< double > > const &matrix) |
| double | ug::simpleMatrOps::determinant_3x3 (std::vector< std::vector< double > > const &matrix) |