Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

Which definition of cpptrf is correct??

Last post 07-14-2008, 6:12 AM by bentomkins. 2 replies.
Sort Posts: Previous Next
 07-13-2008, 2:40 PM 30258999  

Which definition of cpptrf is correct??

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?

Ben
 
 07-14-2008, 6:00 AM 30259037 in reply to 30258999  

Re: Which definition of cpptrf is correct??

Hi Ben,

 

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

 

Michael.

 
 07-14-2008, 6:12 AM 30259041 in reply to 30259037  

Re: Which definition of cpptrf is correct??

Phew! Thanks Michael,

I'll update my header file then :+)

You guys will also probably want to fix:

chptri
cpptrf
cpptri


Ben
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...