|
linbox
|
Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
| namespace | LinBox::BLAS3 |
| namespace | LinBox::BLAS3::Protected |
Functions | |
| template<class _ZZ> | |
| void | getFlintMatrix (BlasMatrix< _ZZ > &C, const FLINT::fmpz_mat_t Cf) |
| template<class _ZZ> | |
| void | setFlintMatrix (FLINT::fmpz_mat_t Cf, const BlasMatrix< _ZZ > &C) |
| template<class DenseIntMat> | |
| DenseIntMat & | mul (DenseIntMat &C, const DenseIntMat &A, const DenseIntMat &B, const mulMethod::FLINT &) |