Defines
core/vnl/vnl_polynomial.txx File Reference

Evaluation of polynomials - the implementation Templated class (on the data type of the coefficients), further very similar to the vnl_real_polynomial class. More...

#include "vnl_polynomial.h"
#include <vcl_iostream.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define vnl_polynomial_txx_
#define VNL_POLYNOMIAL_INSTANTIATE(T)

Detailed Description

Evaluation of polynomials - the implementation Templated class (on the data type of the coefficients), further very similar to the vnl_real_polynomial class.

Author:
Peter Vanroose, ABIS Leuven.
Date:
August 2011

Definition in file vnl_polynomial.txx.


Define Documentation

#define VNL_POLYNOMIAL_INSTANTIATE (   T)
Value:
template class vnl_polynomial<T >; \
template vcl_ostream& operator<<(vcl_ostream& os, vnl_polynomial<T > const&)

Definition at line 151 of file vnl_polynomial.txx.

#define vnl_polynomial_txx_

Definition at line 3 of file vnl_polynomial.txx.