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 |
7 |
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 |
7 |