SHOGUN
4.2.0
|
Partial specialization of add for the Eigen3 backend.
Definition at line 75 of file Cholesky.h.
Public Types | |
typedef Matrix::Scalar | T |
typedef SGMatrix< T > | ReturnType |
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MatrixXt |
Static Public Member Functions | |
static ReturnType | compute (SGMatrix< T > A, bool lower) |
typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt |
Eigen3 matrix type
Definition at line 84 of file Cholesky.h.
typedef SGMatrix<T> ReturnType |
Return type
Definition at line 81 of file Cholesky.h.
typedef Matrix::Scalar T |
Scalar type
Definition at line 78 of file Cholesky.h.
|
static |
Compute the cholesky decomposition \(A = L L^{*}\) or \(A = U^{*} U\) of a Hermitian positive definite matrix
A | - the matrix whose cholesky decomposition is to be computed |
lower | - whether to compute the upper or lower triangular Cholesky factorization (default:lower) |
Definition at line 91 of file Cholesky.h.