Class InvCooMatrix

template<typename VALUE_TYPE>
class InvCooMatrix

Lazy inverse of CooMatrix objects.

Objects of type InvCooMatrix model the inverse of a CooMatrix by computing and storing its sparse LU factorization.