ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class indexer

ietl::indexer

Synopsis

// In header: <alps/src/ietl/bandlanczos.h>


class indexer {
public:
  // construct/copy/destruct
  indexer(int);
  ~indexer();

  // public member functions
  int cnv(int);
  void next();
  void deflate(int);
};

Description

indexer public construct/copy/destruct

  1. indexer(int pc);
  2. ~indexer();

indexer public member functions

  1. int cnv(int j);
  2. void next();
  3. void deflate(int old);
Copyright © 2011 Matthias Troyer, Bela Bauer, Robin Jäger

PrevUpHomeNext