|
| Quaternion | __add__ (Quaternion self, Quaternion arg0) |
| |
| Quaternion | __add__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __add__ (Quaternion self, float arg0) |
| |
| Quaternion | __iadd__ (Quaternion self, float arg0) |
| |
| Quaternion | __imul__ (Quaternion self, float arg0) |
| |
| None | __init__ (self) |
| |
| None | __init__ (self, torch.Tensor tensor, int dynamic_dim, int intmd_dim) |
| |
| None | __init__ (self, Vec other) |
| |
| None | __init__ (self, Rot other) |
| |
| None | __init__ (self, WR2 other) |
| |
| None | __init__ (self, R2 other) |
| |
| None | __init__ (self, SR2 other) |
| |
| None | __init__ (self, R3 other) |
| |
| None | __init__ (self, SFR3 other) |
| |
| None | __init__ (self, R4 other) |
| |
| None | __init__ (self, SFFR4 other) |
| |
| None | __init__ (self, WFFR4 other) |
| |
| None | __init__ (self, SSR4 other) |
| |
| None | __init__ (self, SWR4 other) |
| |
| None | __init__ (self, WSR4 other) |
| |
| None | __init__ (self, WWR4 other) |
| |
| None | __init__ (self, Quaternion other) |
| |
| None | __init__ (self, MillerIndex other) |
| |
| None | __init__ (self, Tensor other) |
| |
| None | __init__ (self, Scalar other) |
| |
| None | __init__ (self, torch.Tensor tensor, int intmd_dim=0) |
| |
| Quaternion | __isub__ (Quaternion self, float arg0) |
| |
| Quaternion | __itruediv__ (Quaternion self, float arg0) |
| |
| Quaternion | __mul__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __mul__ (Quaternion self, float arg0) |
| |
| Quaternion | __neg__ (Quaternion self) |
| |
| Quaternion | __pow__ (Quaternion self, float arg0) |
| |
| Quaternion | __radd__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __radd__ (Quaternion self, float arg0) |
| |
| str | __repr__ (Quaternion self) |
| |
| Quaternion | __rmul__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __rmul__ (Quaternion self, float arg0) |
| |
| Quaternion | __rsub__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __rsub__ (Quaternion self, float arg0) |
| |
| Quaternion | __rtruediv__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __rtruediv__ (Quaternion self, float arg0) |
| |
| str | __str__ (Quaternion self) |
| |
| Quaternion | __sub__ (Quaternion self, Quaternion arg0) |
| |
| Quaternion | __sub__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __sub__ (Quaternion self, float arg0) |
| |
| Quaternion | __truediv__ (Quaternion self, Scalar arg0) |
| |
| Quaternion | __truediv__ (Quaternion self, float arg0) |
| |
| Quaternion | clone (Quaternion self) |
| |
| Quaternion | contiguous (Quaternion self) |
| |
| torch.Tensor | copy_ (Quaternion self, torch.Tensor arg0, bool arg1) |
| |
| bool | defined (Quaternion self) |
| |
| Quaternion | detach (Quaternion self) |
| |
| torch.Tensor | detach_ (Quaternion self) |
| |
| int | dim (Quaternion self) |
| |
| Number|torch.SymInt|torch.SymFloat|torch.SymBool | item (Quaternion self) |
| |
| Scalar | norm (Quaternion self) |
| |
| torch.Tensor | requires_grad_ (Quaternion self, bool arg0) |
| |
| Tensor | tensor (Quaternion self) |
| |
| Quaternion | to (Quaternion self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| torch.Tensor | torch (Quaternion self) |
| |
| torch.Tensor | zero_ (Quaternion self) |
| |
| QuaternionBaseView | base (self) |
| |
| QuaternionBatchView | batch (self) |
| |
| torch.device | device (self) |
| |
| torch.dtype | dtype (self) |
| |
| QuaternionDynamicView | dynamic (self) |
| |
| torch.Tensor | grad (self) |
| |
| QuaternionIntmdView | intmd (self) |
| |
| bool | requires_grad (self) |
| |
| tuple[int,...] | shape (self) |
| |
| QuaternionStaticView | static (self) |
| |
|
| Quaternion | dynamic_linspace (Quaternion start, Quaternion end, int step, int dim=0) |
| |
| Quaternion | dynamic_logspace (Quaternion start, Quaternion end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Quaternion | empty (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | empty (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | empty_like (Quaternion arg0) |
| |
| Quaternion | full (float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | full (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | full_like (Quaternion other, float fill_value) |
| |
| Quaternion | intmd_linspace (Quaternion start, Quaternion end, int step, int dim=0) |
| |
| Quaternion | intmd_logspace (Quaternion start, Quaternion end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Quaternion | ones (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | ones (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | ones_like (Quaternion arg0) |
| |
| Quaternion | rand (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | rand (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | rand_like (Quaternion arg0) |
| |
| Quaternion | zeros (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | zeros (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Quaternion | zeros_like (Quaternion arg0) |
| |