Home
last modified time | relevance | path

Searched refs:nmodelpoints (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c264 PetscInt i, j, k, num, np = mfqP->nmodelpoints; in getquadpounders()
360 mfqP->nmodelpoints = mfqP->n + 1; in morepoints()
361 while (mfqP->nmodelpoints < mfqP->npmax && point >= 0) { in morepoints()
385 mfqP->M[(mfqP->n + 1) * mfqP->nmodelpoints] = 1.0; in morepoints()
386 …for (j = 0; j < mfqP->n; j++) mfqP->M[j + 1 + ((mfqP->n + 1) * mfqP->nmodelpoints)] = (x[j] - mfqP… in morepoints()
388 …&mfqP->M[1 + (mfqP->n + 1) * mfqP->nmodelpoints], mfqP->n, &mfqP->N[mfqP->n * (mfqP->n + 1) / 2 * … in morepoints()
395 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints + 1, &blasnp)); in morepoints()
416 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints - mfqP->n, &blasint)); in morepoints()
424 mfqP->model_indices[mfqP->nmodelpoints] = point; in morepoints()
428 mfqP->nmodelpoints++; in morepoints()
[all …]
H A Dpounders.h30 PetscInt nmodelpoints; member