describe() function.
More...
#include <Thyra_LinearOpDefaultBaseDecl.hpp>
Inheritance diagram for Thyra::LinearOpDefaultBase< RangeScalar, DomainScalar >:
Public functions overridden from Teuchos::Describable | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| Generates a default outputting for all linear operators. | |
describe() function.
Definition at line 42 of file Thyra_LinearOpDefaultBaseDecl.hpp.
|
||||||||||||||||
|
Generates a default outputting for all linear operators.
Calls on the
type = 'this->description()', rangeDim = m, domainDim = n
1:1:a11 1:2:a12 ... 1:n:a1n
2:1:a21 2:2:a22 ... 1:n:a2n
. . .
. . .
. . .
m:1:am1 m:2:am2 ... m:n:amn
The above matrix coefficients are with respect to the natural basis as defined by the scalar products.
Before Reimplemented in Thyra::DefaultAddedLinearOp< Scalar >, Thyra::DefaultBlockedLinearOp< Scalar >, Thyra::DefaultMultipliedLinearOp< Scalar >, Thyra::DefaultScaledAdjointLinearOp< Scalar >, and Thyra::VectorDefaultBase< Scalar >. Definition at line 41 of file Thyra_LinearOpDefaultBase.hpp. |
1.3.9.1