xerus
a general purpose tensor library
decompositionAls.cpp File Reference

Implementation of the decomposition ALS. More...

Go to the source code of this file.

Namespaces

 xerus
 The main namespace of xerus.
 

Functions

void xerus::decomposition_als (TTTensor &_x, const Tensor &_b, const double _eps=EPSILON, const size_t _maxIterations=1000)
 

Detailed Description

Implementation of the decomposition ALS.

Definition in file decompositionAls.cpp.