Click or drag to resize
Accord.NET (logo)

CholeskyDecompositionFInverseTrace Method

Computes the trace of the inverse of the decomposed matrix.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float InverseTrace(
	bool destroy = false
)
Request Example View Source

Parameters

destroy (Optional)
Type: SystemBoolean
True to conserve memory by reusing the same space used to hold the decomposition, thus destroying it in the process. Pass false otherwise.

Return Value

Type: Single
See Also