#include <PlayaCollectivelyConfigurableMatrixFactory.hpp>

Public Member Functions | |
| virtual | ~CollectivelyConfigurableMatrixFactory () |
| virtual void | configure (int lowestRow, const std::vector< int > &rowPtrs, const std::vector< int > &nnzPerRow, const std::vector< int > &data)=0 |
Definition at line 17 of file PlayaCollectivelyConfigurableMatrixFactory.hpp.
| virtual Playa::CollectivelyConfigurableMatrixFactory::~CollectivelyConfigurableMatrixFactory | ( | ) | [inline, virtual] |
Virtual dtor
Definition at line 21 of file PlayaCollectivelyConfigurableMatrixFactory.hpp.
| virtual void Playa::CollectivelyConfigurableMatrixFactory::configure | ( | int | lowestRow, | |
| const std::vector< int > & | rowPtrs, | |||
| const std::vector< int > & | nnzPerRow, | |||
| const std::vector< int > & | data | |||
| ) | [pure virtual] |
Implemented in Playa::EpetraMatrixFactory.