Defines methods for the solution of a system of
simultaneous linear equations and related operations.
SystemObject Extreme.Mathematics.LinearAlgebra.ComplexComplexLinearOperator Extreme.MathematicsComplexMatrix Extreme.Mathematics.LinearAlgebra.ComplexComplexDecomposition
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[SerializableAttribute]
public abstract class ComplexLinearOperator
<SerializableAttribute>
Public MustInherit Class ComplexLinearOperator
[SerializableAttribute]
public ref class ComplexLinearOperator abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type ComplexLinearOperator = class end
The ComplexLinearOperator type exposes the following members.
Top
Top
Top
LinearOperator is implemented by all ComplexMatrix
classes and all classes that represent matrix decompositions.
The solution of a system of simultaneous linear equations represented by a
ComplexMatrix is one of the most common tasks in linear algebra.
The Solve(ComplexVector) mechanism, which is overloaded, defines a common method
for all classes that can represent matrices. This not only includes the
ComplexMatrix class and its descendants, but also the ComplexDecomposition
class and its descendants.
LinearOperator also defines operations that are related to solving systems of
equations, such as calculating the matrix GetInverse, the GetDeterminant
and an estimate for the EstimateConditionNumber.
Numerical Libraries
Supported in: 5.x, 4.x
Reference