Click or drag to resize

NMathFunctionsAbs Method

Overload List
 NameDescription
Public methodStatic memberAbs(Double) Calculates the absolute value of a double-precision floating point number.
Public methodStatic memberAbs(DoubleBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplex) Calculates the absolute value of a complex number.
Public methodStatic memberAbs(DoubleComplexBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplexLowerTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplexTriDiagMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplexUpperTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleComplexVector) Creates a new vector with the same dimension as a given vector, whose values are the result of applying the absolute value function to each element of the vector.
Public methodStatic memberAbs(DoubleHermitianBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleHermitianMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleLowerTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleSymBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleTriDiagMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleUpperTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the absolute value function to each element of the vector.
Public methodStatic memberAbs(FloatBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplex) Calculates the absolute value of a complex number.
Public methodStatic memberAbs(FloatComplexBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplexLowerTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplexTriDiagMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplexUpperTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatComplexVector) Creates a new vector with the same dimension as a given vector, whose values are the result of applying the absolute value function to each element of the vector.
Public methodStatic memberAbs(FloatHermitianBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatHermitianMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatLowerTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatSymBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatTriDiagMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatUpperTriMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the absolute value function to each element of the matrix.
Public methodStatic memberAbs(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the absolute value function to each element of the given vector.
Public methodStatic memberAbs(Single) Calculates the absolute value of a floating point number.
Top
See Also