xerus
a general purpose tensor library
als.cpp File Reference

Implementation of the ALS variants. More...

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)
 

Detailed Description

Implementation of the ALS variants.

Definition in file als.cpp.