68 template<
template<
typename>
class ListContainer>
72 const ListContainer<Type>& source
Base for lists with indirect addressing, templated on the list contents type and the addressing type....
LLTMatrix()=default
Default construct.
tmp< Field< Type > > solve(const IndirectListBase< Type, Addr > &source) const
Solve the linear system with the given source return the solution.
void decompose(const SquareMatrix< Type > &mat)
Copy matrix and perform Cholesky decomposition.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
SquareMatrix()=default
Default construct.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A class for managing temporary objects.