R/RcppExports.R
lq_deflate.Rd
Computes data - (data %*% axis) %*% t(axis). The caller is responsible for ensuring axis is unit-norm.
data - (data %*% axis) %*% t(axis)
axis
lq_deflate(data, axis)
Numeric matrix (n_units x n_dims)
Numeric vector of length n_dims, unit-norm
Numeric matrix of the same shape as data
data