Go to the source code of this file.
|
int | vsmc::internal::cov_chol (std::size_t dim, float *chol) |
|
int | vsmc::internal::cov_chol (std::size_t dim, double *chol) |
|
template<typename RealType > |
int | vsmc::cov_chol (std::size_t dim, const RealType *cov, RealType *chol, MatrixLayout layout=RowMajor, bool upper=false, bool packed=false) |
| Compute Cholesky decomposition of the covariance matrix. More...
|
|
template<typename RealType > |
void | vsmc::internal::cov_pack (std::size_t dim, const RealType *cov, RealType *chol, MatrixLayout layout, bool upper, bool packed) |
|