InverseMethod¶
- class paminco.linalg.InverseMethod(value)[source]¶
Enum defining the method to invert a matrix.
- __init__(*args, **kwargs)¶
Attributes
INVERSECalculate the inverse via
numpy.linalg.inv().CHOLESKYCalculate the inverse via Cholesky decomposition.