Searched refs:BLASnrm2_ (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | gqt.c | 56 PetscCallBLAS("BLASnrm2", ynorm = BLASnrm2_(&blasn, z, &blas1)); in estsv() 77 PetscCallBLAS("BLASnrm2", znorm = 1.0 / BLASnrm2_(&blasn, z, &blas1)); in estsv() 251 PetscCallBLAS("BLASnrm2", bnorm = BLASnrm2_(&blasn, b, &blas1)); in gqt() 301 PetscCallBLAS("BLASnrm2", rxnorm = BLASnrm2_(&blasn, wa2, &blas1)); in gqt() 307 PetscCallBLAS("BLASnrm2", xnorm = BLASnrm2_(&blasn, x, &blas1)); in gqt() 349 PetscCallBLAS("BLASnrm2", temp = BLASnrm2_(&blasn, wa2, &blas1)); in gqt() 375 PetscCallBLAS("BLASnrm2", temp = BLASnrm2_(&iblas, &a[0 + (indef - 1) * lda], &blas1)); in gqt() 384 PetscCallBLAS("BLASnrm2", temp = BLASnrm2_(&iblas, wa2, &blas1)); in gqt()
|
| H A D | pounders.c | 544 PetscCallBLAS("BLASnrm2", normd = BLASnrm2_(&blasn, mfqP->work, &ione)); in affpoints() 553 PetscCallBLAS("BLASnrm2", proj = BLASnrm2_(&blasj, &mfqP->work2[mfqP->nmodelpoints], &ione)); in affpoints()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 130 #define BLASnrm2_ PETSCBLASR(nrm2, NRM2) macro
|
| H A D | petscblaslapack.h | 86 BLAS_EXTERN double BLASnrm2_(const PetscBLASInt *, const PetscScalar *, const PetscBLASInt *); 88 BLAS_EXTERN PetscReal BLASnrm2_(const PetscBLASInt *, const PetscScalar *, const PetscBLASInt *);
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresorthog.c | 152 PetscCallBLAS("BLASnrm2", rho = -PetscSign(Ajj) * BLASnrm2_(&len, &Qloc[j * nloc + j], &pas)); in KSPAGMRESRoddec()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 202 PetscCallBLAS("BLASnrm2", ztmp[type == NORM_1_AND_2] = BLASnrm2_(&bn, xx, &one)); in VecNorm_Seq()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1966 PetscCallBLAS("BLASnrm2", *nrm = BLASnrm2_(&cnt, v, &one)); in MatNorm_SeqDense()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij2.c | 3169 PetscCallBLAS("BLASnrm2", *norm = BLASnrm2_(&cnt, v, &one)); in MatNorm_SeqBAIJ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 2206 PetscCallBLAS("BLASnrm2", *nrm = BLASnrm2_(&nz, v, &one)); in MatNorm_SeqAIJ()
|