ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template add_abs2<std::complex< T >>

ietl::add_abs2<std::complex< T >>

Synopsis

// In header: <alps/src/ietl/interface/valarray.h>

template<typename T> 
struct add_abs2<std::complex< T >> {

  // public member functions
  T operator()(T, const std::complex< T > &);
};

Description

add_abs2 public member functions

  1. T operator()(T sum, const std::complex< T > & x);
Copyright © 2011 Matthias Troyer, Bela Bauer, Robin Jäger

PrevUpHomeNext