#include <iostream>
#include "legendre.h"
#include "exceptions.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 36 of file test_legendre.cc.
References legendre_poly(), legendre_poly_deriv(), legendre_poly_norm_schmidt(), and legendre_poly_norm_schmidt_deriv().