CholeskyDecomposition¶
Returns the upper-triangular Cholesky factor U of a Hermitian
positive-definite matrix such that ConjugateTranspose[U].U equals the input.
Exact arithmetic keeps radicals symbolic:
Machine-precision input yields a numeric factor:
$ wo 'CholeskyDecomposition[{{2.0, 1.0}, {1.0, 2.0}}]'
{{1.4142135623730951, 0.7071067811865475}, {0., 1.224744871391589}}
Complex Hermitian matrices conjugate the pivot-row factors:
TargetStructure -> "Structured" wraps the factor as a structured array: