GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
The row vector of the sparse matrix. More...
#include <gmath.h>
Data Fields | |
double * | values |
unsigned int | cols |
unsigned int * | index |
unsigned int G_math_spvector::cols |
Definition at line 57 of file gmath.h.
Referenced by G_math_alloc_spvector(), G_math_print_spmatrix(), G_math_solver_sparse_gs(), G_math_solver_sparse_jacobi(), N_les_integrate_dirichlet_2d(), N_les_integrate_dirichlet_3d(), and N_print_les().
unsigned int* G_math_spvector::index |
Definition at line 58 of file gmath.h.
Referenced by G_math_alloc_spvector(), G_math_free_spvector(), G_math_solver_sparse_gs(), G_math_solver_sparse_jacobi(), N_assemble_les_2d_param(), N_assemble_les_3d_param(), N_les_integrate_dirichlet_2d(), N_les_integrate_dirichlet_3d(), and N_print_les().
double* G_math_spvector::values |
Definition at line 56 of file gmath.h.
Referenced by G_math_alloc_spvector(), G_math_free_spvector(), G_math_solver_sparse_gs(), G_math_solver_sparse_jacobi(), N_assemble_les_2d_param(), N_assemble_les_3d_param(), N_les_integrate_dirichlet_2d(), N_les_integrate_dirichlet_3d(), and N_print_les().