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

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

#include <N_pde.h>

Collaboration diagram for N_les:

Data Fields

doublex
 
doubleb
 
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

double** N_les::A

Definition at line 74 of file N_pde.h.

◆ Asp

G_math_spvector** N_les::Asp

Definition at line 75 of file N_pde.h.

◆ b

double* N_les::b

Definition at line 73 of file N_pde.h.

◆ cols

int N_les::cols

Definition at line 77 of file N_pde.h.

◆ quad

int N_les::quad

Definition at line 78 of file N_pde.h.

◆ rows

int N_les::rows

Definition at line 76 of file N_pde.h.

◆ type

int N_les::type

Definition at line 79 of file N_pde.h.

◆ x

double* N_les::x

Definition at line 72 of file N_pde.h.


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