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