Public Member Functions | Private Member Functions | Private Attributes
Playa::RandomSparseMatrixBuilder< Scalar > Class Template Reference
Inheritance diagram for Playa::RandomSparseMatrixBuilder< Scalar >:
Playa::OperatorBuilder< Scalar >

List of all members.

Public Member Functions

 RandomSparseMatrixBuilder (int nLocalRows, int nLocalCols, double onProcDensity, double offProcDensity, const VectorType< double > &vecType)
 RandomSparseMatrixBuilder (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range, double onProcDensity, double offProcDensity, const VectorType< double > &vecType)
LinearOperator< double > getOp () const

Private Member Functions

void initOp (double onProcDensity, double offProcDensity)

Private Attributes

LinearOperator< double > op_

Detailed Description

template<class Scalar>
class Playa::RandomSparseMatrixBuilder< Scalar >

Definition at line 57 of file PlayaRandomSparseMatrixBuilderDecl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
Playa::RandomSparseMatrixBuilder< Scalar >::RandomSparseMatrixBuilder ( int  nLocalRows,
int  nLocalCols,
double  onProcDensity,
double  offProcDensity,
const VectorType< double > &  vecType 
) [inline]

Definition at line 60 of file PlayaRandomSparseMatrixBuilderImpl.hpp.

template<class Scalar >
Playa::RandomSparseMatrixBuilder< Scalar >::RandomSparseMatrixBuilder ( const VectorSpace< Scalar > &  domain,
const VectorSpace< Scalar > &  range,
double  onProcDensity,
double  offProcDensity,
const VectorType< double > &  vecType 
) [inline]

Definition at line 72 of file PlayaRandomSparseMatrixBuilderImpl.hpp.


Member Function Documentation

template<class Scalar>
LinearOperator<double> Playa::RandomSparseMatrixBuilder< Scalar >::getOp ( ) const [inline, virtual]
template<class Scalar >
void Playa::RandomSparseMatrixBuilder< Scalar >::initOp ( double  onProcDensity,
double  offProcDensity 
) [inline, private]

Member Data Documentation

template<class Scalar>
LinearOperator<double> Playa::RandomSparseMatrixBuilder< Scalar >::op_ [private]

Site Contact