Graphviz  2.41.20171026.1811
stress_model.h
Go to the documentation of this file.
1 #ifndef STRESS_MODEL_H
2 #define STRESS_MODEL_H
3 
4 void stress_model(int dim, SparseMatrix A, SparseMatrix D, real **x, int edge_len_weighted, int maxit, real tol, int *flag);
5 
6 #endif
void stress_model(int dim, SparseMatrix A, SparseMatrix D, real **x, int edge_len_weighted, int maxit_sm, real tol, int *flag)
Definition: stress_model.c:98
#define real
Definition: general.h:34