InverseMethod

class paminco.linalg.InverseMethod(value)[source]

Enum defining the method to invert a matrix.

__init__(*args, **kwargs)

Attributes

INVERSE

Calculate the inverse via numpy.linalg.inv().

CHOLESKY

Calculate the inverse via Cholesky decomposition.