to_array method

to_array(self)

Converts matrix to array.

Returns

The array.


def to_array(self):
    ...

See Also