SuiteSparse
By vadersolo at Tue, Nov 24 2009 9:46am |
Hi there
I have a problem with SuiteSparse. We have a sparce matrix in our own format, we could transform it to triplet easily, but SuiteSparse seems to read only from a file choldmod_read_triplet (File *f, common), it takes a while to write our matrix to a file and the read it again,so
does anyone know a way to read matrix from memory with SuiteSparse? without hitting the file system.
thanks in advance


