#include <capd/matrixAlgorithms/IntMatrixAlgorithmsFactory.h>
◆ This
◆ IntMatrixAlgorithmsFactory()
capd::matrixAlgorithms::IntMatrixAlgorithmsFactory::IntMatrixAlgorithmsFactory |
( |
bool |
usePARI | ) |
|
|
inline |
◆ quotientBaseMatrix()
template<typename Matrix >
QuotientBaseMatrix<Matrix>::type capd::matrixAlgorithms::IntMatrixAlgorithmsFactory::quotientBaseMatrix |
( |
Matrix & |
A_W, |
|
|
Matrix & |
A_V |
|
) |
| |
|
inline |
◆ smithForm()
template<typename Matrix >
SmithForm<Matrix>::type capd::matrixAlgorithms::IntMatrixAlgorithmsFactory::smithForm |
( |
Matrix & |
B, |
|
|
bool |
computeQ, |
|
|
bool |
computeQinv, |
|
|
bool |
computeR, |
|
|
bool |
computeRinv |
|
) |
| |
|
inline |
◆ solveLinearEquation()
template<typename Matrix >
SolveLinearEquation<Matrix>::type capd::matrixAlgorithms::IntMatrixAlgorithmsFactory::solveLinearEquation |
( |
Matrix & |
m | ) |
|
|
inline |