Computes the inverse sine of the elements of a matrix in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> AsinInPlace()
Public Function AsinInPlace As Matrix(Of T)
public:
Matrix<T>^ AsinInPlace()
member AsinInPlace : unit -> Matrix<'T>
Return Value
Type:
MatrixTThe current matrix whose elements
are replaced by their inverse sine.
Reference