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 const LinearOperator<Scalar>& Playa::BlockOperatorBase< Scalar >::getBlock | ( | int | i, | |
| int | j | |||
| ) |  const [pure virtual] | 
        
Implemented in Playa::SimpleBlockOp< Scalar >.
Referenced by Playa::LinearOperator< Scalar >::getBlock().
| virtual LinearOperator<Scalar> Playa::BlockOperatorBase< Scalar >::getNonconstBlock | ( | int | i, | |
| int | j | |||
| ) |  [pure virtual] | 
        
Implemented in Playa::SimpleBlockOp< Scalar >.
Referenced by Playa::LinearOperator< Scalar >::getNonconstBlock().
| virtual int Playa::BlockOperatorBase< Scalar >::numBlockCols | ( | ) |  const [pure virtual] | 
        
Implemented in Playa::SimpleBlockOp< Scalar >.
Referenced by Playa::LinearOperator< Scalar >::numBlockCols().
| virtual int Playa::BlockOperatorBase< Scalar >::numBlockRows | ( | ) |  const [pure virtual] | 
        
Implemented in Playa::SimpleBlockOp< Scalar >.
Referenced by Playa::LinearOperator< Scalar >::numBlockRows().