helpme_py.MatrixF

class helpme_py.MatrixF

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.MatrixF, array: Annotated[numpy.typing.ArrayLike, numpy.float32]) None

Methods

__init__(self, array)