MINT2
Functions
HyperPoint.cpp File Reference
#include "Mint/HyperPoint.h"
#include <math.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const HyperPoint &point)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const HyperPoint point 
)

Definition at line 471 of file HyperPoint.cpp.

471  {
472  point.print(os, 0);
473  return os;
474 }
virtual void print(std::ostream &os=std::cout, int endline=1) const
Definition: HyperPoint.cpp:453