#include <armadillo>
#include <sstream>
#include "logger.h"
Go to the source code of this file.
|
| template<class T > |
| void | scyl::version (T &in) |
| | Get the version number of Scyllarus (Casted from Float (Major.MinorSub) More...
|
| |
| template<class T > |
| void | scyl::version (arma::Mat< T > &in) |
| | Get the version number of Scyllarus (Casted from Float (Major.MinorSub) More...
|
| |
| std::string | scyl::version_string () |
| | Get the version number formatted as a string [Major.Minor.Sub(release)]. More...
|
| |
| void | scyl::print_version () |
| | Print Scyllarus information/copyright banner with version information. More...
|
| |