CHROMA
Namespaces | Functions
lu_solve.h File Reference

LU solver. More...

#include "chromabase.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

void Chroma::LUSolve (multi1d< DComplex > &a, const multi2d< DComplex > &M, const multi1d< DComplex > &b)
 Solve M a = b by LU decomposition with partial pivoting. More...
 

Detailed Description

LU solver.

Predictors for HMC

Definition in file lu_solve.h.