Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Go to the source code of this file.
Functions | |
void | print_help () |
This file demonstrates the top-level funtionalities of the Polynomial class. More... | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 27 of file demo.cpp.
References Polynomial< FieldT >::appendTerm(), and print_help().
void print_help | ( | ) |
This file demonstrates the top-level funtionalities of the Polynomial class.
Definition at line 22 of file demo.cpp.
Referenced by main().