Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | stress_model (int dim, SparseMatrix D, double **x, int maxit, int *flag) |
void stress_model | ( | int | dim, |
SparseMatrix | D, | ||
double ** | x, | ||
int | maxit, | ||
int * | flag | ||
) |
Definition at line 9 of file stress_model.c.
References A, B, dim, drand(), gv_calloc(), MATRIX_TYPE_REAL, RETURN, StressMajorizationSmoother_struct::scaling, StressMajorizationSmoother_struct::scheme, SM_SCHEME_STRESS, SparseMatrix_delete(), SparseMatrix_get_real_adjacency_matrix_symmetrized(), SparseMatrix_is_symmetric(), SparseMatrix_remove_diagonal(), SparseMatrix_symmetrize(), SparseStressMajorizationSmoother_delete(), SparseStressMajorizationSmoother_new(), SparseStressMajorizationSmoother_smooth(), and StressMajorizationSmoother_struct::tol_cg.
Referenced by improve_contiguity().