Click or drag to resize
Accord.NET (logo)

ISolverArrayDecompositionTSolveForDiagonal Method

Solves a set of equation systems of type A * X = B where B is a diagonal matrix.

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

Parameters

diagonal
Type: T

Return Value

Type: T
See Also