xerus
a general purpose tensor library
|
Implementation of the CG algorithm. More...
#include <xerus/algorithms/cg.h>
#include <xerus/algorithms/als.h>
#include <xerus/algorithms/steepestDescent.h>
#include <xerus/basic.h>
#include <xerus/index.h>
#include <xerus/indexedTensorList.h>
#include <xerus/tensorNetwork.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 GeometricCGVariant | xerus::GeometricCG (0, 1e-8, false, SubmanifoldRetractionI, ProjectiveVectorTransport) |
Implementation of the CG algorithm.
Definition in file cg.cpp.