Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Which definition of cpptrf is correct??

Deleted_U_Intel
Employee
207 Views
I'm using MKL v.10.0.3.021 and there seems to be a discrepancy between the a definition in the manual and that of 'mkl_lapack.h' for cpptrf.

In the manual ?pptrf defines 'ap' in 'cpptrf( uplo, n, ap, info )' as being a complex value. But the definition in the header file is:

void cpptrf( char *uplo, MKL_INT *n, float *ap, MKL_INT *info );

Where ap is a float and not a complex type?

Am I missing something here?
0 Kudos
1 Reply
Michael_C_Intel4
Employee
207 Views

Hi Ben,

it's a mistake in MKL header file, there should be MKL_Complex8*. Thank you for notifying.

Michael.

0 Kudos
Reply