Pseudo-inverts a rank-2 tensor using SVD. More...
#include "inc/tensor/tensor.h"
Include dependency graph for tensor_pseudoinvert.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| std::tuple< SRDef, Tensor< 2 > > | syten::pseudo_invert (Tensor< 2 > const &a) |
| Calculates the SVD-based pseudo-inverse of the input matrix. More... | |
Pseudo-inverts a rank-2 tensor using SVD.