DGtal 1.4.0
|
#include <iostream>
#include <string>
#include <sstream>
#include "DGtal/math/MPolynomial.h"
#include "DGtal/io/readers/MPolynomialReader.h"
Go to the source code of this file.
Functions | |
void | usage (int, char **argv) |
int | main (int argc, char **argv) |
An example file named polynomial2-derivative.
This file is part of the DGtal library.
Definition in file polynomial2-derivative.cpp.
int main | ( | int | argc, |
char ** | argv ) |
Main.
[polynomial2-derivative-types]
[polynomial2-derivative-types]
[polynomial2-derivative-process]
[polynomial2-derivative-process]
Definition at line 57 of file polynomial2-derivative.cpp.
References DGtal::derivative().
void usage | ( | int | , |
char ** | argv ) |
Definition at line 48 of file polynomial2-derivative.cpp.