Searched refs:truth (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex62.c | 104 PetscInt64 truth[] = {0}; in test_empty_empty() local 117 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_empty() 128 PetscInt64 truth[] = {0}; in test_a_empty() local 142 PetscCall(AssertSetsEqual(set_a, truth)); in test_a_empty() 153 PetscInt64 truth[] = {0}; in test_b_empty() local 167 PetscCall(AssertSetsEqual(set_a, truth)); in test_b_empty() 178 PetscInt64 truth[] = {3, 1, 4, 9}; in test_identical() local 197 PetscCall(AssertSetsEqual(set_a, truth)); in test_identical() 208 PetscInt64 truth[] = {0}; in test_disjoint() local 227 PetscCall(AssertSetsEqual(set_a, truth)); in test_disjoint() [all …]
|
| H A D | ex63.c | 78 PetscInt64 *local_set, *cursor, *bootstrap_primes, *truth; in test_sieve() local 130 PetscCall(Prime(&truth, maximum)); in test_sieve() 132 PetscCall(PrintSet(comm, truth)); in test_sieve() 137 PetscCall(AssertSetsEqual(local_set, truth)); in test_sieve() 140 PetscCall(PetscFree(truth)); in test_sieve()
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 4 % WGT: Sample object ground truth 32 % Ground truth and model
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBagRead.m | 29 elseif dtype == 9 % truth
|