|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
The row vector of the sparse matrix. More...
#include <gmath.h>
Data Fields | |
| double * | values |
| unsigned int | cols |
| unsigned int * | index |
Definition at line 56 of file gmath.h.
Referenced by G_math_Asp_to_A(), G_math_Asp_to_sband_matrix(), G_math_Ax_sparse(), G_math_print_spmatrix(), G_math_solver_sparse_gs(), and G_math_solver_sparse_jacobi().
Definition at line 57 of file gmath.h.
Referenced by G_math_A_to_Asp(), G_math_Asp_to_A(), G_math_Asp_to_sband_matrix(), G_math_Ax_sparse(), G_math_sband_matrix_to_Asp(), G_math_solver_sparse_gs(), and G_math_solver_sparse_jacobi().
| double* G_math_spvector::values |
Definition at line 55 of file gmath.h.
Referenced by G_math_A_to_Asp(), G_math_Asp_to_A(), G_math_Asp_to_sband_matrix(), G_math_Ax_sparse(), G_math_sband_matrix_to_Asp(), G_math_solver_sparse_gs(), and G_math_solver_sparse_jacobi().