void r8mat_transpose_print ( int m, int n, double a[], string title ); void r8mat_transpose_print_some ( int m, int n, double a[], int ilo, int jlo, int ihi, int jhi, string title ); void r8mat_write ( string output_filename, int m, int n, double table[] ); void sphere_fibonacci_grid_display ( int ng, double xg[], string prefix ); double *sphere_fibonacci_grid_points ( int ng ); void timestamp ( );