Searched refs:ArrayScalar (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | typing.pxi | 22 cdef ArrayScalar
|
| H A D | Vec.pyx | 1313 def getArray(self, readonly: bool = False) -> ArrayScalar: 1366 def resetArray(self, force: bool = False) -> ArrayScalar | None: 1379 ArrayScalar 1902 def mDot(self, vecs: Sequence[Vec], out: ArrayScalar | None = None) -> ArrayScalar: 1935 def mDotBegin(self, vecs: Sequence[Vec], out: ArrayScalar) -> None: argument 1965 def mDotEnd(self, vecs: Sequence[Vec], out: ArrayScalar) -> ArrayScalar: argument 1996 def mtDot(self, vecs: Sequence[Vec], out: ArrayScalar | None = None) -> ArrayScalar: 2029 def mtDotBegin(self, vecs: Sequence[Vec], out: ArrayScalar) -> None: argument 2059 def mtDotEnd(self, vecs: Sequence[Vec], out: ArrayScalar) -> ArrayScalar: argument 2759 values: Sequence[Scalar] | None = None) -> ArrayScalar: [all …]
|
| H A D | Options.pyx | 366 def getScalarArray(self, name: str, default=None) -> ArrayScalar:
|
| H A D | Mat.pyx | 2519 …(self, rows: Sequence[int], cols: Sequence[int], values: ArrayScalar | None = None) -> ArrayScalar: 2540 def getValuesCSR(self) -> tuple[ArrayInt, ArrayInt, ArrayScalar]: 2578 def getRow(self, row: int) -> tuple[ArrayInt, ArrayScalar]: 3731 def invertBlockDiagonal(self) -> ArrayScalar: 5628 def getDenseArray(self, readonly: bool = False) -> ArrayScalar:
|
| H A D | DMPlex.pyx | 1223 def vecGetClosure(self, Section sec, Vec vec, p: int) -> ArrayScalar: 1251 def getVecClosure(self, Section sec or None, Vec vec, point: int) -> ArrayScalar:
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | typing.py | 126 ArrayScalar = NDArray[np.floating | np.complexfloating] variable
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 105 ``ArrayBool``/``ArrayInt``/``ArrayReal``/``ArrayScalar`` as the return type.
|