some triangle limit set experiments
This commit is contained in:
1
linalg.h
1
linalg.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user