NEML2 1.4.0
|
This is the complete list of members for SymmetryFromOrbifold, including all inherited members.
base_dim() const | BatchTensorBase< Derived > | |
base_expand(TorchShapeRef base_size) const | BatchTensorBase< Derived > | |
base_expand_as(const Derived2 &other) const | BatchTensorBase< Derived > | |
base_expand_copy(TorchShapeRef base_size) const | BatchTensorBase< Derived > | |
base_index(const TorchSlice &indices) const | BatchTensorBase< Derived > | |
base_index_put(const TorchSlice &indices, const torch::Tensor &other) | BatchTensorBase< Derived > | |
base_movedim(TorchSize d1, TorchSize d2) const | BatchTensorBase< Derived > | |
base_reshape(TorchShapeRef base_shape) const | BatchTensorBase< Derived > | |
base_size(TorchSize index) const | BatchTensorBase< Derived > | |
base_sizes() const | BatchTensorBase< Derived > | |
base_storage() const | BatchTensorBase< Derived > | |
base_transpose(TorchSize d1, TorchSize d2) const | BatchTensorBase< Derived > | |
base_unsqueeze(TorchSize d) const | BatchTensorBase< Derived > | |
batch_dim() const | BatchTensorBase< Derived > | |
batch_dim() | BatchTensorBase< Derived > | |
batch_expand(TorchShapeRef batch_size) const | BatchTensorBase< Derived > | |
batch_expand_as(const Derived2 &other) const | BatchTensorBase< Derived > | |
batch_expand_copy(TorchShapeRef batch_size) const | BatchTensorBase< Derived > | |
batch_index(TorchSlice indices) const | BatchTensorBase< Derived > | |
batch_index_put(TorchSlice indices, const torch::Tensor &other) | BatchTensorBase< Derived > | |
batch_reshape(TorchShapeRef batch_shape) const | BatchTensorBase< Derived > | |
batch_size(TorchSize index) const | BatchTensorBase< Derived > | |
batch_sizes() const | BatchTensorBase< Derived > | |
batch_sum(TorchSize d) const | BatchTensorBase< Derived > | |
batch_transpose(TorchSize d1, TorchSize d2) const | BatchTensorBase< Derived > | |
batch_unsqueeze(TorchSize d) const | BatchTensorBase< Derived > | |
batched() const | BatchTensorBase< Derived > | |
BatchTensorBase()=default | BatchTensorBase< Derived > | |
BatchTensorBase(const torch::Tensor &tensor, TorchSize batch_dim) | BatchTensorBase< Derived > | |
BatchTensorBase(const Derived &tensor) | BatchTensorBase< Derived > | |
BatchTensorBase(Real)=delete | BatchTensorBase< Derived > | |
clone(torch::MemoryFormat memory_format=torch::MemoryFormat::Contiguous) const | BatchTensorBase< Derived > | |
const_base_dim | FixedDimTensor< Derived, S > | static |
const_base_sizes | FixedDimTensor< Derived, S > | inlinestatic |
const_base_storage | FixedDimTensor< Derived, S > | inlinestatic |
detach() const | BatchTensorBase< Derived > | |
doc() const | NEML2Object | inline |
drotate(const Rot &r) const | R2Base< R2 > | |
drotate(const R2 &R) const | R2Base< R2 > | |
empty(const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
empty(TorchShapeRef batch_shape, const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
empty_like(const Derived &other) | BatchTensorBase< Derived > | static |
expected_options() | SymmetryFromOrbifold | static |
fill(const Real &a, const torch::TensorOptions &options=default_tensor_options()) | R2Base< R2 > | static |
fill(const Scalar &a) | R2Base< R2 > | static |
fill(const Real &a11, const Real &a22, const Real &a33, const torch::TensorOptions &options=default_tensor_options()) | R2Base< R2 > | static |
fill(const Scalar &a11, const Scalar &a22, const Scalar &a33) | R2Base< R2 > | static |
fill(const Real &a11, const Real &a22, const Real &a33, const Real &a23, const Real &a13, const Real &a12, const torch::TensorOptions &options=default_tensor_options()) | R2Base< R2 > | static |
fill(const Scalar &a11, const Scalar &a22, const Scalar &a33, const Scalar &a23, const Scalar &a13, const Scalar &a12) | R2Base< R2 > | static |
fill(const Real &a11, const Real &a12, const Real &a13, const Real &a21, const Real &a22, const Real &a23, const Real &a31, const Real &a32, const Real &a33, const torch::TensorOptions &options=default_tensor_options()) | R2Base< R2 > | static |
fill(const Scalar &a11, const Scalar &a12, const Scalar &a13, const Scalar &a21, const Scalar &a22, const Scalar &a23, const Scalar &a31, const Scalar &a32, const Scalar &a33) | R2Base< R2 > | static |
FixedDimTensor()=default | FixedDimTensor< Derived, S > | |
FixedDimTensor(const torch::Tensor &tensor, TorchSize batch_dim) | FixedDimTensor< Derived, S > | explicit |
FixedDimTensor(const torch::Tensor &tensor) | FixedDimTensor< Derived, S > | |
full(Real init, const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
full(TorchShapeRef batch_shape, Real init, const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
full_like(const Derived &other, Real init) | BatchTensorBase< Derived > | static |
host() const | NEML2Object | |
host() | NEML2Object | |
identity(const torch::TensorOptions &options=default_tensor_options()) | R2Base< R2 > | static |
identity_map(const torch::TensorOptions &options=default_tensor_options()) | R2 | static |
input_options() const | NEML2Object | inline |
inverse() const | R2Base< R2 > | |
linspace(const Derived &start, const Derived &end, TorchSize nstep, TorchSize dim=0, TorchSize batch_dim=-1) | BatchTensorBase< Derived > | static |
list_sum() const | BatchTensorBase< Derived > | |
list_unsqueeze() const | BatchTensorBase< Derived > | |
logspace(const Derived &start, const Derived &end, TorchSize nstep, TorchSize dim=0, TorchSize batch_dim=-1, Real base=10) | BatchTensorBase< Derived > | static |
name() const | NEML2Object | inline |
NEML2Object(const OptionSet &options) | NEML2Object | |
ones(const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
ones(TorchShapeRef batch_shape, const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
ones_like(const Derived &other) | BatchTensorBase< Derived > | static |
operator BatchTensor() const | FixedDimTensor< Derived, S > | |
operator SR2() const | R2Base< R2 > | explicit |
operator()(TorchSize i, TorchSize j) const | R2Base< R2 > | |
operator-() const | BatchTensorBase< Derived > | |
path() const | NEML2Object | inline |
R2(const SR2 &S) | R2 | |
R2(const WR2 &W) | R2 | |
R2(const Rot &r) | R2 | explicit |
rotate(const Rot &r) const | R2Base< R2 > | |
rotate(const R2 &R) const | R2Base< R2 > | |
setup() | NEML2Object | inlinevirtual |
skew(const Vec &v) | R2Base< R2 > | static |
SymmetryFromOrbifold(const OptionSet &options) | SymmetryFromOrbifold | |
to(const torch::TensorOptions &options) const | BatchTensorBase< Derived > | |
transpose() const | R2Base< R2 > | |
type() const | NEML2Object | inline |
UserTensor(const OptionSet &options) | UserTensor | |
zeros(const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
zeros(TorchShapeRef batch_shape, const torch::TensorOptions &options=default_tensor_options()) | FixedDimTensor< Derived, S > | static |
zeros_like(const Derived &other) | BatchTensorBase< Derived > | static |
~NEML2Object()=default | NEML2Object | virtual |