Controlpp
Loading...
Searching...
No Matches
TimeSeries.hpp File Reference
#include <ostream>
#include <Eigen/Dense>

Go to the source code of this file.

Classes

class  controlpp::TimeSeries< T >
 Contiains time and values pairs. More...
 
class  controlpp::ComplexTimeSeries< T >
 

Namespaces

namespace  controlpp
 The main namespace for the Control++ library.
 

Functions

template<class T >
void controlpp::write_csv (std::ostream &stream, const TimeSeries< T > &timeseries)
 Prints the timeseries as a .csv file.
 
template<class T >
std::ostream & controlpp::operator<< (std::ostream &stream, const ComplexTimeSeries< T > &timeseries)