R/kema_scalable.R
gram_Ld.Rd
Z^T L_d Z = Z^T D_d Z + (Z^T C)(Z^T C)^T - (Z^T ell)(Z^T ell)^T
gram_Ld(Zop, F)
Operator for kernel blocks.
Label factor list.
Symmetric dense matrix.
# \donttest{ library(Matrix) K1 <- Matrix(rnorm(20), 10, 2) Zop <- make_Zop_from_Ks(list(K1)) # F <- label_factors(...) # Requires label factors # G <- gram_Ld(Zop, F) # }