Click or drag to resize
Accord.NET (logo)

ISolverMatrixDecompositionTSolve Method (T)

Solves a set of equation systems of type A * X = B.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
T[,] Solve(
	T[,] value
)
Request Example View Source

Parameters

value
Type: T

Return Value

Type: T
See Also