Public Member Functions | |
| LinearOpWithSpaces (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range) | |
| ~LinearOpWithSpaces () | |
| const RCP< const VectorSpaceBase< Scalar > > | domain () const |
| const RCP< const VectorSpaceBase< Scalar > > | range () const |
Private Attributes | |
| RCP< const VectorSpaceBase < Scalar > > | domain_ |
| RCP< const VectorSpaceBase < Scalar > > | range_ |
LinearOpWithSpaces provides a simple implementation of the domain() and range() methods of LinearOperatorBase.
Definition at line 56 of file PlayaLinearOpWithSpacesDecl.hpp.
| Playa::LinearOpWithSpaces< Scalar >::LinearOpWithSpaces | ( | const VectorSpace< Scalar > & | domain, |
| const VectorSpace< Scalar > & | range | ||
| ) | [inline] |
Definition at line 60 of file PlayaLinearOpWithSpacesDecl.hpp.
| Playa::LinearOpWithSpaces< Scalar >::~LinearOpWithSpaces | ( | ) | [inline] |
Virtual dtor
Definition at line 65 of file PlayaLinearOpWithSpacesDecl.hpp.
| const RCP<const VectorSpaceBase<Scalar> > Playa::LinearOpWithSpaces< Scalar >::domain | ( | ) | const [inline, virtual] |
Return the domain
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 68 of file PlayaLinearOpWithSpacesDecl.hpp.
Referenced by Playa::SimpleAddedOp< Scalar >::SimpleAddedOp(), and Playa::SimpleComposedOp< Scalar >::SimpleComposedOp().
| const RCP<const VectorSpaceBase<Scalar> > Playa::LinearOpWithSpaces< Scalar >::range | ( | ) | const [inline, virtual] |
Return the range
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 72 of file PlayaLinearOpWithSpacesDecl.hpp.
Referenced by Playa::SimpleAddedOp< Scalar >::SimpleAddedOp(), and Playa::SimpleComposedOp< Scalar >::SimpleComposedOp().
RCP<const VectorSpaceBase<Scalar> > Playa::LinearOpWithSpaces< Scalar >::domain_ [private] |
Definition at line 76 of file PlayaLinearOpWithSpacesDecl.hpp.
Referenced by Playa::LinearOpWithSpaces< double >::domain().
RCP<const VectorSpaceBase<Scalar> > Playa::LinearOpWithSpaces< Scalar >::range_ [private] |
Definition at line 77 of file PlayaLinearOpWithSpacesDecl.hpp.
Referenced by Playa::LinearOpWithSpaces< double >::range().