Lines Matching defs:N
3 static PetscErrorCode MatMult_Transpose(Mat N, Vec x, Vec y) in MatMult_Transpose()
13 static PetscErrorCode MatMultTranspose_Transpose(Mat N, Vec x, Vec y) in MatMultTranspose_Transpose()
23 static PetscErrorCode MatSolve_Transpose_LU(Mat N, Vec b, Vec x) in MatSolve_Transpose_LU()
33 static PetscErrorCode MatSolveAdd_Transpose_LU(Mat N, Vec b, Vec y, Vec x) in MatSolveAdd_Transpose_LU()
43 static PetscErrorCode MatSolveTranspose_Transpose_LU(Mat N, Vec b, Vec x) in MatSolveTranspose_Transpose_LU()
53 static PetscErrorCode MatSolveTransposeAdd_Transpose_LU(Mat N, Vec b, Vec y, Vec x) in MatSolveTransposeAdd_Transpose_LU()
63 static PetscErrorCode MatMatSolve_Transpose_LU(Mat N, Mat B, Mat X) in MatMatSolve_Transpose_LU()
73 static PetscErrorCode MatMatSolveTranspose_Transpose_LU(Mat N, Mat B, Mat X) in MatMatSolveTranspose_Transpose_LU()
83 static PetscErrorCode MatLUFactor_Transpose(Mat N, IS row, IS col, const MatFactorInfo *minfo) in MatLUFactor_Transpose()
99 static PetscErrorCode MatSolve_Transpose_Cholesky(Mat N, Vec b, Vec x) in MatSolve_Transpose_Cholesky()
109 static PetscErrorCode MatSolveAdd_Transpose_Cholesky(Mat N, Vec b, Vec y, Vec x) in MatSolveAdd_Transpose_Cholesky()
119 static PetscErrorCode MatSolveTranspose_Transpose_Cholesky(Mat N, Vec b, Vec x) in MatSolveTranspose_Transpose_Cholesky()
129 static PetscErrorCode MatSolveTransposeAdd_Transpose_Cholesky(Mat N, Vec b, Vec y, Vec x) in MatSolveTransposeAdd_Transpose_Cholesky()
139 static PetscErrorCode MatMatSolve_Transpose_Cholesky(Mat N, Mat B, Mat X) in MatMatSolve_Transpose_Cholesky()
149 static PetscErrorCode MatMatSolveTranspose_Transpose_Cholesky(Mat N, Mat B, Mat X) in MatMatSolveTranspose_Transpose_Cholesky()
159 static PetscErrorCode MatCholeskyFactor_Transpose(Mat N, IS perm, const MatFactorInfo *minfo) in MatCholeskyFactor_Transpose()
175 static PetscErrorCode MatLUFactorNumeric_Transpose(Mat F, Mat N, const MatFactorInfo *info) in MatLUFactorNumeric_Transpose()
192 static PetscErrorCode MatLUFactorSymbolic_Transpose(Mat F, Mat N, IS row, IS col, const MatFactorIn… in MatLUFactorSymbolic_Transpose()
204 static PetscErrorCode MatCholeskyFactorNumeric_Transpose(Mat F, Mat N, const MatFactorInfo *info) in MatCholeskyFactorNumeric_Transpose()
221 static PetscErrorCode MatCholeskyFactorSymbolic_Transpose(Mat F, Mat N, IS perm, const MatFactorInf… in MatCholeskyFactorSymbolic_Transpose()
233 static PetscErrorCode MatGetFactor_Transpose(Mat N, MatSolverType type, MatFactorType ftype, Mat *F) in MatGetFactor_Transpose()
251 static PetscErrorCode MatDestroy_Transpose(Mat N) in MatDestroy_Transpose()
265 static PetscErrorCode MatGetInfo_Transpose(Mat N, MatInfoType flag, MatInfo *info) in MatGetInfo_Transpose()
275 static PetscErrorCode MatFactorGetSolverType_Transpose(Mat N, MatSolverType *type) in MatFactorGetSolverType_Transpose()
285 static PetscErrorCode MatDuplicate_Transpose(Mat N, MatDuplicateOption op, Mat *m) in MatDuplicate_Transpose()
505 static PetscErrorCode MatGetDiagonal_Transpose(Mat N, Vec v) in MatGetDiagonal_Transpose()
526 static PetscErrorCode MatConvert_Transpose(Mat N, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Transpose()
560 static PetscErrorCode MatTransposeGetMat_Transpose(Mat N, Mat *M) in MatTransposeGetMat_Transpose()
627 PetscErrorCode MatCreateTranspose(Mat A, Mat *N) in MatCreateTranspose()