#ifndef SCITBX_MATH_EIGENSYSTEM_H
#define SCITBX_MATH_EIGENSYSTEM_H

// Backward compatibility 2009-6-27

#include <scitbx/matrix/eigensystem.h>

namespace scitbx { namespace math { namespace eigensystem {

  using namespace scitbx::matrix::eigensystem;

}}}

#endif // SCITBX_MATH_EIGENSYSTEM_H
