Reference

Contents

Index

NonparametricVecchia.VecchiaCacheType

Internal struct from which to fetch persisting objects in the optimization function. There is no need for a user to mess with this!

Fields

  • n : Size of the problem
  • M : Number of Samples
  • nnzL : Number of nonzeros in L
  • colptrL : Array which indexes the beginning of each column in L
  • rowsL : Row index of nonzero entries in L
  • diagL : Position of the diagonal coefficient of L
  • m : Number of nonzeros in each column of L
  • offsets : Number of nonzeros in hessobjvals before the block Bⱼ
  • B : Vector of matrices Bⱼ, the constant blocks in the Hessian
  • nnzh_tri_obj : Number of nonzeros in the lower triangular part of the Hessian of the objective
  • nnzh_tri_lag : Number of nonzeros in the lower triangular part of the Hessian of the Lagrangian
  • hess_obj_vals : Nonzeros of the lower triangular part of the Hessian of the objective
  • buffer : Additional buffer needed for the objective
source