Class SetableBlockOperatorBase provides an abstract interface for setting blocks of block operators. More...
Public Member Functions | |
| virtual void | setBlock (int i, int j, const LinearOperator< Scalar > &Aij)=0 |
| virtual void | endBlockFill () |
| Callback to finalize block fill. | |
Class SetableBlockOperatorBase provides an abstract interface for setting blocks of block operators.
Definition at line 73 of file TSFBlockOperatorBaseDecl.hpp.
| virtual void TSFExtended::SetableBlockOperatorBase< Scalar >::endBlockFill | ( | ) | [inline, virtual] |
Callback to finalize block fill.
The default is a no-op.
Definition at line 81 of file TSFBlockOperatorBaseDecl.hpp.
Referenced by TSFExtended::LinearOperator< Scalar >::endBlockFill().
| virtual void TSFExtended::SetableBlockOperatorBase< Scalar >::setBlock | ( | int | i, |
| int | j, | ||
| const LinearOperator< Scalar > & | Aij | ||
| ) | [pure virtual] |
Implemented in TSFExtended::SimpleBlockOp< Scalar >.
Referenced by TSFExtended::LinearOperator< Scalar >::setBlock().