#include <cmath>
#include <vector>
#include <map>
#include <set>
#include <iostream>
#include <iomanip>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimString.h>
#include <ossim/matrix/newmat.h>
#include <ossim/matrix/newmatap.h>
Go to the source code of this file.
◆ operator<<()
template<class T , int DIM>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ossimPolynom< T, DIM > & |
pt |
|
) |
| |
stream operators
Definition at line 861 of file ossimPolynom.h.
std::ostream & print(std::ostream &os) const
I/O.
◆ operator>>()
template<class T , int DIM>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
ossimPolynom< T, DIM > & |
pt |
|
) |
| |