#include <dlrNumeric/array1D.h>
Go to the source code of this file.
Classes | |
class | dlr::numeric::Polynomial< Type > |
This class represents polynomials of the form. More... | |
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. | |
Functions | |
template<class Type > | |
Polynomial< Type > | dlr::numeric::operator* (const Polynomial< Type > &arg0, const Polynomial< Type > &arg1) |
This operator multiplies two Polynomial instances. | |
template<class Type > | |
Polynomial< Type > | dlr::numeric::operator+ (const Polynomial< Type > &arg0, const Polynomial< Type > &arg1) |
This operator adds two Polynomial instances. | |
template<class Type > | |
Polynomial< Type > | dlr::numeric::operator- (const Polynomial< Type > &arg0, const Polynomial< Type > &arg1) |
This operator subtracts two Polynomial instances. |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file polynomial.h.