m11 property

m11 property

Gets or sets the value in the first row and first column of the matrix.

Definition:

@property
def m11(self):
    ...
@m11.setter
def m11(self, value):
    ...

See Also