GRASS Programmer's Manual  6.5.svn(2014)-r66266
 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>

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 86 of file N_pde.h.

Field Documentation

int N_les::cols
int N_les::quad

Definition at line 94 of file N_pde.h.

Referenced by N_alloc_les_param().


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