#include <PlayaRowAccessibleOp.hpp>
Public Member Functions | |
| virtual | ~RowAccessibleOp () |
| virtual void | getRow (const int &row, Teuchos::Array< int > &indices, Teuchos::Array< Scalar > &values) const =0 |
Definition at line 17 of file PlayaRowAccessibleOp.hpp.
| virtual Playa::RowAccessibleOp< Scalar >::~RowAccessibleOp | ( | ) | [inline, virtual] |
Virtual dtor
Definition at line 21 of file PlayaRowAccessibleOp.hpp.
| virtual void Playa::RowAccessibleOp< Scalar >::getRow | ( | const int & | row, | |
| Teuchos::Array< int > & | indices, | |||
| Teuchos::Array< Scalar > & | values | |||
| ) | const [pure virtual] |
Get the non-zero values in the row-th row.
| row | the index of the row | |
| indices | the column indices of the non-zero values in row row | |
| values | the non-zero values corresponding to the indices in indices |
Implemented in Playa::EpetraMatrix, and Playa::MultiVectorOperator< Scalar >.