blitz Version 0.9
|
#include <blitz/blitz.h>
Go to the source code of this file.
Classes | |
class | ZeroElement< P_numtype > |
Defines | |
#define | BZZERO_DECLARE(T) |
#define BZZERO_DECLARE | ( | T | ) |
template<> \ class ZeroElement<T > { \ public: \ static T& zero() \ { return zero_; } \ private: \ static T zero_; \ }