blitz/zero.h File Reference

#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)


Define Documentation

#define BZZERO_DECLARE (  ) 

Value:

template<>                         \
  class ZeroElement<T > {            \
  public:                            \
    static T& zero()                 \
    { return zero_; }                \
  private:                           \
    static T zero_;                  \
  }


Generated on Mon Dec 3 09:22:16 2007 for blitz by  doxygen 1.5.1