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