Macros
vnl_polynomial.hxx 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 <iostream>
#include "vnl_polynomial.h"
#include <cassert>

Go to the source code of this file.

Macros

#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.hxx.

Macro Definition Documentation

◆ VNL_POLYNOMIAL_INSTANTIATE

#define VNL_POLYNOMIAL_INSTANTIATE (   T)
Value:
template class VNL_EXPORT vnl_polynomial<T >; \
template VNL_EXPORT std::ostream& operator<<(std::ostream& os, vnl_polynomial<T > const&)
std::ostream & operator<<(std::ostream &s, vnl_decnum const &r)
decimal output.
Definition: vnl_decnum.h:393
Evaluation of polynomials.

Definition at line 154 of file vnl_polynomial.hxx.