Public Member Functions | |
| virtual | ~MatrixFactory () |
| virtual LinearOperator< Scalar > | createMatrix () const =0 |
MatrixFactory is an abstract builder for empty matrices
Definition at line 55 of file PlayaMatrixFactory.hpp.
| virtual Playa::MatrixFactory< Scalar >::~MatrixFactory | ( | ) | [inline, virtual] |
Virtual dtor
Definition at line 59 of file PlayaMatrixFactory.hpp.
| virtual LinearOperator<Scalar> Playa::MatrixFactory< Scalar >::createMatrix | ( | ) | const [pure virtual] |
Implemented in Playa::EpetraMatrixFactory, and Playa::DenseSerialMatrixFactory.