LinearOperator<complex>
Base class: Operator
Spectra operator wrapper for complex-valued operators.
Factories
LinearOperator(const Operator op, integer N) -> LinearOperator<complex>
Constructs an LinearOperator from an Operator.
Parameters
- op: The Operator to wrap.
- N: The dimension of the operator.
LinearOperator(const Operator op, integer N, as_complex type_tag) -> LinearOperator<complex>
Constructs an LinearOperator from an Operator.
Parameters
- op: The Operator to wrap.
- N: The dimension of the operator.
- type_tag: A global constant tagging the object type.
Members
| Name | Description |
|---|---|
| LinearOperator | Copy constructor for LinearOperator. |