Matrix.Cos Into<T> Method
Computes the cosine of the elements of a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are equal to the cosine of the corresponding element of matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Matrix<T> CosInto<T>(
Matrix<T> matrix,
Matrix<T> result
)
Parameters
Type Parameters
- T
Return Value
Matrix<T>A matrix whose elements are equal to the cosine of the corresponding element of matrix.
Exceptions
Argument | matrix is null |