stress_model.h 92 B

123
  1. #pragma once
  2. void stress_model(int dim, SparseMatrix D, double **x, int maxit, int *flag);