| Matrix r5059
    | 
#include <Rconfig.h>#include <R_ext/Lapack.h>#include <R_ext/Error.h>Go to the source code of this file.
| Macros | |
| #define | USE_FC_LEN_T | 
| #define | FCONE | 
| #define | ERROR_LAPACK_1(_ROUTINE_, _INFO_) | 
| #define | ERROR_LAPACK_2(_ROUTINE_, _INFO_, _WARN_, _LETTER_) | 
| #define | ERROR_LAPACK_3(_ROUTINE_, _INFO_, _WARN_) | 
| #define | ERROR_LAPACK_4(_ROUTINE_, _INFO_, _WARN_, _RANK_) | 
| #define | ERROR_LAPACK_5(_ROUTINE_, _INFO_, _WARN_) | 
| #define ERROR_LAPACK_1 | ( | _ROUTINE_, | |
| _INFO_ ) | 
Definition at line 18 of file Lapack-etc.h.
Referenced by dense_expm(), denseBunchKaufman_solve(), denseCholesky_solve(), denseLU_solve(), and trMatrix_solve().
| #define ERROR_LAPACK_2 | ( | _ROUTINE_, | |
| _INFO_, | |||
| _WARN_, | |||
| _LETTER_ ) | 
Definition at line 25 of file Lapack-etc.h.
Referenced by dense_bunchkaufman(), dense_expm(), dense_lu(), denseBunchKaufman_solve(), denseCholesky_solve(), denseLU_solve(), and trMatrix_solve().
| #define ERROR_LAPACK_3 | ( | _ROUTINE_, | |
| _INFO_, | |||
| _WARN_ ) | 
Definition at line 38 of file Lapack-etc.h.
Referenced by dense_cholesky().
| #define ERROR_LAPACK_4 | ( | _ROUTINE_, | |
| _INFO_, | |||
| _WARN_, | |||
| _RANK_ ) | 
Definition at line 51 of file Lapack-etc.h.
Referenced by dense_cholesky().
| #define ERROR_LAPACK_5 | ( | _ROUTINE_, | |
| _INFO_, | |||
| _WARN_ ) | 
Definition at line 64 of file Lapack-etc.h.
Referenced by dense_schur().
| #define FCONE | 
Definition at line 13 of file Lapack-etc.h.
Referenced by dense_bunchkaufman(), dense_cholesky(), dense_expm(), dense_schur(), denseBunchKaufman_solve(), denseCholesky_solve(), denseLU_solve(), geMatrix_matmult(), geMatrix_norm(), geMatrix_rcond(), poMatrix_rcond(), ppMatrix_rcond(), spMatrix_matmult(), spMatrix_norm(), spMatrix_rcond(), syMatrix_matmult(), syMatrix_norm(), syMatrix_rcond(), tpMatrix_matmult(), tpMatrix_norm(), tpMatrix_rcond(), trMatrix_matmult(), trMatrix_norm(), trMatrix_rcond(), and trMatrix_solve().
| #define USE_FC_LEN_T | 
Definition at line 5 of file Lapack-etc.h.