Home
last modified time | relevance | path

Searched defs:nrhs (Results 1 – 25 of 31) sorted by relevance

12

/petsc/src/mat/tests/
H A Dex267.c5 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 Dex1.c7 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 Dex129.c29 PetscInt dof = 1, M = 8, m, n, nrhs; in main() local
150 PetscErrorCode ComputeRHSMatrix(PetscInt m, PetscInt nrhs, Mat *C) in ComputeRHSMatrix()
H A Dex215.c10 PetscInt m, n, nsolve, nrhs; in main() local
H A Dex214.c11 PetscInt m, n, nrhs, M, N, i, Istart, Iend, Ii, j, J, test; in main() local
H A Dex192.c13 PetscInt isolver = 0, size_schur, m, n, nfact, nsolve, nrhs; in main() local
H A Dex125.c50 PetscInt m, n, nfact, nsolve, nrhs, ipack = 5; in main() local
H A Dex66.c38 …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 Dsread.c17 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
H A Dswrite.c17 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
H A Dsclose.c52 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in mexFunction()
H A Dsopen.c158 PETSC_EXTERN void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c709 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 Dgmreig.c161 PetscBLASInt nrhs = 1; in KSPComputeRitz_GMRES() local
/petsc/src/mat/impls/dense/seq/
H A Ddense.c402 …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 Dex26.c47 PetscInt i, its, Nx = PETSC_DECIDE, Ny = PETSC_DECIDE, nlocal, nrhs = 1; in main() local
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.h46 PetscBLASInt nrhs; /* the number of right-hand sides */ member
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c344 PetscBLASInt info, nrhs = 1; in KSPAGMRESBuildSoln() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcscalingbasic.c19 PetscBLASInt nrhs, info, m; in PCBDDCMatTransposeMatSolve_SeqDense() local
/petsc/src/snes/impls/vi/rs/
H A Dvirs.c629 int nlhs = 1, nrhs = 5; in SNESVIRedundancyCheck_Matlab() local
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c31 PetscBLASInt nrhs; /* the number of right-hand sides */ member
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c347 PetscInt m = A->rmap->n, nrhs; in MatMatSolve_SuperLU_DIST() local
/petsc/src/dm/dt/fv/interface/
H A Dfv.c2067 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 Dstrumpack.c876 PetscInt m = A->rmap->n, nrhs; in MatMatSolve_STRUMPACK() local
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/
H A Dmkl_cpardiso.c91 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err; member

12