PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
void CORE_slag2d ( int  m,
int  n,
const float *  A,
int  lda,
double *  B,
int  ldb 
)

CORE_PLASMA_slag2d converts a float matrix, A, to a double matrix, B.

Parameters
[in]mThe number of rows of the matrices A and B. m >= 0.
[in]nThe number of columns of the matrices A and B. n >= 0.
[in]AThe float m-by-n matrix to convert.
[in]ldaThe leading dimension of the array A. lda >= max(1,m).
[out]BThe double m-by-n matrix to convert.
[in]ldbThe leading dimension of the array B. ldb >= max(1,m).