zero.h File Reference

#include <blitz/blitz.h>

Include dependency graph for zero.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 Oct 22 10:03:51 2007 for blitz by  doxygen 1.3.9.1