Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

DenseMatrixFactory Class Template Reference

#include <dense.h>

Inheritance diagram for DenseMatrixFactory:

BlackboxFactory< Field, DenseMatrix< Field > > List of all members.

Detailed Description

template<class Field, class BElement>
class LinBox::DenseMatrixFactory< Field, BElement >

Dense matrix factory This class ingerits \ref{BlackboxFactory} and provides a method for using a \ref{DenseMatrixBase} object with integer or rational data type as input to the high-level intger and rational solutions functions.


Public Methods

 DenseMatrixFactory (const DenseMatrixBase< BElement > &A)
DenseMatrix< Field > * makeBlackbox (const Field &F)
integermaxNorm (integer &res)
integerhadamardBound (integer &res) const
size_t rowdim ()
size_t coldim ()


Constructor & Destructor Documentation

DenseMatrixFactory const DenseMatrixBase< BElement > &    A [inline]
 


Member Function Documentation

size_t coldim   [inline, virtual]
 

Give the column dimension of the matrix

Implements BlackboxFactory< Field, DenseMatrix< Field > >.

integer & hadamardBound integer   res const [virtual]
 

Compute and return the hadamard bound of the matrxi.

Implements BlackboxFactory< Field, DenseMatrix< Field > >.

DenseMatrix< Field > * makeBlackbox const Field   F [virtual]
 

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

Parameters:
F  Field over which to construct the black box

Implements BlackboxFactory< Field, DenseMatrix< Field > >.

integer & maxNorm integer   res [virtual]
 

Compute and return the max-norm of the matrix.

Parameters:
res  Place to store result

Implements BlackboxFactory< Field, DenseMatrix< Field > >.

size_t rowdim   [inline, virtual]
 

Give the row dimension of the matrix

Implements BlackboxFactory< Field, DenseMatrix< Field > >.


Generated on Mon Jun 20 09:16:53 2005 for linbox by doxygen1.2.18