GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
matrix_ Struct Reference

#include <la.h>

Data Fields

mat_spec type
 
int v_indx
 
int rows
 
int cols
 
int ldim
 
doublevals
 
int is_init
 

Detailed Description

Definition at line 53 of file la.h.

Field Documentation

◆ cols

◆ is_init

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().

◆ ldim

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().

◆ rows

◆ type

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().

◆ v_indx

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().

◆ vals

double* matrix_::vals

The documentation for this struct was generated from the following file: