GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
Loading...
Searching...
No Matches
N_les Struct Reference

The linear equation system (les) structure. More...

#include <N_pde.h>

Data Fields

double * x
double * b
double ** A
G_math_spvector ** Asp
int rows
int cols
int quad
int type

Detailed Description

The linear equation system (les) structure.

This structure manages the Ax = b system. It manages regular quadratic matrices or sparse matrices. The vector b and x are normal one dimensional memory structures of type double. Also the number of rows and the matrix type are stored in this structure.

Definition at line 71 of file N_pde.h.

Field Documentation

◆ A

◆ Asp

◆ b

◆ cols

int N_les::cols

◆ quad

int N_les::quad

Definition at line 78 of file N_pde.h.

Referenced by N_alloc_les_param().

◆ rows

◆ type

◆ x

double* N_les::x

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