- 3.0.2 core module.
|
Go to the source code of this file.
Functions | |
template<typename ALLOC > | |
bool | plot (const std::vector< double, ALLOC > &y, const std::string &format) |
template<typename ALLOC , typename ALLOC2 > | |
bool | plot (const std::vector< double, ALLOC > &x, const std::vector< double, ALLOC2 > &y, const std::map< std::string, std::string > &keywords) |
template<typename ALLOC , typename ALLOC2 > | |
bool | plot (const std::vector< double, ALLOC > &x, const std::vector< double, ALLOC2 > &y, const std::string &s) |
bool plot | ( | const std::vector< double, ALLOC > & | y, |
const std::string & | format | ||
) |
References ct::core::plot::warn().
bool plot | ( | const std::vector< double, ALLOC > & | x, |
const std::vector< double, ALLOC2 > & | y, | ||
const std::map< std::string, std::string > & | keywords | ||
) |
References ct::core::plot::warn().
bool plot | ( | const std::vector< double, ALLOC > & | x, |
const std::vector< double, ALLOC2 > & | y, | ||
const std::string & | s | ||
) |
References ct::core::plot::warn().