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

#include <N_pde.h>

Collaboration diagram for N_gradient_field_2d:

Data Fields

N_array_2dx_array
N_array_2dy_array
int cols
int rows
double min
double max
double mean
double sum
int nonull

Detailed Description

Two dimensional gradient field

Definition at line 559 of file N_pde.h.

Field Documentation

◆ cols

int N_gradient_field_2d::cols

◆ max

double N_gradient_field_2d::max

Definition at line 564 of file N_pde.h.

Referenced by N_calc_gradient_field_2d_stats(), and N_print_gradient_field_2d_info().

◆ mean

double N_gradient_field_2d::mean

Definition at line 564 of file N_pde.h.

Referenced by N_calc_gradient_field_2d_stats(), and N_print_gradient_field_2d_info().

◆ min

double N_gradient_field_2d::min

Definition at line 564 of file N_pde.h.

Referenced by N_calc_gradient_field_2d_stats(), and N_print_gradient_field_2d_info().

◆ nonull

int N_gradient_field_2d::nonull

Definition at line 565 of file N_pde.h.

Referenced by N_calc_gradient_field_2d_stats(), and N_print_gradient_field_2d_info().

◆ rows

int N_gradient_field_2d::rows

◆ sum

double N_gradient_field_2d::sum

Definition at line 564 of file N_pde.h.

Referenced by N_calc_gradient_field_2d_stats(), and N_print_gradient_field_2d_info().

◆ x_array

◆ y_array


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