e property

e property

The E component of the matrix.

Definition:

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

See Also