MAGMA  2.7.1
Matrix Algebra for GPU and Multicore Architectures
 All Classes Files Functions Friends Groups Pages
Map MAGMA => LAPACK

Convert MAGMA constants to LAPACK constants. More...

Functions

const char * lapack_const_str (int magma_const)
 maps any MAGMA constant to its corresponding LAPACK string
 
const char * lapack_bool_const (magma_bool_t magma_const)
 inverse of magma_bool_const()
 
const char * lapack_order_const (magma_order_t magma_const)
 inverse of magma_order_const()
 
const char * lapack_trans_const (magma_trans_t magma_const)
 inverse of magma_trans_const()
 
const char * lapack_uplo_const (magma_uplo_t magma_const)
 inverse of magma_uplo_const()
 
const char * lapack_diag_const (magma_diag_t magma_const)
 inverse of magma_diag_const()
 
const char * lapack_side_const (magma_side_t magma_const)
 inverse of magma_side_const()
 
const char * lapack_norm_const (magma_norm_t magma_const)
 inverse of magma_norm_const()
 
const char * lapack_dist_const (magma_dist_t magma_const)
 inverse of magma_dist_const()
 
const char * lapack_sym_const (magma_sym_t magma_const)
 inverse of magma_sym_const()
 
const char * lapack_pack_const (magma_pack_t magma_const)
 inverse of magma_pack_const()
 
const char * lapack_vec_const (magma_vec_t magma_const)
 inverse of magma_vec_const()
 
const char * lapack_range_const (magma_range_t magma_const)
 inverse of magma_range_const()
 
const char * lapack_vect_const (magma_vect_t magma_const)
 inverse of magma_vect_const()
 
const char * lapack_direct_const (magma_direct_t magma_const)
 inverse of magma_direct_const()
 
const char * lapack_storev_const (magma_storev_t magma_const)
 inverse of magma_storev_const()
 

Detailed Description

Convert MAGMA constants to LAPACK constants.

Though LAPACK only cares about the first character, the string is generally descriptive, such as "Upper".