#include <batmat/linalg/micro-kernels/potrf.hpp>
Definition at line 10 of file potrf.hpp.
◆ anonymous enum
| Enumerator |
|---|
| none | chol(C ± AAᵀ)
|
| diag | chol(C ± AΣAᵀ) with Σ diagonal
|
| diag_sign_only | chol(C ± AΣAᵀ) with Σ diagonal and containing only ±0 (just sign bits)
|
Definition at line 12 of file potrf.hpp.
◆ with_diag()
| bool batmat::linalg::micro_kernels::potrf::KernelConfig::with_diag |
( |
| ) |
const |
|
inlinenodiscardconstexprnoexcept |
◆ negate_A
| bool batmat::linalg::micro_kernels::potrf::KernelConfig::negate_A = false |
Whether to compute chol(C - AAᵀ) instead of chol(C + AAᵀ).
Definition at line 11 of file potrf.hpp.
◆ []
| enum { ... } batmat::linalg::micro_kernels::potrf::KernelConfig::diag_A |
◆ struc_C
The documentation for this struct was generated from the following file:
- batmat/include/batmat/linalg/micro-kernels/potrf.hpp