Graphviz 13.1.2~dev.20250724.1051
Loading...
Searching...
No Matches
graph_sgd Struct Reference

#include <sgd.h>

Collaboration diagram for graph_sgd:
[legend]

Data Fields

size_t n
 
size_t * sources
 
bitarray_t pinneds
 
size_t * targets
 
float * weights
 

Detailed Description

Definition at line 21 of file sgd.h.

Field Documentation

◆ n

size_t graph_sgd::n

Definition at line 22 of file sgd.h.

◆ pinneds

bitarray_t graph_sgd::pinneds

Definition at line 24 of file sgd.h.

◆ sources

size_t* graph_sgd::sources

Definition at line 23 of file sgd.h.

◆ targets

size_t* graph_sgd::targets

Definition at line 26 of file sgd.h.

◆ weights

float* graph_sgd::weights

Definition at line 27 of file sgd.h.


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