DiagonalMatrixConditionNumber Method |
Calculates the condition number of this matrix.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public override Complex ConditionNumber()
Return Value
ComplexThe condition number of the matrix.
See Also