Hessenberg Matrix. More...
Device pointer interface: Hessenberg Matrix | ||||||||||||||||
| ||||||||||||||||
afError | af_hessenberg_S (float *d_H, float *d_Q, unsigned n, const float *d_A, unsigned batch) | |||||||||||||||
Find the hessenberg matrix on single precision data. | ||||||||||||||||
afError | af_hessenberg_C (cuComplex *d_H, cuComplex *d_Q, unsigned n, const cuComplex *d_A, unsigned batch) | |||||||||||||||
Find the hessenberg matrix on single precision complex datax. | ||||||||||||||||
afError | af_hessenberg_D (double *d_H, double *d_Q, unsigned n, const double *d_A, unsigned batch) | |||||||||||||||
Find the hessenberg matrix on double precision data. | ||||||||||||||||
afError | af_hessenberg_Z (cuDoubleComplex *d_H, cuDoubleComplex *d_Q, unsigned n, const cuDoubleComplex *d_A, unsigned batch) | |||||||||||||||
Find the hessenberg matrix on double precision complex data. |
Hessenberg Matrix.
Requires ArrayFire Pro.
afError af_hessenberg_S | ( | float * | d_H, |
float * | d_Q, | ||
unsigned | n, | ||
const float * | d_A, | ||
unsigned | batch | ||
) |
Find the hessenberg matrix on single precision data.
DLA license required.
afError af_hessenberg_C | ( | cuComplex * | d_H, |
cuComplex * | d_Q, | ||
unsigned | n, | ||
const cuComplex * | d_A, | ||
unsigned | batch | ||
) |
Find the hessenberg matrix on single precision complex datax.
DLA license required.
afError af_hessenberg_D | ( | double * | d_H, |
double * | d_Q, | ||
unsigned | n, | ||
const double * | d_A, | ||
unsigned | batch | ||
) |
Find the hessenberg matrix on double precision data.
DLA license required.
afError af_hessenberg_Z | ( | cuDoubleComplex * | d_H, |
cuDoubleComplex * | d_Q, | ||
unsigned | n, | ||
const cuDoubleComplex * | d_A, | ||
unsigned | batch | ||
) |
Find the hessenberg matrix on double precision complex data.
DLA license required.