#include <vector>
#include <armadillo>
#include <string>
#include <boost/make_shared.hpp>
#include "gnuplot-iostream.h"
Go to the source code of this file.
|
| #define | USE_CXX (__cplusplus >= 201103) |
| |
|
| void | imagesc (const arma::mat &x) |
| |
| void | plot (const arma::cx_mat &x, std::string title) |
| |
| void | replot (const arma::cx_mat &x, std::string title) |
| |
| template<typename T > |
| void | plot (const std::vector< T > &x) |
| |
| template<typename T > |
| void | plot (const std::vector< T > &x, std::string title) |
| |
| template<typename T > |
| void | replot (const std::vector< T > &x, std::string title) |
| |
◆ USE_CXX
| #define USE_CXX (__cplusplus >= 201103) |
◆ imagesc()
| void imagesc |
( |
const arma::mat & | x | ) |
|
◆ plot() [1/3]
| void plot |
( |
const arma::cx_mat & | x, |
|
|
std::string | title ) |
◆ plot() [2/3]
template<typename T >
| void plot |
( |
const std::vector< T > & | x | ) |
|
◆ plot() [3/3]
template<typename T >
| void plot |
( |
const std::vector< T > & | x, |
|
|
std::string | title ) |
◆ replot() [1/2]
| void replot |
( |
const arma::cx_mat & | x, |
|
|
std::string | title ) |
◆ replot() [2/2]
template<typename T >
| void replot |
( |
const std::vector< T > & | x, |
|
|
std::string | title ) |
◆ current_figure
| std::shared_ptr<Gnuplot> current_figure |