#include <PlayaMatrixFactory.hpp>
Public Member Functions | |
| virtual | ~MatrixFactory () |
| virtual LinearOperator< Scalar > | createMatrix () const =0 |
Definition at line 18 of file PlayaMatrixFactory.hpp.
| virtual Playa::MatrixFactory< Scalar >::~MatrixFactory | ( | ) | [inline, virtual] |
Virtual dtor
Definition at line 22 of file PlayaMatrixFactory.hpp.
| virtual LinearOperator<Scalar> Playa::MatrixFactory< Scalar >::createMatrix | ( | ) | const [pure virtual] |
Implemented in Playa::EpetraMatrixFactory.