gemmi.SMat33d class

Contents

Methods

def as_mat33(self, /) -> Mat33
def calculate_eigenvalues(self, /) -> typing.List[float[3]]
def determinant(self, /) -> float
def inverse(self, /) -> SMat33d
def nonzero(self, /) -> bool
def trace(self, /) -> float
def transformed_by(self, arg0: Mat33, /) -> SMat33d

Special methods

def __init__(self, u11: float, u22: float, u33: float, u12: float, u13: float, u23: float) -> None

Properties

u11: float get set
u12: float get set
u13: float get set
u22: float get set
u23: float get set
u33: float get set