Mantid
Loading...
Searching...
No Matches
Classes | Functions
Mantid::mathLevel Namespace Reference

Classes

class  PolyBase
 Holds a polynominal as a primary type. More...
 

Functions

PolyBase operator* (double const, const PolyBase &)
 
std::ostream & operator<< (std::ostream &OX, const PolyBase &A)
 External Friend :: outputs point to a stream. More...
 

Function Documentation

◆ operator*()

PolyBase Mantid::mathLevel::operator* ( double const  ,
const PolyBase  
)

◆ operator<<()

std::ostream & Mantid::mathLevel::operator<< ( std::ostream &  OX,
const PolyBase A 
)

External Friend :: outputs point to a stream.

Parameters
OX:: output stream
A:: PolyBase to write
Returns
The output stream (OX)

Definition at line 20 of file PolyBase.cpp.

References Mantid::mathLevel::PolyBase::write().