ML Reference
|
#include "mlInitSystemML.h"
#include <mlTypeDefTraits.h>
#include <mlDataTypes.h>
#include <iostream>
#include <utility>
#include <string>
Go to the source code of this file.
Classes | |
class | ml::TScaleShiftData< DT > |
The class defines a first order linear transformation. More... | |
Namespaces | |
ml | |
Main documentation file for ML users and developers. | |
Typedefs | |
typedef TScaleShiftData< MLdouble > | ml::ScaleShiftData |
Double version of TScaleShiftData for maximum reasonable precision. More... | |
Functions | |
ostream & | std::operator<< (ostream &s, const ml::ScaleShiftData &ssd) |
Overloads '<<' operator for stream output of ML TScaleShiftData objects. More... | |
|
inline |
Overloads '<<' operator for stream output of ML TScaleShiftData objects.
Definition at line 337 of file mlScaleShiftData.h.
References std::operator<<().