madupite.MatrixType#

class madupite.MatrixType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Enum class representing the type of a matrix in the Madupite framework.

The MatrixType enum class defines the different types of matrices that can be used in the Madupite library. The matrix type determines how the matrix data is stored and accessed.

Enum Values#

DenseMatrixType

Represents a dense matrix where most of the elements are non-zero.

SparseMatrixType

Represents a sparse matrix where most of the elements are zero, allowing for more efficient storage and computation.

__init__(*args, **kwds)#

Attributes

Dense

Sparse