Gets the sparse matrix of the system of equations.
Namespace:
Extreme.Mathematics.LinearAlgebra.IterativeSolvers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public LinearOperator<T> LinearOperator { get; }
Public ReadOnly Property LinearOperator As LinearOperator(Of T)
Get
public:
property LinearOperator<T>^ LinearOperator {
LinearOperator<T>^ get ();
}
member LinearOperator : LinearOperator<'T> with get
Property Value
Type:
LinearOperatorT
Reference