| Name | Description |
---|
  | Ceil(Double) |
Calculates the ceiling rounding function of a double-precision
floating point number.
|
  | Ceil(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the ceiling rounding function to each
element of the matrix.
|
  | Ceil(DoubleVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the ceiling rounding function to each element
of the vector.
|
  | Ceil(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the ceiling rounding function to each
element of the matrix.
|
  | Ceil(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the ceiling rounding function to each element of
the given vector.
|
  | Ceil(Single) |
Calculates the ceiling rounding function of a floating point number.
|