Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 58) sorted by relevance

123

/petsc/src/mat/impls/baij/seq/baijmkl/
H A Dbaijmkl.h25 …#define mkl_sparse_x_mv(operation, alpha, A, descr, x, beta, y) mkl_sparse_s_mv(operation, alpha, … argument
27 …#define mkl_sparse_x_mv(operation, alpha, A, descr, x, beta, y) mkl_sparse_d_mv(operation, alpha, … argument
31 …#define mkl_sparse_x_mv(operation, alpha, A, descr, x, beta, y) mkl_sparse_c_mv(operation, alpha, … argument
33 …#define mkl_sparse_x_mv(operation, alpha, A, descr, x, beta, y) mkl_sparse_z_mv(operation, alpha, … argument
/petsc/src/mat/tutorials/output/
H A Dex8_1.out1 Matrix _before_ MatScaleUserImpl() operation
8 Matrix _after_ MatScaleUserImpl() operation
H A Dex8_2.out1 Matrix _before_ MatScaleUserImpl() operation
12 Matrix _after_ MatScaleUserImpl() operation
/petsc/src/sys/objects/device/tests/
H A Dex9.c5 static PetscErrorCode CheckIdle(PetscDeviceContext dctx, const char operation[]) in CheckIdle() argument
13 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_PLIB, "PetscDeviceContext was not idle after %s!", operation); in CheckIdle()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx451 MPI reduction operation.
464 """End a broadcast & reduce operation started with `bcastBegin`.
477 MPI reduction operation.
505 MPI reduction operation.
518 """End a reduction operation started with `reduceBegin`.
531 MPI reduction operation.
544 """Begin pointwise scatter operation.
570 """End scatter operation that was started with `scatterBegin`.
619 """End gather operation that was started with `gatherBegin`.
643 """Begin fetch and update operation.
[all …]
H A DScatter.pyx220 contain the result of the operation.
248 contain the result of the operation.
/petsc/src/mat/tests/output/
H A Dex2_12_B.out48 MatAXPY: Now without the transposition operation
81 MatAXPY: Now without the transposition operation
H A Dex2_4.out52 MatAXPY: Now without the transposition operation
85 MatAXPY: Now without the transposition operation
H A Dex2_12_A.out52 MatAXPY: Now without the transposition operation
85 MatAXPY: Now without the transposition operation
H A Dex2_11_A_aijcusparse.out58 MatAXPY: Now without the transposition operation
95 MatAXPY: Now without the transposition operation
H A Dex2_11_B.out54 MatAXPY: Now without the transposition operation
91 MatAXPY: Now without the transposition operation
H A Dex2_24.out66 MatAXPY: Now without the transposition operation
99 MatAXPY: Now without the transposition operation
H A Dex2_21.out66 MatAXPY: Now without the transposition operation
99 MatAXPY: Now without the transposition operation
H A Dex2_22.out66 MatAXPY: Now without the transposition operation
99 MatAXPY: Now without the transposition operation
H A Dex2_11_A.out58 MatAXPY: Now without the transposition operation
95 MatAXPY: Now without the transposition operation
H A Dex2_23.out66 MatAXPY: Now without the transposition operation
99 MatAXPY: Now without the transposition operation
H A Dex2_3_aijcusparse.out64 MatAXPY: Now without the transposition operation
105 MatAXPY: Now without the transposition operation
H A Dex2_3.out64 MatAXPY: Now without the transposition operation
105 MatAXPY: Now without the transposition operation
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt5 `PetscDeviceContext` may return to the caller before the operation has completed.
21 _Given an operation `A-B` (e.g. `A` = `write`, `B` = `read`) on an object or memory
/petsc/config/BuildSystem/
H A DRDict.py177 if self.send(key, operation = 'has_key'):
182 arg = self.send(key, operation = 'getType')
193 self.send(key, value, operation = '__setitem__')
493 def send(self, key = None, value = None, operation = None): argument
501 if operation is None:
502 operation = inspect.stack()[1][3]
503 packet.append(operation)
/petsc/src/snes/tutorials/output/
H A Dex19_failure_size.out2 [0]PETSC ERROR: No support for this operation for this object type
/petsc/doc/changes/
H A D2015.md135 - Changed the prefix used for matrix operation names within
136 MatShellSetOperation() and MatHasOperation(): MAT\_\<operation> ->
137 MATOP\_\<operation> For example, MAT_MULT -> MATOP_MULT.
H A D39.md61 MatGetOperation() to set an operation for any matrix type.
/petsc/doc/developers/
H A Dmatrices.md10 In today’s computers, the time to perform an arithmetic operation is
13 multiplication operation may be one clock cycle, while the time to move
/petsc/doc/manual/
H A Dprofiling.md53 include the maximum time and floating point operation (flop) rate over
57 For the purpose of PETSc floating point operation counting, we define
58 one *flop* as one operation of any of the following types:
60 `VecAXPY()` operation, which computes $y = \alpha x + y$ for

123