Re: [OctDev] trouble copying sparse matrix

2009-01-22 Thread Thomas M. Ortiz
David Thanks a lot for your reply. I actually did catch the fact that I was accidentally storing zeros after I had sent the message, and, you're right: it definitely makes the error message understandable! I'll try your suggestions. Best regards Tom -Original Message- From: David Ba

Re: [OctDev] trouble copying sparse matrix

2009-01-22 Thread David Bateman
Thomas M. Ortiz wrote: > > Hello > > I’m using Octave 3.0.1, configured for “i686-pc-msdosmsvc”. I’ve > linked the libraries into my own program using VS 2005 SP1. > > I am trying to copy a TNT::Sparse_Matrix into an Octave > SparseMatrix object using the following code: > > void TNTOctaveInterfa

Re: [OctDev] Order "clear all" makes Octabe crash

2009-01-22 Thread Michael Goffioul
Known problem. Search octave mailing list for solutions. Michael. On Thu, Jan 22, 2009 at 8:19 PM, César López Ramírez wrote: > Hello, > I am using Windows Vista and Octave 3.0.3 configured for > "i686-pc-msdosmsvc". > Using simple "clear" works well buy "clear all" crashes. > -- > "Nadie es má

[OctDev] Order "clear all" makes Octabe crash

2009-01-22 Thread César López Ramírez
Hello,I am using Windows Vista and Octave 3.0.3 configured for "i686-pc-msdosmsvc". Using simple "clear" works well buy "clear all" crashes. -- "Nadie es más esclavo que el que, falsamente, se cree libre" Goethe -- This S

[OctDev] trouble copying sparse matrix

2009-01-22 Thread Thomas M. Ortiz
Hello I'm using Octave 3.0.1, configured for "i686-pc-msdosmsvc". I've linked the libraries into my own program using VS 2005 SP1. I am trying to copy a TNT::Sparse_Matrix into an Octave SparseMatrix object using the following code: void TNTOctaveInterface::exportSparseMatrix(TNT::Sparse_Mat