| Name | Description |
---|
  | Cos(Double) |
Calculates the cosine of a double-precision floating point number.
|
  | Cos(DoubleComplex) |
Calculates the cosine of a complex number.
|
  | Cos(DoubleComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(DoubleComplexVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the cosine function to each element of
the given vector.
|
  | Cos(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(DoubleSymmetricMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(DoubleVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the cosine function to each element of the vector.
|
  | Cos(FloatComplex) |
Calculates the cosine of a complex number.
|
  | Cos(FloatComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(FloatComplexVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the cosine function to each element of
the given vector.
|
  | Cos(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(FloatSymmetricMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the cosine function to each element of the matrix.
|
  | Cos(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the cosine function to each element of
the given vector.
|
  | Cos(Single) |
Calculates the cosine of a floating point number.
|
  | Cos(DoubleComplexVector, DoubleComplexVector) |
Applies the cosine function to each element of the input vector and places
the result in the given output vector.
|
  | Cos(DoubleVector, DoubleVector) |
Applies the cosine function to each element of the input vector and places
the result in the given output vector.
|
  | Cos(FloatComplexVector, FloatComplexVector) |
Applies the cosine function to each element of the input vector and places
the result in the given output vector.
|
  | Cos(FloatVector, FloatVector) |
Applies the cosine function to each element of the input vector and places
the result in the given output vector.
|