#include <PlayaBlockOperatorBaseDecl.hpp>
Public Member Functions | |
| virtual int | numBlockRows () const =0 |
| virtual int | numBlockCols () const =0 |
| virtual const LinearOperator < Scalar > & | getBlock (int i, int j) const =0 |
| virtual LinearOperator< Scalar > | getNonconstBlock (int i, int j)=0 |
Definition at line 25 of file PlayaBlockOperatorBaseDecl.hpp.
| virtual int Playa::BlockOperatorBase< Scalar >::numBlockRows | ( | ) | const [pure virtual] |
Implemented in Playa::SimpleBlockOp< Scalar >.
| virtual int Playa::BlockOperatorBase< Scalar >::numBlockCols | ( | ) | const [pure virtual] |
Implemented in Playa::SimpleBlockOp< Scalar >.
| virtual const LinearOperator<Scalar>& Playa::BlockOperatorBase< Scalar >::getBlock | ( | int | i, | |
| int | j | |||
| ) | const [pure virtual] |
Implemented in Playa::SimpleBlockOp< Scalar >.
| virtual LinearOperator<Scalar> Playa::BlockOperatorBase< Scalar >::getNonconstBlock | ( | int | i, | |
| int | j | |||
| ) | [pure virtual] |
Implemented in Playa::SimpleBlockOp< Scalar >.