
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 |
Definition at line 20 of file PlayaRandomBlockMatrixBuilderDecl.hpp.
| Playa::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 29 of file PlayaRandomBlockMatrixBuilderImpl.hpp.
| LinearOperator<double> Playa::RandomBlockMatrixBuilder< Scalar >::getOp | ( | ) | const [inline, virtual] |
Implements Playa::OperatorBuilder< Scalar >.
Definition at line 32 of file PlayaRandomBlockMatrixBuilderDecl.hpp.