Computes the inverse tangent of the elements of a matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.Mathematics.GenericMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixT
Numerical Libraries
Supported in: 5.x
Reference