Functions | |
template<class Field, class IMatrix> void | map (DenseMatrix< Field > *&Ap, const IMatrix &A, const Field &F) |
template<class Ring, class Field> void | map (DenseMatrixBase< typename Field::Element > *&Ap, const DenseMatrixBase< typename Ring::Element > &A, const Field &F) |
template<class Field, class IMatrix> void | map (SparseMatrix< Field > *&Ap, const IMatrix &A, const Field &F) |
template<class Ring, class Field> void | map (DenseMatrix< Field > *&Ap, const DenseMatrix< Ring > &A, const Field &F) |
template<class Ring, class Field> void | map (DenseMatrix< Field > *&Ap, const SparseMatrix< Ring > &A, const Field &F) |
template<class Ring, class Vect1, class Field, class Vect2> void | map (SparseMatrix< Field, Vect2 > *&Ap, const SparseMatrix< Ring, Vect1 > &A, const Field &F) |
|
|
|
|
|
|
|
|
|
|
|
|