helpme_py.MatrixD

class helpme_py.MatrixD

A matrix object that accepts data from NumPy arrays.

The input should be NxN.

Parameters:

array – The Python-side 2D matrix object.

__init__(self: helpme_py.MatrixD, array: Annotated[numpy.typing.ArrayLike, numpy.float64]) None

Methods

__init__(self, array)