Special#
This module provides special (linear algebra) math functions.
|
|
|
Deviatoric part of a Tensor. |
|
The (Gauss) error function. |
|
Recover full Tensor from upper triangle entries of a Tensor. |
|
Recover full Tensor from upper triangle entries of a Tensor. |
|
Symmetric part of a Tensor. |
|
Tresca Invariant. |
|
Flattened upper triangle entries of a Tensor. |
|
Try to unpack and stack the list of tensors/arrays and return the fallback array otherwise. |
|
Von Mises Invariant. |
Detailed API Reference
- tensortrax.math.special.from_triu_1d(A, like=None)[source]#
Recover full Tensor from upper triangle entries of a Tensor.
- tensortrax.math.special.from_triu_2d(A)[source]#
Recover full Tensor from upper triangle entries of a Tensor.