Linear Algebra#
This module provides NumPy-like linear algebra math functions.
|
Determinant of a 2x2 or 3x3 Tensor. |
|
Eigenvalues and -bases of a symmetric Tensor. |
|
Eigenvalues of a symmetric Tensor. |
|
Compute the matrix exponential of a symmetric array. |
|
Inverse of a 2x2 or 3x3 Tensor. |
|
Pseudo-Inverse of a 2x2 or 3x3 Tensor. |
|
Compute the matrix square root of a symmetric array. |
Detailed API Reference
- tensortrax.math.linalg.eigh(A, eps=np.float64(1.4901161193847656e-08))[source]#
Eigenvalues and -bases of a symmetric Tensor.