Computes the inverse tangent of the elements of a matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Matrix<T> AtanCore(
Matrix<T> result
)
Protected Overridable Function AtanCore (
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ AtanCore(
Matrix<T>^ result
)
abstract AtanCore :
result : Matrix<'T> -> Matrix<'T>
override AtanCore :
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