Parent Directory
|
Revision Log
|
Patch
revision 1130 by johnpye, Sat Jan 13 11:40:59 2007 UTC | revision 1131 by johnpye, Sat Jan 13 12:47:44 2007 UTC | |
---|---|---|
# | Line 67 void densematrix_destroy(DenseMatrix mat | Line 67 void densematrix_destroy(DenseMatrix mat |
67 | } | } |
68 | } | } |
69 | ||
70 | #ifdef ASC_WITH_MMIO | |
71 | void densematrix_write_mmio(DenseMatrix matrix, FILE *fp){ | void densematrix_write_mmio(DenseMatrix matrix, FILE *fp){ |
72 | int i,j; | int i,j; |
73 | MM_typecode matcode; | MM_typecode matcode; |
74 | ||
75 | mm_initialize_typecode(&matcode); | mm_initialize_typecode(&matcode); |
# | Line 92 void densematrix_write_mmio(DenseMatrix | Line 92 void densematrix_write_mmio(DenseMatrix |
92 | ||
93 | CONSOLE_DEBUG("Wrote dense matrix (%u x %u) to file", matrix.nrows, matrix.ncols); | CONSOLE_DEBUG("Wrote dense matrix (%u x %u) to file", matrix.nrows, matrix.ncols); |
94 | } | } |
95 | #endif | |
96 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |