Graphviz 13.0.0~dev.20250404.0032
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
stress_model.h
Go to the documentation of this file.
1#pragma once
2
3void stress_model(int dim, SparseMatrix D, double **x, int maxit, int *flag);
#define D
Definition hierarchy.c:120
static const int dim
static const int maxit
Definition power.c:16
void stress_model(int dim, SparseMatrix D, double **x, int maxit, int *flag)
Definition stress_model.c:9