Home
last modified time | relevance | path

Searched defs:npmax (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/leastsquares/tutorials/matlab/ !
H A DProblemInitialize.m21 npmax = 2*n+1; % Maximum number of interpolation points variable
H A Dmatlab_ls_test.c22 int npmax; /* Maximum interpolation points */ member
/petsc/src/tao/leastsquares/impls/pounders/ !
H A Dpounders.h6 PetscInt npmax; /* Max number of interpolation points (>n+1) (def: 2n+1) */ member