source:
CIVL/examples/omp/amg2013/AMG2013/test/steve_test.c@
ee72e79
| Last change on this file since ee72e79 was ee72e79, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 307 bytes | |
| Line | |
|---|---|
| 1 | // |
| 2 | // steve_test.c |
| 3 | // |
| 4 | // |
| 5 | // Created by siegel on 10/13/16. |
| 6 | // |
| 7 | // |
| 8 | |
| 9 | #include "parcsr_ls.h" |
| 10 | |
| 11 | int main() { |
| 12 | hypre_ParCSRMatrix A; |
| 13 | double scnorm; |
| 14 | // int hypre_ParCSRMatrixScaledNorm ( hypre_ParCSRMatrix *A , double *scnorm ); |
| 15 | int n = hypre_ParCSRMatrixScaledNorm(&A, &scnorm); |
| 16 | return n; |
| 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
