|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <la.h>
Data Fields | |
| mat_spec | type |
| int | v_indx |
| int | rows |
| int | cols |
| int | ldim |
| double * | vals |
| int | is_init |
| int matrix_::cols |
Definition at line 59 of file la.h.
Referenced by G_matrix_copy(), G_matrix_eigen_sort(), G_matrix_resize(), G_matrix_set(), G_matrix_zero(), G_matvect_product(), G_vector_product(), G_vector_set(), and G_vector_sub().
| int matrix_::is_init |
Definition at line 63 of file la.h.
Referenced by G_matrix_copy(), G_matrix_set(), G_vector_free(), and G_vector_set().
| int matrix_::ldim |
Definition at line 60 of file la.h.
Referenced by G_matrix_copy(), G_matrix_eigen_sort(), G_matrix_set(), G_matrix_zero(), and G_vector_set().
| int matrix_::rows |
Definition at line 59 of file la.h.
Referenced by G_matrix_copy(), G_matrix_resize(), G_matrix_set(), G_matvect_product(), G_vector_product(), G_vector_set(), and G_vector_sub().
| mat_spec matrix_::type |
Definition at line 55 of file la.h.
Referenced by G_matrix_eigen_sort(), G_matrix_set(), G_vector_product(), G_vector_set(), and G_vector_sub().
| int matrix_::v_indx |
Definition at line 56 of file la.h.
Referenced by G_matrix_eigen_sort(), G_matrix_set(), G_vector_product(), G_vector_set(), and G_vector_sub().
| double* matrix_::vals |
Definition at line 62 of file la.h.
Referenced by G_matrix_copy(), G_matrix_eigen_sort(), G_matrix_set(), G_matrix_zero(), G_vector_free(), and G_vector_set().