Click or drag to resize
Accord.NET (logo)

CholeskyDecompositionInverseDiagonal Method (Boolean)

Computes the diagonal of the inverse of the decomposed matrix.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double[] InverseDiagonal(
	bool destroy = false
)
Request Example View Source

Parameters

destroy (Optional)
Type: SystemBoolean

Return Value

Type: Double
See Also