Author |
Message |
Topic: Some libraries to steal ideas from |
fawzi
Replies: 8
Views: 93018
|
Forum: MultiArray Posted: Fri Sep 05, 2008 9:32 am Subject: NArray |
Well my multidimensional array library is now basically ready for primetime.
You can give it a look at
http://github.com/fawzi/narray/tree/master/INSTALL.txt
I think that the design is quite ... |
Topic: Some libraries to steal ideas from |
fawzi
Replies: 8
Views: 93018
|
Forum: MultiArray Posted: Tue Jul 22, 2008 7:46 am Subject: Some libraries to steal ideas from |
I gave a look at all the libraries.
Indeed the cisstVector seems nice for a user that needs all of that, but it is not what I want to do.
I working on a class/template for uniformly spaced (normal ... |
Topic: moving external libraries wrappers to subpackages |
fawzi
Replies: 6
Views: 29535
|
Forum: MultiArray Posted: Thu Jun 05, 2008 2:33 pm Subject: moving external libraries wrappers to subpackages |
no problem for me... |
Topic: moving external libraries wrappers to subpackages |
fawzi
Replies: 6
Views: 29535
|
Forum: MultiArray Posted: Thu Jun 05, 2008 6:15 am Subject: moving external libraries wrappers to subpackages |
gobo? http://en.wikipedia.org/wiki/Gobo
something that goes between?
anyway I realized it later but tango convention is c (and c-wrappers) lowerCase, D modules CamelCase... I do not know if y ... |
Topic: compile time sizes |
fawzi
Replies: 4
Views: 20605
|
Forum: MultiArray Posted: Mon Apr 21, 2008 3:47 am Subject: compile time sizes |
Thanks a lot for the reply, it makes the scope of the library more clear.
I also think that numerics in D is nicer than C++/fortran or numpy, that's the reason I am moving to it |
Topic: moving external libraries wrappers to subpackages |
fawzi
Replies: 6
Views: 29535
|
Forum: MultiArray Posted: Sat Apr 19, 2008 1:18 pm Subject: moving external libraries wrappers to subpackages |
excellent idea, actually even keeping wrappers as package would not be such a bad idea, "top-level" names should be used a sparingly as possible I think. |
Topic: compile time sizes |
fawzi
Replies: 4
Views: 20605
|
Forum: MultiArray Posted: Sat Apr 19, 2008 1:09 pm Subject: compile time sizes |
simply how developed is the static size matrixes in OpenMesh?
If one just needs matrixes and vectors is it better to use multiarray or OpenMesh?
Do you think that it would make sense to have a sta ... |
Topic: compile time sizes |
fawzi
Replies: 4
Views: 20605
|
Forum: MultiArray Posted: Sat Apr 19, 2008 4:17 am Subject: compile time sizes |
By the way I saw that Bill Baxter commented in the NG about OpenMesh and fixed size Matrixes.
Fixed (compile time) size matrixes can be better for small matrix sizes, as Bill is author in both libr ... |
Topic: moving external libraries wrappers to subpackages |
fawzi
Replies: 6
Views: 29535
|
Forum: MultiArray Posted: Sat Apr 19, 2008 3:51 am Subject: moving external libraries wrappers to subpackages |
I wrote:
>> why not to move BLASLAPACK to a real package (blaslapack) I did it
>> locally and with it dsss install works nicely, without it it didn't work out
>> of the box.
Bi ... |
|