Lines Matching refs:Mat

46 static PetscErrorCode ourmult(Mat mat, Vec x, Vec y)  in ourmult()
48 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, PetscErrorCode *))(((PetscObject)mat… in ourmult()
52 static PetscErrorCode ourmultadd(Mat mat, Vec x, Vec y, Vec z) in ourmultadd()
54 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, Vec *, PetscErrorCode *))(((PetscObj… in ourmultadd()
58 static PetscErrorCode ourmulttranspose(Mat mat, Vec x, Vec y) in ourmulttranspose()
60 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, PetscErrorCode *))(((PetscObject)mat… in ourmulttranspose()
64 static PetscErrorCode ourmulthermitiantranspose(Mat mat, Vec x, Vec y) in ourmulthermitiantranspose()
66 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, PetscErrorCode *))(((PetscObject)mat… in ourmulthermitiantranspose()
70 static PetscErrorCode ourmulttransposeadd(Mat mat, Vec x, Vec y, Vec z) in ourmulttransposeadd()
72 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, Vec *, PetscErrorCode *))(((PetscObj… in ourmulttransposeadd()
76 static PetscErrorCode ourmulthermitiantransposeadd(Mat mat, Vec x, Vec y, Vec z) in ourmulthermitiantransposeadd()
78 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, Vec *, PetscErrorCode *))(((PetscObj… in ourmulthermitiantransposeadd()
82 static PetscErrorCode oursor(Mat mat, Vec b, PetscReal omega, MatSORType flg, PetscReal shift, Pets… in oursor()
86 …(*(void (*)(Mat *, Vec *, PetscReal *, MatSORType *, PetscReal *, PetscInt *, PetscInt *, Vec *, P… in oursor()
90 static PetscErrorCode ourtranspose(Mat mat, MatReuse reuse, Mat *B) in ourtranspose()
92 Mat bb = (Mat)-1; in ourtranspose()
93 Mat *b = (!B ? &bb : B); in ourtranspose()
95 …PetscCallFortranVoidFunction((*(void (*)(Mat *, MatReuse *, Mat *, PetscErrorCode *))(((PetscObjec… in ourtranspose()
99 static PetscErrorCode ourgetdiagonal(Mat mat, Vec x) in ourgetdiagonal()
101 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, PetscErrorCode *))(((PetscObject)mat)->fort… in ourgetdiagonal()
105 static PetscErrorCode ourdiagonalscale(Mat mat, Vec l, Vec r) in ourdiagonalscale()
111 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, PetscErrorCode *))(((PetscObject)mat… in ourdiagonalscale()
115 static PetscErrorCode ourzeroentries(Mat mat) in ourzeroentries()
117 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscErrorCode *))(((PetscObject)mat)->fortran_fun… in ourzeroentries()
121 static PetscErrorCode ouraxpy(Mat mat, PetscScalar a, Mat X, MatStructure str) in ouraxpy()
123 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscScalar *, Mat *, MatStructure *, PetscErrorCo… in ouraxpy()
127 static PetscErrorCode ourshift(Mat mat, PetscScalar a) in ourshift()
129 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscScalar *, PetscErrorCode *))(((PetscObject)ma… in ourshift()
133 static PetscErrorCode ourdiagonalset(Mat mat, Vec x, InsertMode ins) in ourdiagonalset()
135 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, InsertMode *, PetscErrorCode *))(((PetscObj… in ourdiagonalset()
139 static PetscErrorCode ourdestroy(Mat mat) in ourdestroy()
141 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscErrorCode *))(((PetscObject)mat)->fortran_fun… in ourdestroy()
145 static PetscErrorCode ourview(Mat mat, PetscViewer v) in ourview()
147 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscViewer *, PetscErrorCode *))(((PetscObject)ma… in ourview()
151 static PetscErrorCode ourgetvecs(Mat mat, Vec *l, Vec *r) in ourgetvecs()
157 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Vec *, Vec *, PetscErrorCode *))(((PetscObject)mat… in ourgetvecs()
161 static PetscErrorCode ourgetdiagonalblock(Mat mat, Mat *l) in ourgetdiagonalblock()
163 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Mat *, PetscErrorCode *))(((PetscObject)mat)->fort… in ourgetdiagonalblock()
167 static PetscErrorCode ourcopy(Mat mat, Mat B, MatStructure str) in ourcopy()
169 …PetscCallFortranVoidFunction((*(void (*)(Mat *, Mat *, MatStructure *, PetscErrorCode *))(((PetscO… in ourcopy()
173 static PetscErrorCode ourscale(Mat mat, PetscScalar a) in ourscale()
175 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscScalar *, PetscErrorCode *))(((PetscObject)ma… in ourscale()
179 static PetscErrorCode oursetrandom(Mat mat, PetscRandom ctx) in oursetrandom()
181 …PetscCallFortranVoidFunction((*(void (*)(Mat *, PetscRandom *, PetscErrorCode *))(((PetscObject)ma… in oursetrandom()
185 static PetscErrorCode ourassemblybegin(Mat mat, MatAssemblyType type) in ourassemblybegin()
187 …PetscCallFortranVoidFunction((*(void (*)(Mat *, MatAssemblyType *, PetscErrorCode *))(((PetscObjec… in ourassemblybegin()
191 static PetscErrorCode ourassemblyend(Mat mat, MatAssemblyType type) in ourassemblyend()
193 …PetscCallFortranVoidFunction((*(void (*)(Mat *, MatAssemblyType *, PetscErrorCode *))(((PetscObjec… in ourassemblyend()
197 static PetscErrorCode ourduplicate(Mat mat, MatDuplicateOption op, Mat *M) in ourduplicate()
200 …PetscCallFortranVoidFunction((*(void (*)(Mat *, MatDuplicateOption *, Mat *, PetscErrorCode *))(((… in ourduplicate()
204 PETSC_EXTERN void matshellsetoperation_(Mat *mat, MatOperation *op, PetscErrorCode (*f)(Mat *, Vec … in matshellsetoperation_() argument