vga_pois_solver_mat_newton_low_memory: a matrix version of the vga solver using Newton's method, low...

View source: R/vga_solver_mat.R

vga_pois_solver_mat_newton_low_memoryR Documentation

a matrix version of the vga solver using Newton's method, low memory mode by partitioning the rows

Description

a matrix version of the vga solver using Newton's method, low memory mode by partitioning the rows

Usage

vga_pois_solver_mat_newton_low_memory(
  M,
  Y,
  l0,
  f0,
  EL,
  EF,
  sigma2,
  var_type,
  maxiter = 1000,
  tol = 1e-08
)

DongyueXie/stm documentation built on June 18, 2024, 11:01 a.m.