FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 14 matches
Forum Index
Author Message
  Topic: Tango support?
sclytrack

Replies: 2
Views: 16598

PostForum: MathExtra   Posted: Mon Jan 28, 2008 7:21 am   Subject: Yeps
Okay I got it running. Now all I need is a computer with newer SSE instructions.
  Topic: Tango support?
sclytrack

Replies: 2
Views: 16598

PostForum: MathExtra   Posted: Mon Jan 14, 2008 7:42 am   Subject: matrix view
RowMajor
0 1 2
3 4 5
6 7 8

ColumnMajor == What lapack does

0 3 6
1 4 7
2 5 8


2x2 view of a 4x4 matrix

0 4 8 12
1 5 9 13
2 6 10 14
3 7 11 15

The view
5 9
6 10

...
  Topic: Tango support?
sclytrack

Replies: 2
Views: 16598

PostForum: MathExtra   Posted: Mon Jan 14, 2008 7:23 am   Subject: Tango support?
Is there going to be tango support for this library?

I mean most of your work goes into tango.
  Topic: Lapack
sclytrack

Replies: 4
Views: 56199

PostForum: Mathematics   Posted: Thu Nov 08, 2007 5:41 am   Subject: explosion
Maybe we should merge the whole thing,

(it is just that I've already got a lot of code sitting on top of this.)
  Topic: Lapack
sclytrack

Replies: 4
Views: 56199

PostForum: Mathematics   Posted: Thu Sep 27, 2007 1:55 am   Subject: Lapack
Anybody know the lapack name for lu decomposition.

Oh my own forum. Smile

(Please no comments about me passing huge 4x4 matrices by value.)
  Topic: Questions about signals
sclytrack

Replies: 13
Views: 24593

PostForum: gtkD   Posted: Tue Apr 17, 2007 6:33 am   Subject: Duit on a different license (please note: rapidly diminishin
Also I don't look at other bindings because of the posibility of releasing Duit on a different license (please note: rapidly diminishing possibility).

Apparently one can not inherit from classes f ...
  Topic: Need help for gtkd as shared object file.
sclytrack

Replies: 6
Views: 18145

PostForum: gtkD   Posted: Fri Feb 09, 2007 2:52 am   Subject: linking sequence
I just wanted to point out that in my above examples I did not take into account the linking sequence.
according to documentation phobos should be linked last.

dmd myprog.d -c
gcc myprog.o -o myp ...
  Topic: current status
sclytrack

Replies: 6
Views: 14456

PostForum: gtkD   Posted: Thu Sep 28, 2006 2:46 am   Subject: Status of dui
The author (Ant) somehow moved to the Windows platform to work on Leds (IDE), I believe with a virtual machine stuff. Darn. I don't think he made much changes to gtkd;duit itself. I personally want gt ...
  Topic: Need help for gtkd as shared object file.
sclytrack

Replies: 6
Views: 18145

PostForum: gtkD   Posted: Mon Sep 25, 2006 12:45 am   Subject: dmd .so
Yeah its probably that.
I'll give gdc a try when I'm ... ehm. hmm, yeah I can say it. When I'm not so "lazy". Wink
Thanks for your input Carlos.


Sclytrack.
  Topic: Need help for gtkd as shared object file.
sclytrack

Replies: 6
Views: 18145

PostForum: gtkD   Posted: Sun Sep 24, 2006 3:51 am   Subject: shared library not gtkd (duit) related
I've tried shared library on a "smaller test library".

Without the class Form in the mylibrary.d it runs perfectly, with it I get the following error.


:~/temporary/test/sharedobj ...
  Topic: Need help for gtkd as shared object file.
sclytrack

Replies: 6
Views: 18145

PostForum: gtkD   Posted: Fri Sep 22, 2006 10:38 pm   Subject: gtkd.so
Thanks for the quick response, but the error must be somewhere else. Sad I admit the makefile listings are a bit chaotic.

I've created a file called gtkd.so and I'm wondering if we should reserve t ...
  Topic: build3.03 on Linux with dmd
sclytrack

Replies: 4
Views: 9655

PostForum: Build   Posted: Fri Sep 22, 2006 7:11 am   Subject: no such file or directory
I've a problem with bud

Digital Mars D Compiler v0.167
bud v3.03 (build)

simple hello world writefln application.


bud main.d

gcc: c: No such file or directory
gcc: phobos&# ...
  Topic: Need help for gtkd as shared object file.
sclytrack

Replies: 6
Views: 18145

PostForum: gtkD   Posted: Fri Sep 22, 2006 2:04 am   Subject: Need help for gtkd as shared object file.
1. I've checked out revision 196 of dui.
2. I've created my own makefiles to make an libgtkd.so file under Debian Etch. The default makefile in gtkd (dui) creates a static file.
3. When try to compi ...
  Topic: Build script changes
sclytrack

Replies: 9
Views: 14396

PostForum: Derelict   Posted: Fri Jul 14, 2006 2:17 pm   Subject: (failed) build Derelict.
dmd v0.160
build v3.01
Derelict revision 160

Everything actually compiles it generates the o file, but ar doesn't seem
to find it. All the .o files are in the trunk directory.

Laughing
Cool
:sho ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group