Cholesky Decomposition. More...
Device pointer interface: Cholesky decomposition | ||||||||||||||||
| ||||||||||||||||
| afError | af_cholesky_S (float *d_R, unsigned *info, unsigned n, const float *d_A, bool is_upper, unsigned batch) | |||||||||||||||
| Cholesky decomposition, single precision data. No DLA license required. | ||||||||||||||||
| afError | af_cholesky_C (cuComplex *d_R, unsigned *info, unsigned n, const cuComplex *d_A, bool is_upper, unsigned batch) | |||||||||||||||
| Cholesky decomposition, single precision complex data. DLA license reqd. | ||||||||||||||||
| afError | af_cholesky_D (double *d_R, unsigned *info, unsigned n, const double *d_A, bool is_upper, unsigned batch) | |||||||||||||||
| Cholesky decomposition, double precision data. DLA license required. | ||||||||||||||||
| afError | af_cholesky_Z (cuDoubleComplex *d_R, unsigned *info, unsigned n, const cuDoubleComplex *d_A, bool is_upper, unsigned batch) | |||||||||||||||
| Cholesky decomposition, double precision, complex data. DLA license reqd. | ||||||||||||||||
Cholesky Decomposition.
Double-precision or complex input requires ArrayFire Pro.
| afError af_cholesky_S | ( | float * | d_R, |
| unsigned * | info, | ||
| unsigned | n, | ||
| const float * | d_A, | ||
| bool | is_upper, | ||
| unsigned | batch | ||
| ) |
Cholesky decomposition, single precision data. No DLA license required.
| afError af_cholesky_C | ( | cuComplex * | d_R, |
| unsigned * | info, | ||
| unsigned | n, | ||
| const cuComplex * | d_A, | ||
| bool | is_upper, | ||
| unsigned | batch | ||
| ) |
Cholesky decomposition, single precision complex data. DLA license reqd.
| afError af_cholesky_D | ( | double * | d_R, |
| unsigned * | info, | ||
| unsigned | n, | ||
| const double * | d_A, | ||
| bool | is_upper, | ||
| unsigned | batch | ||
| ) |
Cholesky decomposition, double precision data. DLA license required.
| afError af_cholesky_Z | ( | cuDoubleComplex * | d_R, |
| unsigned * | info, | ||
| unsigned | n, | ||
| const cuDoubleComplex * | d_A, | ||
| bool | is_upper, | ||
| unsigned | batch | ||
| ) |
Cholesky decomposition, double precision, complex data. DLA license reqd.