105 A = (
float* )malloc( (*n)*
LDA*
sizeof( float ) );
106 for( i=0; i<*n; i++ )
107 for( j=0; j<*n; j++ )
108 A[
LDA*i+j ]=a[ (*lda)*j+i ];
void cblas_strsv(CBLAS_LAYOUT layout, CBLAS_UPLO Uplo, CBLAS_TRANSPOSE TransA, CBLAS_DIAG Diag, const CBLAS_INDEX N, const float *A, const CBLAS_INDEX lda, float *X, const CBLAS_INDEX incX)
void get_diag_type(char *type, CBLAS_DIAG *diag)
void get_uplo_type(char *type, CBLAS_UPLO *uplo)
void get_transpose_type(char *type, CBLAS_TRANSPOSE *trans)