Click or drag to resize
Accord.NET (logo)

MatrixSolveForDiagonal Method

Overload List
  NameDescription
Public methodStatic memberSolveForDiagonal(Decimal, Decimal, Boolean)
Returns the solution matrix for a linear system involving a diagonal matrix ion the right-hand side.
Public methodStatic memberSolveForDiagonal(Double, Double, Boolean)
Returns the solution matrix for a linear system involving a diagonal matrix ion the right-hand side.
Public methodStatic memberSolveForDiagonal(Single, Single, Boolean)
Returns the solution matrix for a linear system involving a diagonal matrix ion the right-hand side.
Top
See Also