Public Member Functions | |
| RandomBlockMatrixBuilder (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range, double blockDensity, double onProcDensity, double offProcDensity, const VectorType< double > &vecType) | |
| LinearOperator< double > | getOp () const |
Private Attributes | |
| LinearOperator< double > | op_ |
Definition at line 44 of file TSFRandomBlockMatrixBuilderDecl.hpp.
| TSFExtended::RandomBlockMatrixBuilder< Scalar >::RandomBlockMatrixBuilder | ( | const VectorSpace< Scalar > & | domain, |
| const VectorSpace< Scalar > & | range, | ||
| double | blockDensity, | ||
| double | onProcDensity, | ||
| double | offProcDensity, | ||
| const VectorType< double > & | vecType | ||
| ) | [inline] |
Definition at line 53 of file TSFRandomBlockMatrixBuilderImpl.hpp.
References TSFExtended::RandomSparseMatrixBuilder< Scalar >::getOp().
| LinearOperator<double> TSFExtended::RandomBlockMatrixBuilder< Scalar >::getOp | ( | ) | const [inline, virtual] |
Implements TSFExtended::OperatorBuilder< Scalar >.
Definition at line 56 of file TSFRandomBlockMatrixBuilderDecl.hpp.
References TSFExtended::RandomBlockMatrixBuilder< Scalar >::op_.
LinearOperator<double> TSFExtended::RandomBlockMatrixBuilder< Scalar >::op_ [private] |
Definition at line 59 of file TSFRandomBlockMatrixBuilderDecl.hpp.
Referenced by TSFExtended::RandomBlockMatrixBuilder< Scalar >::getOp().