ANIMA
4.0
|
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_diag_matrix.h>
#include <vnl/vnl_vector.h>
#include "AnimaOptimizersExport.h"
Go to the source code of this file.
Classes | |
class | anima::CholeskyDecomposition |
Cholesky decomposition: decomposes a symmetric matrix A in the form L D L^T, where L is lower triangular and D diagonal. May be used to solve efficiently any linear system using the solve methods. Refer to Gill, Golub et al. Methods for modifying matrix factorizations. 1974. More... | |
Namespaces | |
anima | |