Computes the inverse cosine of the elements of a matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Matrix<T> AcosCore(
Matrix<T> result
)
Protected Overridable Function AcosCore (
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ AcosCore(
Matrix<T>^ result
)
abstract AcosCore :
result : Matrix<'T> -> Matrix<'T>
override AcosCore :
result : Matrix<'T> -> Matrix<'T>
Parameters
- result
- Type: Extreme.MathematicsMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixT
Reference