M = I.
More...
#include <Thyra_DefaultIdentityLinearOpDecl.hpp>
Inheritance diagram for Thyra::DefaultIdentityLinearOp< Scalar >:
Constructors/initializers/accessors | |
| DefaultIdentityLinearOp () | |
| Constructs to uninitialized. | |
| DefaultIdentityLinearOp (const Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > &space) | |
| void | initialize (const Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > &space) |
| Initialize given a list of non-const linear operators. | |
| void | uninitialize () |
| Set to uninitialized. | |
Overridden from LinearOpBase | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | range () const |
Returns Teuchos::null if uninitialized. | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | domain () const |
Returns Teuchos::null if uninitialized. | |
| Teuchos::RefCountPtr< const LinearOpBase< Scalar > > | clone () const |
| | |
Overridden from Teuchos::Describable | |
| std::string | description () const |
Prints just the name DefaultIdentityLinearOp along with the overall dimensions. | |
Overridden from SingleScalarLinearOpBase | |
| bool | opSupported (ETransp M_trans) const |
Returns true . | |
| void | apply (const ETransp M_trans, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha, const Scalar beta) const |
| | |
Related Functions | |
| (Note that these are not member functions.) | |
| Teuchos::RefCountPtr< const LinearOpBase< Scalar > > | identity (const Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > &space) |
| Create an identity linear operator with given a vector space. | |
M = I.
This class implements:
y = alpha*op(M)*x + beta*y => y = alpha*x + beta*y
Definition at line 56 of file Thyra_DefaultIdentityLinearOpDecl.hpp.
|
|||||||||
|
Constructs to uninitialized. Postconditions:
Definition at line 41 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
||||||||||
|
Calls Definition at line 45 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
||||||||||
|
Initialize given a list of non-const linear operators.
Postconditions: Definition at line 53 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
|||||||||
|
Set to uninitialized. Postconditions:
Definition at line 61 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
|||||||||
|
Returns
Definition at line 70 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
|||||||||
|
Returns
Definition at line 77 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
|||||||||
|
Definition at line 84 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
|||||||||
|
Prints just the name
Definition at line 95 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
||||||||||
|
Returns
Implements Thyra::SingleScalarLinearOpBase< Scalar >. Definition at line 111 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
||||||||||||||||||||||||||||
|
Implements Thyra::SingleScalarLinearOpBase< Scalar >. Definition at line 117 of file Thyra_DefaultIdentityLinearOp.hpp. |
|
||||||||||
|
Create an identity linear operator with given a vector space.
|
1.3.9.1