
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 |
Definition at line 20 of file PlayaRandomSparseMatrixBuilderDecl.hpp.
| Playa::RandomSparseMatrixBuilder< Scalar >::RandomSparseMatrixBuilder | ( | int | nLocalRows, | |
| int | nLocalCols, | |||
| double | onProcDensity, | |||
| double | offProcDensity, | |||
| const VectorType< double > & | vecType | |||
| ) | [inline] |
Definition at line 23 of file PlayaRandomSparseMatrixBuilderImpl.hpp.
| Playa::RandomSparseMatrixBuilder< Scalar >::RandomSparseMatrixBuilder | ( | const VectorSpace< Scalar > & | domain, | |
| const VectorSpace< Scalar > & | range, | |||
| double | onProcDensity, | |||
| double | offProcDensity, | |||
| const VectorType< double > & | vecType | |||
| ) | [inline] |
Definition at line 35 of file PlayaRandomSparseMatrixBuilderImpl.hpp.
| LinearOperator<double> Playa::RandomSparseMatrixBuilder< Scalar >::getOp | ( | ) | const [inline, virtual] |
Implements Playa::OperatorBuilder< Scalar >.
Definition at line 36 of file PlayaRandomSparseMatrixBuilderDecl.hpp.