| Name | Description |
---|
  | Abs(Double) |
Calculates the absolute value of a double-precision floating point number.
|
  | Abs(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.
|
  | Abs(DoubleComplex) |
Calculates the absolute value of a complex number.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(FloatComplex) |
Calculates the absolute value of a complex number.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(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.
|
  | Abs(Single) |
Calculates the absolute value of a floating point number.
|