#include "manipulator.hh"#include "props.hh"Namespaces | |
| namespace | linear |
Classes | |
| class | lsolve |
| Solve a system of linear equations. More... | |
| class | decompose |
| Decompose a tensor monomial on a basis of monomials constructed before. More... | |
Functions | |
| bool | linear::gaussian_elimination (const std::vector< std::vector< multiplier_t > > &a, const std::vector< multiplier_t > &b) |
| bool | linear::gaussian_elimination_inplace (std::vector< std::vector< multiplier_t > > &a, std::vector< multiplier_t > &b) |
1.4.6