comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Adding sparse matrices
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Adding sparse matrices [message #63876 is a reply to message #63875] Fri, 21 November 2008 10:52 Go to previous messageGo to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
Luis wrote:
> On Nov 21, 4:10 pm, Vince Hradil <vincehra...@gmail.com> wrote:
> :-) My mail wasn't very detail...
>
> Unfortunately I can not use c = sprsin(fulstr(a) + fulstr(b)) (Out of
> memory problems)

then try chopping it...

tmpA = fulstr(a)
a= 0
tmpB = fulstr(b)
b = 0
tmpC = tmpA+tmpB
tmpA=0
tmpB=0
c = sprsin(tmpC)
tmpC=0

Jean
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL books to buy
Next Topic: Re: Why the contour does not show?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 13:26:53 PDT 2025

Total time taken to generate the page: 2.00032 seconds