#include "lapacke.h"Go to the source code of this file.
Macros | |
| #define | ABS(x) |
| #define | MAX(x, y) |
| #define | MIN(x, y) |
| #define | MAX3(x, y, z) |
| #define | MIN3(x, y, z) |
| #define | IS_S_NONZERO(x) |
| #define | IS_D_NONZERO(x) |
| #define | IS_C_NONZERO(x) |
| #define | IS_Z_NONZERO(x) |
| #define | LAPACK_SISNAN(x) |
| #define | LAPACK_DISNAN(x) |
| #define | LAPACK_CISNAN(x) |
| #define | LAPACK_ZISNAN(x) |
| #define ABS | ( | x | ) |
Definition at line 43 of file lapacke_utils.h.
| #define IS_C_NONZERO | ( | x | ) |
Definition at line 60 of file lapacke_utils.h.
| #define IS_D_NONZERO | ( | x | ) |
Definition at line 59 of file lapacke_utils.h.
| #define IS_S_NONZERO | ( | x | ) |
Definition at line 58 of file lapacke_utils.h.
| #define IS_Z_NONZERO | ( | x | ) |
Definition at line 62 of file lapacke_utils.h.
| #define LAPACK_CISNAN | ( | x | ) |
Definition at line 291 of file lapacke_utils.h.
| #define LAPACK_DISNAN | ( | x | ) |
Definition at line 290 of file lapacke_utils.h.
| #define LAPACK_SISNAN | ( | x | ) |
Definition at line 289 of file lapacke_utils.h.
| #define LAPACK_ZISNAN | ( | x | ) |
Definition at line 293 of file lapacke_utils.h.
Definition at line 46 of file lapacke_utils.h.
Definition at line 52 of file lapacke_utils.h.
Definition at line 55 of file lapacke_utils.h.
| lapack_logical LAPACKE_c_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | x, | ||
| lapack_int | incx ) |
Definition at line 36 of file lapacke_c_nancheck.c.
| lapack_logical LAPACKE_cgb_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const lapack_complex_float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_cgb_nancheck.c.
| void LAPACKE_cgb_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_cgb_trans.c.
| lapack_logical LAPACKE_cge_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_cge_nancheck.c.
| void LAPACKE_cge_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_cge_trans.c.
| lapack_logical LAPACKE_cgg_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_cgg_nancheck.c.
| void LAPACKE_cgg_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_cgg_trans.c.
| lapack_logical LAPACKE_cgt_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | dl, | ||
| const lapack_complex_float * | d, | ||
| const lapack_complex_float * | du ) |
Definition at line 36 of file lapacke_cgt_nancheck.c.
| lapack_logical LAPACKE_chb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_chb_nancheck.c.
| void LAPACKE_chb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_chb_trans.c.
| lapack_logical LAPACKE_che_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_che_nancheck.c.
| void LAPACKE_che_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_che_trans.c.
| lapack_logical LAPACKE_chp_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | ap ) |
Definition at line 39 of file lapacke_chp_nancheck.c.
| void LAPACKE_chp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 39 of file lapacke_chp_trans.c.
| lapack_logical LAPACKE_chs_nancheck | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_chs_nancheck.c.
| void LAPACKE_chs_trans | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_chs_trans.c.
| lapack_logical LAPACKE_cpb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_cpb_nancheck.c.
| void LAPACKE_cpb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_cpb_trans.c.
| lapack_logical LAPACKE_cpf_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | a ) |
Definition at line 40 of file lapacke_cpf_nancheck.c.
| void LAPACKE_cpf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 39 of file lapacke_cpf_trans.c.
| lapack_logical LAPACKE_cpo_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_cpo_nancheck.c.
| void LAPACKE_cpo_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_cpo_trans.c.
| lapack_logical LAPACKE_cpp_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | ap ) |
Definition at line 39 of file lapacke_cpp_nancheck.c.
| void LAPACKE_cpp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 39 of file lapacke_cpp_trans.c.
| lapack_logical LAPACKE_cpt_nancheck | ( | lapack_int | n, |
| const float * | d, | ||
| const lapack_complex_float * | e ) |
Definition at line 36 of file lapacke_cpt_nancheck.c.
| lapack_logical LAPACKE_csp_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | ap ) |
Definition at line 39 of file lapacke_csp_nancheck.c.
| void LAPACKE_csp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 39 of file lapacke_csp_trans.c.
| lapack_logical LAPACKE_cst_nancheck | ( | lapack_int | n, |
| const lapack_complex_float * | d, | ||
| const lapack_complex_float * | e ) |
Definition at line 36 of file lapacke_cst_nancheck.c.
| lapack_logical LAPACKE_csy_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_csy_nancheck.c.
| void LAPACKE_csy_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_csy_trans.c.
| lapack_logical LAPACKE_ctb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_ctb_nancheck.c.
| void LAPACKE_ctb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ctb_trans.c.
| lapack_logical LAPACKE_ctf_nancheck | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a ) |
Definition at line 36 of file lapacke_ctf_nancheck.c.
| void LAPACKE_ctf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 40 of file lapacke_ctf_trans.c.
| lapack_logical LAPACKE_ctp_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | ap ) |
Definition at line 39 of file lapacke_ctp_nancheck.c.
| void LAPACKE_ctp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_complex_float * | out ) |
Definition at line 39 of file lapacke_ctp_trans.c.
| lapack_logical LAPACKE_ctr_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_ctr_nancheck.c.
| void LAPACKE_ctr_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_float * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ctr_trans.c.
| lapack_logical LAPACKE_d_nancheck | ( | lapack_int | n, |
| const double * | x, | ||
| lapack_int | incx ) |
Definition at line 36 of file lapacke_d_nancheck.c.
| lapack_logical LAPACKE_dgb_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_dgb_nancheck.c.
| void LAPACKE_dgb_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dgb_trans.c.
| lapack_logical LAPACKE_dge_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dge_nancheck.c.
| void LAPACKE_dge_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dge_trans.c.
| lapack_logical LAPACKE_dgg_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dgg_nancheck.c.
| void LAPACKE_dgg_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dgg_trans.c.
| lapack_logical LAPACKE_dgt_nancheck | ( | lapack_int | n, |
| const double * | dl, | ||
| const double * | d, | ||
| const double * | du ) |
Definition at line 36 of file lapacke_dgt_nancheck.c.
| lapack_logical LAPACKE_dhs_nancheck | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dhs_nancheck.c.
| void LAPACKE_dhs_trans | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dhs_trans.c.
| lapack_logical LAPACKE_dpb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_dpb_nancheck.c.
| void LAPACKE_dpb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dpb_trans.c.
| lapack_logical LAPACKE_dpf_nancheck | ( | lapack_int | n, |
| const double * | a ) |
Definition at line 40 of file lapacke_dpf_nancheck.c.
| void LAPACKE_dpf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 39 of file lapacke_dpf_trans.c.
| lapack_logical LAPACKE_dpo_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dpo_nancheck.c.
| void LAPACKE_dpo_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dpo_trans.c.
| lapack_logical LAPACKE_dpp_nancheck | ( | lapack_int | n, |
| const double * | ap ) |
Definition at line 39 of file lapacke_dpp_nancheck.c.
| void LAPACKE_dpp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 39 of file lapacke_dpp_trans.c.
| lapack_logical LAPACKE_dpt_nancheck | ( | lapack_int | n, |
| const double * | d, | ||
| const double * | e ) |
Definition at line 36 of file lapacke_dpt_nancheck.c.
| lapack_logical LAPACKE_dsb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_dsb_nancheck.c.
| void LAPACKE_dsb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dsb_trans.c.
| lapack_logical LAPACKE_dsp_nancheck | ( | lapack_int | n, |
| const double * | ap ) |
Definition at line 39 of file lapacke_dsp_nancheck.c.
| void LAPACKE_dsp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 39 of file lapacke_dsp_trans.c.
| lapack_logical LAPACKE_dst_nancheck | ( | lapack_int | n, |
| const double * | d, | ||
| const double * | e ) |
Definition at line 36 of file lapacke_dst_nancheck.c.
| lapack_logical LAPACKE_dsy_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dsy_nancheck.c.
| void LAPACKE_dsy_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dsy_trans.c.
| lapack_logical LAPACKE_dtb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_dtb_nancheck.c.
| void LAPACKE_dtb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dtb_trans.c.
| lapack_logical LAPACKE_dtf_nancheck | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | a ) |
Definition at line 36 of file lapacke_dtf_nancheck.c.
| void LAPACKE_dtf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 40 of file lapacke_dtf_trans.c.
| lapack_logical LAPACKE_dtp_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | ap ) |
Definition at line 39 of file lapacke_dtp_nancheck.c.
| void LAPACKE_dtp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| double * | out ) |
Definition at line 39 of file lapacke_dtp_trans.c.
| lapack_logical LAPACKE_dtr_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_dtr_nancheck.c.
| void LAPACKE_dtr_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const double * | in, | ||
| lapack_int | ldin, | ||
| double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_dtr_trans.c.
| lapack_logical LAPACKE_lsame | ( | char | ca, |
| char | cb ) |
Definition at line 35 of file lapacke_lsame.c.
| lapack_logical LAPACKE_s_nancheck | ( | lapack_int | n, |
| const float * | x, | ||
| lapack_int | incx ) |
Definition at line 36 of file lapacke_s_nancheck.c.
| lapack_logical LAPACKE_sgb_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_sgb_nancheck.c.
| void LAPACKE_sgb_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_sgb_trans.c.
| lapack_logical LAPACKE_sge_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_sge_nancheck.c.
| void LAPACKE_sge_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_sge_trans.c.
| lapack_logical LAPACKE_sgg_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_sgg_nancheck.c.
| void LAPACKE_sgg_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_sgg_trans.c.
| lapack_logical LAPACKE_sgt_nancheck | ( | lapack_int | n, |
| const float * | dl, | ||
| const float * | d, | ||
| const float * | du ) |
Definition at line 36 of file lapacke_sgt_nancheck.c.
| lapack_logical LAPACKE_shs_nancheck | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_shs_nancheck.c.
| void LAPACKE_shs_trans | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_shs_trans.c.
| lapack_logical LAPACKE_spb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_spb_nancheck.c.
| void LAPACKE_spb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_spb_trans.c.
| lapack_logical LAPACKE_spf_nancheck | ( | lapack_int | n, |
| const float * | a ) |
Definition at line 40 of file lapacke_spf_nancheck.c.
| void LAPACKE_spf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| float * | out ) |
Definition at line 39 of file lapacke_spf_trans.c.
| lapack_logical LAPACKE_spo_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_spo_nancheck.c.
| void LAPACKE_spo_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_spo_trans.c.
| lapack_logical LAPACKE_spp_nancheck | ( | lapack_int | n, |
| const float * | ap ) |
Definition at line 39 of file lapacke_spp_nancheck.c.
| void LAPACKE_spp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| float * | out ) |
Definition at line 39 of file lapacke_spp_trans.c.
| lapack_logical LAPACKE_spt_nancheck | ( | lapack_int | n, |
| const float * | d, | ||
| const float * | e ) |
Definition at line 36 of file lapacke_spt_nancheck.c.
| lapack_logical LAPACKE_ssb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_ssb_nancheck.c.
| void LAPACKE_ssb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ssb_trans.c.
| lapack_logical LAPACKE_ssp_nancheck | ( | lapack_int | n, |
| const float * | ap ) |
Definition at line 39 of file lapacke_ssp_nancheck.c.
| void LAPACKE_ssp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| float * | out ) |
Definition at line 39 of file lapacke_ssp_trans.c.
| lapack_logical LAPACKE_sst_nancheck | ( | lapack_int | n, |
| const float * | d, | ||
| const float * | e ) |
Definition at line 36 of file lapacke_sst_nancheck.c.
| lapack_logical LAPACKE_ssy_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_ssy_nancheck.c.
| void LAPACKE_ssy_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ssy_trans.c.
| lapack_logical LAPACKE_stb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_stb_nancheck.c.
| void LAPACKE_stb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_stb_trans.c.
| lapack_logical LAPACKE_stf_nancheck | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | a ) |
Definition at line 36 of file lapacke_stf_nancheck.c.
| void LAPACKE_stf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| float * | out ) |
Definition at line 40 of file lapacke_stf_trans.c.
| lapack_logical LAPACKE_stp_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | ap ) |
Definition at line 39 of file lapacke_stp_nancheck.c.
| void LAPACKE_stp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| float * | out ) |
Definition at line 39 of file lapacke_stp_trans.c.
| lapack_logical LAPACKE_str_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_str_nancheck.c.
| void LAPACKE_str_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const float * | in, | ||
| lapack_int | ldin, | ||
| float * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_str_trans.c.
| void LAPACKE_xerbla | ( | const char * | name, |
| lapack_int | info ) |
Definition at line 36 of file lapacke_xerbla.c.
| lapack_logical LAPACKE_z_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | x, | ||
| lapack_int | incx ) |
Definition at line 36 of file lapacke_z_nancheck.c.
| lapack_logical LAPACKE_zgb_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const lapack_complex_double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_zgb_nancheck.c.
| void LAPACKE_zgb_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | kl, | ||
| lapack_int | ku, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zgb_trans.c.
| lapack_logical LAPACKE_zge_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zge_nancheck.c.
| void LAPACKE_zge_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zge_trans.c.
| lapack_logical LAPACKE_zgg_nancheck | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zgg_nancheck.c.
| void LAPACKE_zgg_trans | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zgg_trans.c.
| lapack_logical LAPACKE_zgt_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | dl, | ||
| const lapack_complex_double * | d, | ||
| const lapack_complex_double * | du ) |
Definition at line 36 of file lapacke_zgt_nancheck.c.
| lapack_logical LAPACKE_zhb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_zhb_nancheck.c.
| void LAPACKE_zhb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zhb_trans.c.
| lapack_logical LAPACKE_zhe_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zhe_nancheck.c.
| void LAPACKE_zhe_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zhe_trans.c.
| lapack_logical LAPACKE_zhp_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | ap ) |
Definition at line 39 of file lapacke_zhp_nancheck.c.
| void LAPACKE_zhp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 39 of file lapacke_zhp_trans.c.
| lapack_logical LAPACKE_zhs_nancheck | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zhs_nancheck.c.
| void LAPACKE_zhs_trans | ( | int | matrix_layout, |
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zhs_trans.c.
| lapack_logical LAPACKE_zpb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_zpb_nancheck.c.
| void LAPACKE_zpb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zpb_trans.c.
| lapack_logical LAPACKE_zpf_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | a ) |
Definition at line 40 of file lapacke_zpf_nancheck.c.
| void LAPACKE_zpf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 39 of file lapacke_zpf_trans.c.
| lapack_logical LAPACKE_zpo_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zpo_nancheck.c.
| void LAPACKE_zpo_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zpo_trans.c.
| lapack_logical LAPACKE_zpp_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | ap ) |
Definition at line 39 of file lapacke_zpp_nancheck.c.
| void LAPACKE_zpp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 39 of file lapacke_zpp_trans.c.
| lapack_logical LAPACKE_zpt_nancheck | ( | lapack_int | n, |
| const double * | d, | ||
| const lapack_complex_double * | e ) |
Definition at line 36 of file lapacke_zpt_nancheck.c.
| lapack_logical LAPACKE_zsp_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | ap ) |
Definition at line 39 of file lapacke_zsp_nancheck.c.
| void LAPACKE_zsp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 39 of file lapacke_zsp_trans.c.
| lapack_logical LAPACKE_zst_nancheck | ( | lapack_int | n, |
| const lapack_complex_double * | d, | ||
| const lapack_complex_double * | e ) |
Definition at line 36 of file lapacke_zst_nancheck.c.
| lapack_logical LAPACKE_zsy_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_zsy_nancheck.c.
| void LAPACKE_zsy_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_zsy_trans.c.
| lapack_logical LAPACKE_ztb_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | ab, | ||
| lapack_int | ldab ) |
Definition at line 36 of file lapacke_ztb_nancheck.c.
| void LAPACKE_ztb_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| lapack_int | kd, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ztb_trans.c.
| lapack_logical LAPACKE_ztf_nancheck | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a ) |
Definition at line 36 of file lapacke_ztf_nancheck.c.
| void LAPACKE_ztf_trans | ( | int | matrix_layout, |
| char | transr, | ||
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 40 of file lapacke_ztf_trans.c.
| lapack_logical LAPACKE_ztp_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | ap ) |
Definition at line 39 of file lapacke_ztp_nancheck.c.
| void LAPACKE_ztp_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_complex_double * | out ) |
Definition at line 39 of file lapacke_ztp_trans.c.
| lapack_logical LAPACKE_ztr_nancheck | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | a, | ||
| lapack_int | lda ) |
Definition at line 36 of file lapacke_ztr_nancheck.c.
| void LAPACKE_ztr_trans | ( | int | matrix_layout, |
| char | uplo, | ||
| char | diag, | ||
| lapack_int | n, | ||
| const lapack_complex_double * | in, | ||
| lapack_int | ldin, | ||
| lapack_complex_double * | out, | ||
| lapack_int | ldout ) |
Definition at line 39 of file lapacke_ztr_trans.c.