Select

Index

Public interface

Internal functions

Helper functions

SparseKoLesky.Select.choldowndate!Function
choldowndate!(L, u, order; start=1, finish=size(L, 2))

Computes the rank-one downdate of L by u, modifying L in-place.

Given a Cholesky factor $L$, a rank-one downdate by a vector $u$ computes

\[L \to \mathsf{chol}(L L^{\top} - u u^{\top}).\]

This function only computes the columns from start to finish.

See also: cholinsert!.

source
SparseKoLesky.Select.selectpoint!Function
selectpoint!(kernel::Kernel, points, L, k, var, order, locations, i)

Add the k-th point to the Cholesky factor L.

This function modifies L and var in-place.

source