Log of /trunk/mmio
Directory Listing
Revision
1786 -
Directory Listing
Modified
Sat Jun 7 06:17:35 2008 UTC
(16 years, 10 months ago)
by
jpye
Fixed for missing libpython (DistutilsPlatformError).
Fixed several env.Copy() warnings.
Removed swig 'SideEffect' statement for current SCons swig tool.
Revision
1678 -
Directory Listing
Modified
Wed Dec 19 00:29:48 2007 UTC
(17 years, 4 months ago)
by
jpye
Removed references to MFGRAPH, seems better to use GraphViz directly.
Added configuration test for GraphViz.
Added configuration test for strdup, fixed mmio to not create its own strdup if other form is available already.
Revision
1660 -
Directory Listing
Modified
Thu Nov 29 23:28:51 2007 UTC
(17 years, 5 months ago)
by
jpye
Removed references to <malloc.h> (replaced by <stdlib.h>).
Revision
1129 -
Directory Listing
Modified
Sat Jan 13 11:40:59 2007 UTC
(18 years, 3 months ago)
by
johnpye
Added integrator_write_matrix routine to allow integrator matrices to be written out.
Modified integrator in PyGTK to output this matrix to a file in /tmp in the case where Integrator::solve fails.
Fixed a bug in densematrix_write_mmio.
The current implementation of integrator_write_matrix might not be quite right yet... needs some more thought.
Revision
993 -
Directory Listing
Added
Fri Dec 22 11:03:51 2006 UTC
(18 years, 4 months ago)
by
johnpye
Added Matrix Market export routines (from math.nist.gov).
Added necessary build commands for above.
Work on Jacobi preconditioner for IDA (ongoing)
Set integrator_analye to make a call to slv_block_partition. Not sure if that's a good idea or not.
Tidied up comments in linsol.h
Moved unnecessary #defines from model_reorder.h into model_reorder.c.
Cleaned up codedocs in mtx*.h
Added WITH_MMIO config.h flag.