Click or drag to resize

NMathFunctionsCos Method

Overload List
 NameDescription
Public methodStatic memberCos(Double) Calculates the cosine of a double-precision floating point number.
Public methodStatic memberCos(DoubleComplex) Calculates the cosine of a complex number.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(FloatComplex) Calculates the cosine of a complex number.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(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.
Public methodStatic memberCos(Single) Calculates the cosine of a floating point number.
Public methodStatic memberCos(DoubleComplexVector, DoubleComplexVector) Applies the cosine function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberCos(DoubleVector, DoubleVector) Applies the cosine function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberCos(FloatComplexVector, FloatComplexVector) Applies the cosine function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberCos(FloatVector, FloatVector) Applies the cosine function to each element of the input vector and places the result in the given output vector.
Top
See Also