Author |
Message |
Topic: Use in linux |
schani
Replies: 5
Views: 22425
|
Forum: MultiArray Posted: Thu Nov 08, 2007 2:26 am Subject: Use in linux |
Oh, sorry... I didn't notice your reply.
I will write it down. Maybe also add a line to dsss.conf for ubuntu? |
Topic: Some potential changes |
schani
Replies: 10
Views: 33101
|
Forum: MultiArray Posted: Wed Nov 07, 2007 2:52 am Subject: Some potential changes |
Actually there are already such external constructors: ones(
Oh, I didn't know of them. Looking at them, I think they're the best option, as you actually know what initialization happens to your ... |
Topic: Some potential changes |
schani
Replies: 10
Views: 33101
|
Forum: MultiArray Posted: Wed Nov 07, 2007 2:00 am Subject: Some potential changes |
Well, so what stands against an external initializer function?
The only thing is to give it a name that doesn't hurt code beauty too much.
ndarray x = new_ndarray!(double)(3,50);
or ... |
Topic: Some potential changes |
schani
Replies: 10
Views: 33101
|
Forum: MultiArray Posted: Mon Nov 05, 2007 4:41 pm Subject: Some potential changes |
Slicing is quite common in numpy, but I also was surprised by the number of places in my code where I had to change to .get. I don't like it either.
I think changing it would make the code more beau ... |
Topic: Tidying up the code & documentation |
schani
Replies: 6
Views: 26380
|
Forum: MultiArray Posted: Mon Nov 05, 2007 6:30 am Subject: Tidying up the code & documentation |
Well, I like Bill Murray...
I think the name is ok. |
Topic: Some potential changes |
schani
Replies: 10
Views: 33101
|
Forum: MultiArray Posted: Mon Nov 05, 2007 4:48 am Subject: Some potential changes |
Just for the sake of completeness... My code was quite easy to transfer to the new version... although the a.get(ii,jj) kind of hurts my eyes.
Is it really necessary to sacrifice a good looking ele ... |
Topic: Some potential changes |
schani
Replies: 10
Views: 33101
|
Forum: MultiArray Posted: Mon Nov 05, 2007 2:43 am Subject: Some potential changes |
Well, I actually did some coding using multiarray... I didn't use the new version yet, so I can't give feedback on the changes.
What I programmed using multiarray was a solver for a coupled set ... |
Topic: Tidying up the code & documentation |
schani
Replies: 6
Views: 26380
|
Forum: MultiArray Posted: Wed Oct 17, 2007 11:49 am Subject: Re: Tidying up the code & documentation |
Yes, I do tend to just put everything in one file at the beginning of development until some natural boundary lines between parts begin to emerge. But I think you're right there are some clear bo ... |
Topic: Tidying up the code & documentation |
schani
Replies: 6
Views: 26380
|
Forum: MultiArray Posted: Tue Oct 16, 2007 4:34 pm Subject: Tidying up the code & documentation |
Another suggestion of mine: How about moving the dlapack and dblas files to the bindings project? |
Topic: Tidying up the code & documentation |
schani
Replies: 6
Views: 26380
|
Forum: MultiArray Posted: Tue Oct 16, 2007 3:04 pm Subject: Tidying up the code & documentation |
Hi,
I've again looked over the code, and I think there is a great need to split the multiarray.d file into seperate fies (2390 lines quite a bit much)
What do you think of splitting the file int ... |
Topic: On the way to a releaseable version |
schani
Replies: 0
Views: 54246
|
Forum: DPlot Posted: Sat Oct 13, 2007 4:06 pm Subject: On the way to a releaseable version |
I have now written a dsss.conf file to make installing and use of Dplot easy
Additionally, the code has finally found it's way to subversion. |
Topic: reply to schani |
schani
Replies: 10
Views: 272049
|
Forum: MultiArray Posted: Thu Oct 11, 2007 5:38 am Subject: reply to schani |
Well maybe... The developer of FLENS is a nice guy, maybe he is open for this. Shame on me, I don't even know what license it uses.
FLENS as a library is nice, although the class graph could make y ... |
Topic: Use in linux |
schani
Replies: 5
Views: 22425
|
Forum: MultiArray Posted: Thu Oct 11, 2007 3:48 am Subject: Use in linux |
With your newly created dsss.conf it worked now.
I am running on Ubuntu linux V6.10. ATLAS is installed. Everything is fine. |
Topic: reply to schani |
schani
Replies: 10
Views: 272049
|
Forum: MultiArray Posted: Thu Oct 11, 2007 3:44 am Subject: reply to schani |
I never really tried to use boost. It's just to complicated to find out how to use it.
For my MSc Project, I used FLENS (http://flens.sourceforge.net), which is a really easy to learn and easy to use ... |
Topic: reply to schani |
schani
Replies: 10
Views: 272049
|
Forum: MultiArray Posted: Thu Oct 11, 2007 12:55 am Subject: Re: reply to schani |
Which reminds me of another thing I'm not really happy about with the current API -- like NumPy it assumes that every array in the world is well represented as strided memory. A design that allow ... |
|