|
NEML2 2.0.0
|
This is the complete list of members for SSR4, including all inherited members.
| _batch_sizes | TensorBase< SSR4 > | protected |
| base_dim() const | TensorBase< SSR4 > | |
| base_expand(TensorShapeRef base_shape) const | TensorBase< SSR4 > | |
| base_expand(Size base_size, Size dim) const | TensorBase< SSR4 > | |
| base_expand_as(const neml2::Tensor &other) const | TensorBase< SSR4 > | |
| base_expand_copy(TensorShapeRef base_shape) const | TensorBase< SSR4 > | |
| base_flatten() const | TensorBase< SSR4 > | |
| base_index(indexing::TensorIndicesRef indices) const | TensorBase< SSR4 > | |
| base_index_put_(indexing::TensorIndicesRef indices, const ATensor &other) | TensorBase< SSR4 > | |
| base_index_put_(indexing::TensorIndicesRef indices, const CScalar &v) | TensorBase< SSR4 > | |
| base_reshape(TensorShapeRef base_shape) const | TensorBase< SSR4 > | |
| base_size(Size index) const | TensorBase< SSR4 > | |
| base_sizes() const | TensorBase< SSR4 > | |
| base_slice(Size dim, const indexing::Slice &index) const | TensorBase< SSR4 > | |
| base_storage() const | TensorBase< SSR4 > | |
| base_transpose(Size d1, Size d2) const | TensorBase< SSR4 > | |
| base_unsqueeze(Size d) const | TensorBase< SSR4 > | |
| batch_dim() const | TensorBase< SSR4 > | |
| batch_expand(const TraceableTensorShape &batch_shape) const | TensorBase< SSR4 > | |
| batch_expand(const TraceableSize &batch_size, Size dim) const | TensorBase< SSR4 > | |
| batch_expand_as(const neml2::Tensor &other) const | TensorBase< SSR4 > | |
| batch_expand_copy(const TraceableTensorShape &batch_shape) const | TensorBase< SSR4 > | |
| batch_index(indexing::TensorIndicesRef indices) const | TensorBase< SSR4 > | |
| batch_index_put_(indexing::TensorIndicesRef indices, const ATensor &other) | TensorBase< SSR4 > | |
| batch_index_put_(indexing::TensorIndicesRef indices, const CScalar &v) | TensorBase< SSR4 > | |
| batch_reshape(const TraceableTensorShape &batch_shape) const | TensorBase< SSR4 > | |
| batch_size(Size index) const | TensorBase< SSR4 > | |
| batch_sizes() const | TensorBase< SSR4 > | |
| batch_slice(Size dim, const indexing::Slice &index) const | TensorBase< SSR4 > | |
| batch_transpose(Size d1, Size d2) const | TensorBase< SSR4 > | |
| batch_unsqueeze(Size d) const | TensorBase< SSR4 > | |
| batched() const | TensorBase< SSR4 > | |
| clone() const | TensorBase< SSR4 > | |
| const_base_dim | PrimitiveTensor< SSR4, 6, 6 > | static |
| const_base_sizes | PrimitiveTensor< SSR4, 6, 6 > | inlinestatic |
| const_base_storage | PrimitiveTensor< SSR4, 6, 6 > | inlinestatic |
| create(const TensorDataContainer &data, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| detach() const | TensorBase< SSR4 > | |
| dinverse() const | SSR4 | |
| drotate(const Rot &r) const | SSR4 | |
| drotate_self(const Rot &r) const | SSR4 | |
| empty(const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| empty(const TraceableTensorShape &batch_shape, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| empty_like(const SSR4 &other) | TensorBase< SSR4 > | static |
| fill_C1_C2_C3(const Scalar &C1, const Scalar &C2, const Scalar &C3) | SSR4 | static |
| fill_C1_C2_C3(const double &C1, const double &C2, const double &C3, const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| full(const CScalar &init, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| full(const TraceableTensorShape &batch_shape, const CScalar &init, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| full_like(const SSR4 &other, const CScalar &init) | TensorBase< SSR4 > | static |
| identity(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_C1(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_C2(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_C3(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_dev(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_map(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_sym(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| identity_vol(const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| inverse() const | SSR4 | |
| isotropic_E_nu(const Scalar &E, const Scalar &nu) | SSR4 | static |
| isotropic_E_nu(const double &E, const double &nu, const TensorOptions &options=default_tensor_options()) | SSR4 | static |
| linspace(const SSR4 &start, const SSR4 &end, Size nstep, Size dim=0) | TensorBase< SSR4 > | static |
| logspace(const SSR4 &start, const SSR4 &end, Size nstep, Size dim=0, const CScalar &base=10) | TensorBase< SSR4 > | static |
| ones(const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| ones(const TraceableTensorShape &batch_shape, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| ones_like(const SSR4 &other) | TensorBase< SSR4 > | static |
| operator Tensor() const | PrimitiveTensor< SSR4, 6, 6 > | |
| operator()(Size i, Size j, Size k, Size l) const | SSR4 | |
| operator-() const | TensorBase< SSR4 > | |
| PrimitiveTensor()=default | PrimitiveTensor< SSR4, 6, 6 > | |
| PrimitiveTensor(const ATensor &tensor, Size batch_dim) | PrimitiveTensor< SSR4, 6, 6 > | |
| PrimitiveTensor(const ATensor &tensor, const TraceableTensorShape &batch_shape) | PrimitiveTensor< SSR4, 6, 6 > | |
| PrimitiveTensor(const Tensor &tensor) | PrimitiveTensor< SSR4, 6, 6 > | |
| PrimitiveTensor(const ATensor &tensor) | PrimitiveTensor< SSR4, 6, 6 > | explicit |
| rotate(const Rot &r) const | SSR4 | |
| SSR4(const R4 &T) | SSR4 | |
| TensorBase()=default | TensorBase< SSR4 > | |
| TensorBase(const ATensor &tensor, Size batch_dim) | TensorBase< SSR4 > | |
| TensorBase(const ATensor &tensor, const TraceableTensorShape &batch_shape) | TensorBase< SSR4 > | |
| TensorBase(const neml2::Tensor &tensor) | TensorBase< SSR4 > | |
| TensorBase(double)=delete | TensorBase< SSR4 > | |
| TensorBase(float)=delete | TensorBase< SSR4 > | |
| TensorBase(int)=delete | TensorBase< SSR4 > | |
| to(const TensorOptions &options) const | TensorBase< SSR4 > | |
| transpose_major() const | SSR4 | |
| transpose_minor() const | SSR4 | |
| variable_data() const | TensorBase< SSR4 > | |
| zeros(const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| zeros(const TraceableTensorShape &batch_shape, const TensorOptions &options=default_tensor_options()) | PrimitiveTensor< SSR4, 6, 6 > | static |
| zeros_like(const SSR4 &other) | TensorBase< SSR4 > | static |