Overload List

  NameDescription
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(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(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(Double)
Calculates the cosine of a double-precision floating point number.
Cos(Single)
Calculates the cosine of a floating point number.
Cos(DoubleComplexVector, DoubleComplexVector)
Applys the cosine function to each element of the input vector and places the result in the given output vector.
Cos(DoubleVector, DoubleVector)
Applys the cosine function to each element of the input vector and places the result in the given output vector.
Cos(FloatComplexVector, FloatComplexVector)
Applys the cosine function to each element of the input vector and places the result in the given output vector.
Cos(FloatVector, FloatVector)
Applys the cosine function to each element of the input vector and places the result in the given output vector.

See Also