Pseudo-inverts a rank-2 tensor using SVD. More...
#include "inc/tensor/tensor.h"
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.