Graphviz
2.41.20171026.1811
Main Page
Data Structures
Files
File List
Globals
lib
sfdpgen
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
stress_model
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
SparseMatrix_struct
Definition:
SparseMatrix.h:26
real
#define real
Definition:
general.h:34
Generated by
1.8.5