xerus
a general purpose tensor library
|
Implementation of the ALS variants. More...
#include <xerus/misc/math.h>
#include <xerus/algorithms/als.h>
#include <xerus/basic.h>
#include <xerus/index.h>
#include <xerus/indexedTensorList.h>
#include <xerus/tensorNetwork.h>
#include <xerus/misc/internal.h>
#include <xerus/indexedTensorMoveable.h>
#include <xerus/indexedTensor_tensor_factorisations.h>
Go to the source code of this file.
Namespaces | |
xerus | |
The main namespace of xerus. | |
Functions | |
const ALSVariant | xerus::ALS (1, 0, ALSVariant::lapack_solver, false) |
const ALSVariant | xerus::ALS_SPD (1, 0, ALSVariant::lapack_solver, true) |
const ALSVariant | xerus::ASD (1, 0, ALSVariant::ASD_solver, false) |
const ALSVariant | xerus::ASD_SPD (1, 0, ALSVariant::ASD_solver, true) |
const ALSVariant | xerus::DMRG (2, 0, ALSVariant::lapack_solver, false) |
const ALSVariant | xerus::DMRG_SPD (2, 0, ALSVariant::lapack_solver, true) |
Implementation of the ALS variants.
Definition in file als.cpp.