#include "../ten.h"#include "../privateTen.h"

Functions | |
| double | _tenQGL_Kdist (const double RThZA[3], const double RThZB[3]) |
| void | _tenQGL_Klog (double klog[3], const double RThZA[3], const double RThZB[3]) |
| void | _tenQGL_Kexp (double RThZB[3], const double RThZA[3], const double klog[3]) |
| double | _tenQGL_Rdist (const double RThPhA[3], const double RThPhB[3]) |
| void | _tenQGL_Rlog (double rlog[3], const double RThPhA[3], const double RThPhB[3]) |
| void | _tenQGL_Rexp (double RThPhB[3], const double RThPhA[3], const double rlog[3]) |
| void | kgrads (double grad[3][3], const double eval[3]) |
| void | rgrads (double grad[3][3], const double eval[3]) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | info |
| double _tenQGL_Kdist | ( | const double | RThZA[3], | |
| const double | RThZB[3] | |||
| ) |
| void _tenQGL_Kexp | ( | double | RThZB[3], | |
| const double | RThZA[3], | |||
| const double | klog[3] | |||
| ) |
| void _tenQGL_Klog | ( | double | klog[3], | |
| const double | RThZA[3], | |||
| const double | RThZB[3] | |||
| ) |
| double _tenQGL_Rdist | ( | const double | RThPhA[3], | |
| const double | RThPhB[3] | |||
| ) |
| void _tenQGL_Rexp | ( | double | RThPhB[3], | |
| const double | RThPhA[3], | |||
| const double | rlog[3] | |||
| ) |
| void _tenQGL_Rlog | ( | double | rlog[3], | |
| const double | RThPhA[3], | |||
| const double | RThPhB[3] | |||
| ) |
| void kgrads | ( | double | grad[3][3], | |
| const double | eval[3] | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void rgrads | ( | double | grad[3][3], | |
| const double | eval[3] | |||
| ) |
| char* info |
Initial value:
("quaternion geo-lox hacking. Actually all this does is " "help debug the analytic loxodrome part, not the quaternion " "geodesic part.")
1.5.6