R/kema_scalable.R
Zt_times.Rd
Apply Z^T to arbitrary multi-vectors without forming Z.
Zt_times(Zop, S)
Operator for Z.
Dense or sparse matrix with n rows.
Dense matrix with r rows.
# \donttest{ library(Matrix) K1 <- Matrix(rnorm(20), 10, 2) Zop <- make_Zop_from_Ks(list(K1)) S <- matrix(rnorm(30), 10, 3) result <- Zt_times(Zop, S) # }