IterativeSparseSolver<T>.LinearOperator Property

Gets the sparse matrix of the system of equations.

Definition

Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public LinearOperator<T> LinearOperator { get; }

Property Value

LinearOperator<T>

See Also