#include <blitz/blitz.h>
Include dependency graph for zero.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ZeroElement< P_numtype > |
Defines | |
#define | BZZERO_DECLARE(T) |
|
Value: template<> \ class ZeroElement<T > { \ public: \ static T& zero() \ { return zero_; } \ private: \ static T zero_; \ } |