vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
icp_functions.h
Go to the documentation of this file.
1 #ifndef JACOBI_H
2 #define JACOBI_H
3 
4 #ifndef STDLIB_H
5 #define STDLIB_H
6 #include <stdlib.h>
7 #endif
8 
9 
10 int jacobi2(int n, double *a[], double d[], double *v[]);
11 
12 void Perpendiculars(const double x[3], double y[3], double z[3], double theta);
13 
14 
15 #endif //JACOBI_H
16