Graphviz 13.0.0~dev.20241222.1117
|
#include <sgd.h>
Data Fields | |
int | i |
int | j |
float | d |
float | w |
float term_sgd::d |
Definition at line 12 of file sgd.h.
Referenced by dijkstra_sgd().
int term_sgd::i |
Definition at line 11 of file sgd.h.
Referenced by calculate_stress(), dijkstra_sgd(), and sgd().
int term_sgd::j |
Definition at line 11 of file sgd.h.
Referenced by calculate_stress(), dijkstra_sgd(), and sgd().
float term_sgd::w |
Definition at line 12 of file sgd.h.
Referenced by dijkstra_sgd(), and sgd().