#include <dense.h>
Inheritance diagram for DenseMatrixFactory:
Public Methods | |
DenseMatrixFactory (const DenseMatrixBase< BElement > &A) | |
DenseMatrix< Field > * | makeBlackbox (const Field &F) |
integer & | maxNorm (integer &res) |
integer & | hadamardBound (integer &res) const |
size_t | rowdim () |
size_t | coldim () |
|
|
|
Give the column dimension of the matrix Implements BlackboxFactory< Field, DenseMatrix< Field > >. |
|
Compute and return the hadamard bound of the matrxi. Implements BlackboxFactory< Field, DenseMatrix< Field > >. |
|
Given a field and vector type, construct a black box for the matrix over that field and using that vector type. This should be implemented by the user
Implements BlackboxFactory< Field, DenseMatrix< Field > >. |
|
Compute and return the max-norm of the matrix.
Implements BlackboxFactory< Field, DenseMatrix< Field > >. |
|
Give the row dimension of the matrix Implements BlackboxFactory< Field, DenseMatrix< Field > >. |