libflame
revision_anchor
|
#include <FLA_Cntl_lapack.h>
Data Fields | |
FLA_Matrix_type | matrix_type |
int | variant |
fla_blocksize_t * | blocksize |
struct fla_eig_gest_s * | sub_eig_gest |
struct fla_axpy_s * | sub_axpy1 |
struct fla_axpy_s * | sub_axpy2 |
struct fla_gemm_s * | sub_gemm1 |
struct fla_gemm_s * | sub_gemm2 |
struct fla_gemm_s * | sub_gemm3 |
struct fla_hemm_s * | sub_hemm |
struct fla_her2k_s * | sub_her2k |
struct fla_trmm_s * | sub_trmm1 |
struct fla_trmm_s * | sub_trmm2 |
struct fla_trsm_s * | sub_trsm1 |
struct fla_trsm_s * | sub_trsm2 |
fla_blocksize_t* fla_eig_gest_s::blocksize |
Referenced by FLA_Cntl_eig_gest_obj_create().
FLA_Matrix_type fla_eig_gest_s::matrix_type |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_axpy_s* fla_eig_gest_s::sub_axpy1 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_axpy_s* fla_eig_gest_s::sub_axpy2 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_eig_gest_s* fla_eig_gest_s::sub_eig_gest |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_gemm_s* fla_eig_gest_s::sub_gemm1 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_gemm_s* fla_eig_gest_s::sub_gemm2 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_gemm_s* fla_eig_gest_s::sub_gemm3 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_hemm_s* fla_eig_gest_s::sub_hemm |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_her2k_s* fla_eig_gest_s::sub_her2k |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_trmm_s* fla_eig_gest_s::sub_trmm1 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_trmm_s* fla_eig_gest_s::sub_trmm2 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_trsm_s* fla_eig_gest_s::sub_trsm1 |
Referenced by FLA_Cntl_eig_gest_obj_create().
struct fla_trsm_s* fla_eig_gest_s::sub_trsm2 |
Referenced by FLA_Cntl_eig_gest_obj_create().
int fla_eig_gest_s::variant |
Referenced by FLA_Cntl_eig_gest_obj_create().