|
linbox
|
toom-cook multiplication routine More...
#include <linbox/linbox-config.h>#include <iostream>#include "linbox/integer.h"#include "linbox/ring/modular.h"#include "linbox/matrix/dense-matrix.h"#include "linbox/matrix/random-matrix.h"#include "givaro/modular.h"#include "linbox/util/timer.h"#include "linbox/algorithms/matrix-blas3/mul.h"#include "test-common.h"
Include dependency graph for test-toom-cook.C:Namespaces | |
| LinBox | |
| Namespace in which all linbox code resides. | |
| LinBox::Protected | |
| This is the namespace all LinBox internal code is in. | |
Functions | |
| template<class _anyVector > | |
| _anyVector & | mul (_anyVector &C, const SparseMatrix< typename _anyVector::Field, SparseMatrixFormat::CSR > &A, const _anyVector &B, const BLAS3::mulMethod::CRA &) |
toom-cook multiplication routine
| _anyVector& LinBox::BLAS2::mul | ( | _anyVector & | C, |
| const SparseMatrix< typename _anyVector::Field, SparseMatrixFormat::CSR > & | A, | ||
| const _anyVector & | B, | ||
| const BLAS3::mulMethod::CRA & | |||
| ) |
1.8.12