a property

a property

The A component of the matrix.

Definition:

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

See Also