12         RankError(
const std::string &message) : 
std::runtime_error(message) {}
 Primary namespace for all Creativity library code. 
Definition: config.hpp:4
 
Definition: Variable.hpp:389
 
RankError(const std::string &message)
Constructor; takes an exception message. 
Definition: Regression.hpp:12
 
Exception class for rank errors, for example when trying to do OLS with n < k, or an X matrix without...
Definition: Regression.hpp:9