finesse.simulations.sparse.KLU.KLUSolver

Overview

class finesse.simulations.sparse.KLU.KLUSolver(*args, **kwargs)

Bases: SparseSolver

This extends the BaseSolver for using the KLU (Suitesparse) library for solving linear sparse systems of equations. It sets the _M member to a KLUMatrix.

Methods