| /petsc/src/mat/tests/ |
| H A D | ex267.c | 5 PetscErrorCode TestMatrix(const char *test, Mat A, PetscInt nrhs, PetscBool inplace, PetscBool chol) in TestMatrix() 121 PetscInt i, n = 8, nrhs = 2; in main() local
|
| H A D | ex1.c | 7 static PetscErrorCode createMatsAndVecs(PetscInt m, PetscInt n, PetscInt nrhs, PetscBool full, Mat … in createMatsAndVecs() 90 PetscInt m = 15, n = 10, i, j, nrhs = 2; in main() local
|
| H A D | ex129.c | 29 PetscInt dof = 1, M = 8, m, n, nrhs; in main() local 150 PetscErrorCode ComputeRHSMatrix(PetscInt m, PetscInt nrhs, Mat *C) in ComputeRHSMatrix()
|
| H A D | ex215.c | 10 PetscInt m, n, nsolve, nrhs; in main() local
|
| H A D | ex214.c | 11 PetscInt m, n, nrhs, M, N, i, Istart, Iend, Ii, j, J, test; in main() local
|
| H A D | ex192.c | 13 PetscInt isolver = 0, size_schur, m, n, nfact, nsolve, nrhs; in main() local
|
| H A D | ex125.c | 50 PetscInt m, n, nfact, nsolve, nrhs, ipack = 5; in main() local
|
| H A D | ex66.c | 38 …PetscInt N, n = 64, dim = 1, i, j, nrhs = 11, lda = 0, ldc = 0, ldu = 0, nlr = 7, nt, ntr… in main() local
|
| /petsc/src/sys/classes/viewer/impls/socket/mex-scripts/ |
| H A D | sread.c | 17 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
|
| H A D | swrite.c | 17 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
|
| H A D | sclose.c | 52 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
|
| H A D | sopen.c | 158 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 709 PetscBLASInt nrhs = 1; in KSPDGMRESComputeSchurForm_DGMRES() local 804 PetscBLASInt nrhs = 1; in KSPDGMRESApplyDeflation_DGMRES() local 816 PetscBLASInt nrhs = 1; in KSPDGMRESApplyDeflation_DGMRES() local
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | 161 PetscBLASInt nrhs = 1; in KSPComputeRitz_GMRES() local
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 402 …nternal_LU(Mat A, PetscScalar *x, PetscBLASInt ldx, PetscBLASInt m, PetscBLASInt nrhs, PetscBLASIn… in MatSolve_SeqDense_Internal_LU() 416 …l_Cholesky(Mat A, PetscScalar *x, PetscBLASInt ldx, PetscBLASInt m, PetscBLASInt nrhs, PetscBLASIn… in MatSolve_SeqDense_Internal_Cholesky() 448 …nternal_QR(Mat A, PetscScalar *x, PetscBLASInt ldx, PetscBLASInt m, PetscBLASInt nrhs, PetscBLASIn… in MatSolve_SeqDense_Internal_QR() 487 …nternal_QR(Mat A, PetscScalar *x, PetscBLASInt ldx, PetscBLASInt m, PetscBLASInt nrhs, PetscBLASIn… in MatSolveTranspose_SeqDense_Internal_QR() 643 PetscBLASInt nrhs = 0, m = 0, k = 0, ldb = 0, ldx = 0, ldy = 0; in MatMatSolve_SeqDense_SetUp() local 693 PetscBLASInt k, ldy, nrhs, ldx = 0; in MatMatSolve_SeqDense_TearDown() local 718 PetscBLASInt m, k, ldy, nrhs; in MatMatSolve_SeqDense_LU() local 730 PetscBLASInt m, k, ldy, nrhs; in MatMatSolveTranspose_SeqDense_LU() local 742 PetscBLASInt m, k, ldy, nrhs; in MatMatSolve_SeqDense_Cholesky() local 754 PetscBLASInt m, k, ldy, nrhs; in MatMatSolveTranspose_SeqDense_Cholesky() local [all …]
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex26.c | 47 PetscInt i, its, Nx = PETSC_DECIDE, Ny = PETSC_DECIDE, nlocal, nrhs = 1; in main() local
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | snesngmres.h | 46 PetscBLASInt nrhs; /* the number of right-hand sides */ member
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmres.c | 344 PetscBLASInt info, nrhs = 1; in KSPAGMRESBuildSoln() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcscalingbasic.c | 19 PetscBLASInt nrhs, info, m; in PCBDDCMatTransposeMatSolve_SeqDense() local
|
| /petsc/src/snes/impls/vi/rs/ |
| H A D | virs.c | 629 int nlhs = 1, nrhs = 5; in SNESVIRedundancyCheck_Matlab() local
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 31 PetscBLASInt nrhs; /* the number of right-hand sides */ member
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 347 PetscInt m = A->rmap->n, nrhs; in MatMatSolve_SuperLU_DIST() local
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 2067 PetscBLASInt nrhs, irank, info; in PetscFVLeastSquaresPseudoInverseSVD_Static() local 2219 PetscInt dim, m, n, nrhs, minmn, maxmn; in PetscFVLeastSquaresSetMaxFaces_LS() local
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 876 PetscInt m = A->rmap->n, nrhs; in MatMatSolve_STRUMPACK() local
|
| /petsc/src/mat/impls/aij/mpi/mkl_cpardiso/ |
| H A D | mkl_cpardiso.c | 91 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err; member
|