some triangle limit set experiments

This commit is contained in:
Florian Stecker
2018-03-02 17:52:48 +01:00
parent 386387569b
commit 676d12abd2
5 changed files with 50 additions and 13 deletions

View File

@@ -36,5 +36,6 @@ void rotation_matrix(gsl_matrix *g, double *vector);
void jordan_calc(gsl_matrix *g, double *mu, workspace_t *ws);
double trace(gsl_matrix *g);
double determinant(gsl_matrix *g, workspace_t *ws);
void eigenvectors(gsl_matrix *g, gsl_matrix *evec, workspace_t *ws);
#endif