Public Member Functions | |
| SimpleIdentityOp (const VectorSpace< Scalar > &space) | |
| void | applyOp (const Thyra::EOpTransp M_trans, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | identityOperator (const VectorSpace< Scalar > &space) |
Definition at line 49 of file TSFSimpleIdentityOpDecl.hpp.
| TSFExtended::SimpleIdentityOp< Scalar >::SimpleIdentityOp | ( | const VectorSpace< Scalar > & | space | ) | [inline] |
Definition at line 53 of file TSFSimpleIdentityOpImpl.hpp.
| void TSFExtended::SimpleIdentityOp< Scalar >::applyOp | ( | const Thyra::EOpTransp | M_trans, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements TSFExtended::SimplifiedLinearOpBase< Scalar >.
Definition at line 58 of file TSFSimpleIdentityOpImpl.hpp.
References TSFExtended::Vector< Scalar >::acceptCopyOf(), and SUNDANCE_MSG2.
| std::string TSFExtended::SimpleIdentityOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 69 of file TSFSimpleIdentityOpImpl.hpp.
| LinearOperator< Scalar > identityOperator | ( | const VectorSpace< Scalar > & | space | ) | [related] |
Definition at line 65 of file TSFNonmemberOpHelpersImpl.hpp.