Overload List

  NameDescription
ConditionNumber(DoubleComplexLowerTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleComplexTriDiagMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm. Matrix is assumed to be Hermitian and positive definite.
ConditionNumber(DoubleComplexUpperTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleHermitianBandMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleHermitianMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleLowerTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleSymBandMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleSymmetricMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleTriDiagMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleUpperTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatComplexLowerTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatComplexTriDiagMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatComplexUpperTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatHermitianBandMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatHermitianMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatLowerTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatSymBandMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatSymmetricMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatTriDiagMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatUpperTriMatrix)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleBandMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(DoubleComplexBandMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(DoubleComplexLowerTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(DoubleComplexTriDiagMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(DoubleComplexUpperTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(DoubleHermitianBandMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleHermitianMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleLowerTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(DoubleSymBandMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(DoubleSymmetricMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleTriDiagMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(DoubleTriDiagMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(DoubleUpperTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(FloatBandMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(FloatComplexBandMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(FloatComplexLowerTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(FloatComplexTriDiagMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(FloatComplexTriDiagMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatComplexUpperTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(FloatHermitianBandMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatHermitianMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatLowerTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.
ConditionNumber(FloatSymBandMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the one norm.
ConditionNumber(FloatSymmetricMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatTriDiagMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix in the specified norm type.
ConditionNumber(FloatTriDiagMatrix, Boolean)
Computes an estimate of the reciprocal of the condition number of a given matrix in the 1-norm.
ConditionNumber(FloatUpperTriMatrix, NormType)
Computes an estimate of the reciprocal of the condition number of a given matrix with respect to the specified norm.

See Also