https://github.com/JeffersonLab/chroma
Raw File
Tip revision: a2d5615bb14d2c8ac52f7ae74573e127274c822d authored by bjoo on 09 January 2006, 22:37:41 UTC
Broke out Even odd preconditioning for the now into a separate eo_prec linop.h also created prec_constdet_linop.h and prec_logdet_linop.h and reworked the linear operators. Fermacts and monomials next
Tip revision: a2d5615
mainprogs.h
// -*- C++ -*-
// $Id: mainprogs.h,v 2.0 2005-09-25 21:04:45 edwards Exp $

/*! \file
 * \brief Main programs
 *
 * Central include file for main programs using the Chroma library
 */

/*! \defgroup mainprogs Main programs
 *
 * Central include file for main programs using the Chroma library
 */


#ifndef __mainprogs_h__
#define __mainprogs_h__

#include "tests/tests.h"
#include "main/main.h"

#endif


back to top