GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
Wrapper headers for BLAS/LAPACK. More...
Go to the source code of this file.
Data Structures | |
struct | matrix_ |
Macros | |
#define | GRASS_LA_H |
#define | MAX_POS 1 /* Indicates maximum value */ |
#define | MAX_NEG -1 /* Indicates minimum value */ |
#define | MAX_ABS 0 /* Indicates absolute value */ |
#define | DO_COMPACT 0 /* Eliminate unnecessary rows (cols) in matrix */ |
#define | NO_COMPACT 1 /* ... or not */ |
Typedefs | |
typedef struct matrix_ | mat_struct |
typedef mat_struct | vec_struct |
Enumerations | |
enum | mat_type { NONSYM , SYM , HERMITIAN } |
enum | mat_spec { MATRIX_ , ROWVEC_ , COLVEC_ } |
enum | vtype { RVEC , CVEC } |
Wrapper headers for BLAS/LAPACK.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file la.h.
#define DO_COMPACT 0 /* Eliminate unnecessary rows (cols) in matrix */ |
typedef struct matrix_ mat_struct |
typedef mat_struct vec_struct |