A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.arrayfire.org/docs/group__lapack__ops__func__det.htm below:

ArrayFire: det

Find the determinant of a matrix. More...

template<typename T > T  det (const array &in)   C++ Interface to find the determinant of a matrix. More...
  AFAPI af_err  af_det (double *det_real, double *det_imag, const af_array in)   C Interface to find the determinant of a matrix. More...
 

Find the determinant of a matrix.

This function requires scratch space equal to the input array.

◆ af_det()

C Interface to find the determinant of a matrix.

Parameters
[out] det_real real part of the determinant [out] det_imag imaginary part of the determinant [in] in input matrix
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given
◆ det() T det ( const arrayin )

C++ Interface to find the determinant of a matrix.

Parameters
Returns
determinant

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4