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

BlasMatrixApplyDomain Class Template Reference

#include <apply.h>

List of all members.

template<class Domain, class IMatrix>
class LinBox::BlasMatrixApplyDomain< Domain, IMatrix >


Public Types

typedef Domain::Element Element
typedef std::vector< ElementVector
typedef IMatrix Matrix

Public Methods

 BlasMatrixApplyDomain (const Domain &D, const IMatrix &M)
 ~BlasMatrixApplyDomain ()
void setup (LinBox::integer prime)
VectorapplyV (Vector &y, Vector &x) const
VectorapplyVTrans (Vector &y, Vector &x) const
IMatrix & applyM (IMatrix &Y, const IMatrix &X) const

Protected Attributes

Domain _D
const IMatrix & _M
MatrixDomain< Domain > _MD
size_t _m
size_t _n
bool use_chunks
bool use_neg
size_t chunk_size
size_t num_chunks
double * chunks

Member Typedef Documentation

typedef Domain::Element Element
 

typedef IMatrix Matrix
 

typedef std::vector<Element> Vector
 


Constructor & Destructor Documentation

BlasMatrixApplyDomain const Domain &    D,
const IMatrix &    M
[inline]
 

~BlasMatrixApplyDomain   [inline]
 


Member Function Documentation

IMatrix& applyM IMatrix &    Y,
const IMatrix &    X
const [inline]
 

Vector& applyV Vector   y,
Vector   x
const [inline]
 

Vector& applyVTrans Vector   y,
Vector   x
const [inline]
 

void setup LinBox::integer    prime [inline]
 


Member Data Documentation

Domain _D [protected]
 

size_t _m [protected]
 

const IMatrix& _M [protected]
 

MatrixDomain<Domain> _MD [protected]
 

size_t _n [protected]
 

size_t chunk_size [protected]
 

double* chunks [protected]
 

size_t num_chunks [protected]
 

bool use_chunks [protected]
 

bool use_neg [protected]
 


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