Home
last modified time | relevance | path

Searched refs:npmax (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c271 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in getquadpounders()
284 for (i = 0; i < mfqP->npmax - mfqP->n - 1; i++) mfqP->omega[i] = 0.0; in getquadpounders()
298 …emv_("T", &blasnp, &blasint2, &one, mfqP->Z, &blasnpmax, &mfqP->RES[mfqP->npmax * k], &ione, &zero… in getquadpounders()
307 …&blasnp, &negone, mfqP->N, &blasint, mfqP->beta, &ione, &one, &mfqP->RES[mfqP->npmax * k], &ione)); in getquadpounders()
308 …asnplus1, &ione, mfqP->M, &blasnplus1, mfqP->npmaxiwork, &mfqP->RES[mfqP->npmax * k], &blasnplus1,… in getquadpounders()
312 for (i = 0; i < mfqP->n; i++) mfqP->Gdel[i + mfqP->n * k] = mfqP->RES[mfqP->npmax * k + i + 1]; in getquadpounders()
344 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in morepoints()
361 while (mfqP->nmodelpoints < mfqP->npmax && point >= 0) { in morepoints()
393 …for (j = 0; j < mfqP->npmax; j++) mfqP->Q_tmp[j + mfqP->npmax * i] = mfqP->M[i + (mfqP->n + 1) * j… in morepoints()
405 for (i = 0; i < mfqP->n * (mfqP->n + 1) / 2 * mfqP->npmax; i++) mfqP->L_tmp[i] = mfqP->N[i]; in morepoints()
[all …]
H A Dpounders.h6 PetscInt npmax; /* Max number of interpolation points (>n+1) (def: 2n+1) */ member
/petsc/src/tao/leastsquares/tutorials/matlab/
H A Dmatlab_ls_test.c22 int npmax; /* Maximum interpolation points */ member
60 PetscCall(PetscSNPrintf(buf, PETSC_STATIC_ARRAY_LENGTH(buf), "%d", user->npmax)); in TaoPounders()
143 user.npmax = (int)tmp; in main()
H A DProblemInitialize.m21 npmax = 2*n+1; % Maximum number of interpolation points variable
/petsc/doc/manual/
H A Dtao.md2548 $l_k\in[n+1,$`npmax`$]$.
2576 `-tao_pounders_npmax <npmax>`
2579 `npmax` $\leq 0.5(n+1)(n+2)$). This input is made available
2581 (`npmax`$=2n+1$) be used by others.