Searched refs:reductions_real (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex138.c | 8 PetscReal *reductions_real; in main() local 28 PetscCall(PetscMalloc1(n, &reductions_real)); in main() 31 PetscCall(MatGetColumnNorms(A, NORM_2, reductions_real)); in main() 34 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 37 PetscCall(MatGetColumnNorms(A, NORM_1, reductions_real)); in main() 40 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 43 PetscCall(MatGetColumnNorms(A, NORM_INFINITY, reductions_real)); in main() 46 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 61 PetscCall(PetscFree(reductions_real)); in main()
|