Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
term_sgd Struct Reference

#include <sgd.h>

Data Fields

int i
 
int j
 
float d
 
float w
 

Detailed Description

Definition at line 10 of file sgd.h.

Field Documentation

◆ d

float term_sgd::d

Definition at line 12 of file sgd.h.

Referenced by dijkstra_sgd().

◆ i

int term_sgd::i

Definition at line 11 of file sgd.h.

Referenced by calculate_stress(), dijkstra_sgd(), and sgd().

◆ j

int term_sgd::j

Definition at line 11 of file sgd.h.

Referenced by calculate_stress(), dijkstra_sgd(), and sgd().

◆ w

float term_sgd::w

Definition at line 12 of file sgd.h.

Referenced by dijkstra_sgd(), and sgd().


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