Hachi
unread,Apr 11, 2012, 11:13:50 AM4/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to freemat
I have large sparse matrices resulting from heavy calculations and I
want to vertically concatenate them (either using [A;B] or
vertcat(A,B) )
in Matlab / Octave there's no problem, but in Freemat I get a
segmentation-fault
I suppose Freemat converts to full matrices before concatenating them,
because full(A) causes a segmentation-fault, too
is there any command in Freemat for special handling on concatenating
sparse matrices?
or is there a possibility to implement a selfmade method for that job
(with not too much effort) or to increase Freemat's memory
configuration?
(If this information is important: I'm using FreeMat v4.0)