Playa::SetableBlockOperatorBase< Scalar > Class Template Reference

#include <PlayaBlockOperatorBaseDecl.hpp>

Inheritance diagram for Playa::SetableBlockOperatorBase< Scalar >:

Playa::BlockOperatorBase< Scalar >

List of all members.

Public Member Functions

virtual void setBlock (int i, int j, const LinearOperator< Scalar > &Aij)=0
virtual void endBlockFill ()


Detailed Description

template<class Scalar>
class Playa::SetableBlockOperatorBase< Scalar >

Class SetableBlockOperatorBase provides an abstract interface for setting blocks of block operators

Author:
Paul T Boggs (ptboggs@sandia.gov)

Definition at line 49 of file PlayaBlockOperatorBaseDecl.hpp.


Member Function Documentation

template<class Scalar>
virtual void Playa::SetableBlockOperatorBase< Scalar >::setBlock ( int  i,
int  j,
const LinearOperator< Scalar > &  Aij 
) [pure virtual]

template<class Scalar>
virtual void Playa::SetableBlockOperatorBase< Scalar >::endBlockFill (  )  [inline, virtual]

Callback to finalize block fill. The default is a no-op.

Definition at line 57 of file PlayaBlockOperatorBaseDecl.hpp.


The documentation for this class was generated from the following file:

doxygen