finesse.cmatrix

Sparse matrix objects with factorisation and solving routines performed via KLU.

Classes

CCSMatrix(name)

KLUMatrix

An object representation of a CCS matrix with methods to factor and solve the matrix via KLU.

SubCCSMatrixView

This class represents a sub-matrix view of a CCS sparse matrix.

SubCCSMatrixViewDiagonal

This class represents a sub-matrix view of a CCS sparse matrix.

SubCCSView(CCSMatrix Matrix, ...)

SubCCSView1DArray

This is a class for storing sub-matrix views for coupling directly to another single SubCCSView.

SubCCSView2DArray

This is a class for storing sub-matrix views.