|
JaggedCholeskyDecompositionInverseTrace 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 double InverseTrace(
bool destroy = false
)
Public Function InverseTrace (
Optional destroy As Boolean = false
) As Double
Request Example
View SourceParameters
- 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:
DoubleSee Also