MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
magmablas_ds.h
Go to the documentation of this file.
1 /*
2  * -- MAGMA (version 1.2.0) --
3  * Univ. of Tennessee, Knoxville
4  * Univ. of California, Berkeley
5  * Univ. of Colorado, Denver
6  * May 2012
7  *
8  * @generated ds Thu May 10 22:26:24 2012
9  */
10 
11 #ifndef _MAGMABLAS_DS_H_
12 #define _MAGMABLAS_DS_H_
13 
14 #include "cublas.h"
15 #include "cuda.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21  /* Mixed precision */
22 void magmablas_dsaxpycp(float *, double *, magma_int_t, double *, double *);
23 void magmablas_daxpycp(double *, double *, magma_int_t, double *);
25 void magmablas_dlag2s(magma_int_t M, magma_int_t N, const double *A, magma_int_t lda, float *SA, magma_int_t ldsa, magma_int_t *info);
26 
28  float *SA, magma_int_t ldsa,
29  double *A, magma_int_t lda,
30  magma_int_t *info);
31 void magmablas_dlat2s(char uplo, magma_int_t n,
32  double *A, magma_int_t lda,
33  float *SA, magma_int_t ldsa,
34  magma_int_t *info);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif