get_elements method

get_elements

Gets the elements of the matrix as an array.

Returns

The elements of the matrix.

def get_elements(self):
    ...

See Also