#include <PlayaLinearOpWithSpacesDecl.hpp>

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 |
Definition at line 19 of file PlayaLinearOpWithSpacesDecl.hpp.
| Playa::LinearOpWithSpaces< Scalar >::LinearOpWithSpaces | ( | const VectorSpace< Scalar > & | domain, | |
| const VectorSpace< Scalar > & | range | |||
| ) | [inline] |
Definition at line 23 of file PlayaLinearOpWithSpacesDecl.hpp.
| Playa::LinearOpWithSpaces< Scalar >::~LinearOpWithSpaces | ( | ) | [inline] |
Virtual dtor
Definition at line 28 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 31 of file PlayaLinearOpWithSpacesDecl.hpp.
| const RCP<const VectorSpaceBase<Scalar> > Playa::LinearOpWithSpaces< Scalar >::range | ( | ) | const [inline, virtual] |
Return the range
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 35 of file PlayaLinearOpWithSpacesDecl.hpp.