Home
last modified time | relevance | path

Searched refs:MatMultAdd (Results 1 – 25 of 82) sorted by relevance

1234

/petsc/src/mat/tests/output/
H A Dex97_1.out3 MatMultAdd v2==v3: norm difference < sqrt(eps_machine)
4 MatMultAdd v2!=v3: norm difference < sqrt(eps_machine)
H A Dex99_1.out3 MatMultAdd v2==v3: norm difference < sqrt(eps_machine)
4 MatMultAdd v2!=v3: norm difference < sqrt(eps_machine)
H A Dex88_1.out17 Testing MatMultAdd
66 Testing MatMultAdd
118 Testing MatMultAdd
H A Dex88_2.out17 Testing MatMultAdd
66 Testing MatMultAdd
118 Testing MatMultAdd
H A Dex5_11_B.out11 testing MatMultAdd()
H A Dex5_11_A.out11 testing MatMultAdd()
H A Dex5_21.out11 testing MatMultAdd()
H A Dex5_23.out11 testing MatMultAdd()
H A Dex201f_2.out2 Called MatMultAdd
H A Dex201f_1.out2 Called MatMultAdd
H A Dex5_56.out12 testing MatMultAdd()
H A Dex5_41.out12 testing MatMultAdd()
H A Dex5_24.out12 testing MatMultAdd()
H A Dex5_22.out12 testing MatMultAdd()
H A Dex5_12_A.out12 testing MatMultAdd()
H A Dex5_43.out12 testing MatMultAdd()
H A Dex5_12_B.out12 testing MatMultAdd()
H A Dex5_31.out11 testing MatMultAdd()
H A Dex5_33.out11 testing MatMultAdd()
H A Dex5_51.out12 testing MatMultAdd()
H A Dex5_32.out12 testing MatMultAdd()
H A Dex5_34.out12 testing MatMultAdd()
/petsc/src/mat/tests/
H A Dex97.c73 PetscCall(MatMultAdd(A, X, ltmp[0], ltmp[0])); in CheckMatrices()
74 PetscCall(MatMultAdd(B, X, ltmp[1], ltmp[1])); in CheckMatrices()
77 PetscCall(MatMultAdd(A, X, Y1, ltmp[0])); in CheckMatrices()
78 PetscCall(MatMultAdd(B, X, Y1, ltmp[1])); in CheckMatrices()
H A Dex99.c75 PetscCall(MatMultAdd(A, X, ltmp[0], ltmp[0])); in CheckMatrices()
76 PetscCall(MatMultAdd(B, X, ltmp[1], ltmp[1])); in CheckMatrices()
79 PetscCall(MatMultAdd(A, X, Y1, ltmp[0])); in CheckMatrices()
80 PetscCall(MatMultAdd(B, X, Y1, ltmp[1])); in CheckMatrices()
/petsc/src/mat/tutorials/
H A Dex2.c104 PetscCall(MatMultAdd(A12, X2, Z1, Z1)); in main()
106 PetscCall(MatMultAdd(A21, X1, Z2, Z2)); in main()
134 PetscCall(MatMultAdd(A12, X2, Z1, Z1)); in main()
136 PetscCall(MatMultAdd(A21, X1, Z2, Z2)); in main()

1234