ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template add_abs2

ietl::add_abs2

Synopsis

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

template<typename T> 
struct add_abs2 {

  // public member functions
  T operator()(T, T);
};

Description

add_abs2 public member functions

  1. T operator()(T sum, T x);
Copyright © 2011 Matthias Troyer, Bela Bauer, Robin Jäger

PrevUpHomeNext