View source: R/vga_solver_mat.R
vga_pois_solver_mat_newton_low_memory | R Documentation |
a matrix version of the vga solver using Newton's method, low memory mode by partitioning the rows
vga_pois_solver_mat_newton_low_memory(
M,
Y,
l0,
f0,
EL,
EF,
sigma2,
var_type,
maxiter = 1000,
tol = 1e-08
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.