Playa::MatrixFactory< Scalar > Class Template Reference

#include <PlayaMatrixFactory.hpp>

List of all members.

Public Member Functions

virtual ~MatrixFactory ()
virtual LinearOperator< Scalar > createMatrix () const =0


Detailed Description

template<class Scalar>
class Playa::MatrixFactory< Scalar >

MatrixFactory is an abstract builder for empty matrices

Definition at line 18 of file PlayaMatrixFactory.hpp.


Constructor & Destructor Documentation

template<class Scalar>
virtual Playa::MatrixFactory< Scalar >::~MatrixFactory (  )  [inline, virtual]

Virtual dtor

Definition at line 22 of file PlayaMatrixFactory.hpp.


Member Function Documentation

template<class Scalar>
virtual LinearOperator<Scalar> Playa::MatrixFactory< Scalar >::createMatrix (  )  const [pure virtual]

Implemented in Playa::EpetraMatrixFactory.


The documentation for this class was generated from the following file:

doxygen