Polymetic  1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
demo.cpp File Reference
#include "../include/Polynomial.hpp"
#include <iostream>
#include <string>
#include <stdexcept>
Include dependency graph for demo.cpp:

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[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 27 of file demo.cpp.

References Polynomial< FieldT >::appendTerm(), and print_help().

Here is the call graph for this function:

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().

Here is the caller graph for this function: