Functions
vnl_real_npolynomial.cxx File Reference

a degree n real polynomial More...

#include <iostream>
#include <sstream>
#include <cassert>
#include "vnl_real_npolynomial.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, vnl_real_npolynomial const &P)
 

Detailed Description

a degree n real polynomial

Author
Marc Pollefeys, ESAT-VISICS, K.U.Leuven, 12-08-97

Implements a polynomial with N variables

Definition in file vnl_real_npolynomial.cxx.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
vnl_real_npolynomial const &  P 
)

Definition at line 250 of file vnl_real_npolynomial.cxx.