![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"
#include <exception>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | sopt::Exception |
Root exception for sopt. More... | |
Namespaces | |
sopt | |
Macros | |
#define | SOPT_THROW(MSG) throw(sopt::Exception(__FILE__, __LINE__) << "\n" << MSG) |
#define SOPT_THROW | ( | MSG | ) | throw(sopt::Exception(__FILE__, __LINE__) << "\n" << MSG) |
Definition at line 46 of file exception.h.