Pre-declare SubField and related Field type.
void solve(Field< Type > &x, const Field< Type > &source) const
Solve the linear system with the given source.
LLTMatrix()
Construct null.
A class for managing temporary objects.
void decompose(const SquareMatrix< Type > &M)
Perform the Cholesky decomposition of the matrix.
Templated class to perform the Cholesky decomposition on a symmetric positive-definite matrix...
A templated 2D square matrix of objects of <T>, where the n x n matrix dimension is known and used fo...