GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
N_les Struct Reference

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

#include <N_pde.h>

Collaboration diagram for N_les:

Data Fields

double * x
double * b
double ** A
N_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 96 of file N_pde.h.

Field Documentation


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