SimplifiedLinearOpWithSpaces extends SimplifiedLinearOpBase to store the range and domain spaces. More...
Public Member Functions | |
| SimplifiedLinearOpWithSpaces (const VectorSpace< Scalar > &domain, const VectorSpace< Scalar > &range) | |
| RCP< const VectorSpaceBase < Scalar > > | range () const |
Return a smart pointer for the range space for this operator. | |
| RCP< const VectorSpaceBase < Scalar > > | domain () const |
Return a smart pointer for the domain space for this operator. | |
Private Attributes | |
| VectorSpace< Scalar > | range_ |
| VectorSpace< Scalar > | domain_ |
SimplifiedLinearOpWithSpaces extends SimplifiedLinearOpBase to store the range and domain spaces.
Definition at line 85 of file TSFSimplifiedLinearOpBaseDecl.hpp.
| TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::SimplifiedLinearOpWithSpaces | ( | const VectorSpace< Scalar > & | domain, |
| const VectorSpace< Scalar > & | range | ||
| ) | [inline] |
Definition at line 90 of file TSFSimplifiedLinearOpBaseImpl.hpp.
| RCP< const VectorSpaceBase< Scalar > > TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::domain | ( | ) | const [inline] |
Return a smart pointer for the domain space for this operator.
Definition at line 105 of file TSFSimplifiedLinearOpBaseImpl.hpp.
Referenced by TSFExtended::SimpleAddedOp< Scalar >::SimpleAddedOp(), and TSFExtended::SimpleComposedOp< Scalar >::SimpleComposedOp().
| RCP< const VectorSpaceBase< Scalar > > TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::range | ( | ) | const [inline] |
Return a smart pointer for the range space for this operator.
Definition at line 97 of file TSFSimplifiedLinearOpBaseImpl.hpp.
Referenced by TSFExtended::SimpleAddedOp< Scalar >::SimpleAddedOp(), and TSFExtended::SimpleComposedOp< Scalar >::SimpleComposedOp().
VectorSpace<Scalar> TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::domain_ [private] |
Definition at line 105 of file TSFSimplifiedLinearOpBaseDecl.hpp.
VectorSpace<Scalar> TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::range_ [private] |
Definition at line 104 of file TSFSimplifiedLinearOpBaseDecl.hpp.