Hi all: (first post here) I'm porting a VB6 program that does Structural Calculations
https://sourceforge.net/projects/estru3d/ wich uses a lots of matrix operations plus a ecuations solver for band matrixes. I've made a DLL for the win32 enviroment 10 years ago that speeded up x100 then solver. Here's my battery of questions: can Gambas pass 2D arrays to C? assuming YES, how is the 2D array stored in gambas? suppose a 3x3 array: row1row2row3 or col1col2col3? it is possible to pass HUGE arrays, 100.000 8byte float elements? Thanks in advance. PD: the program is being ported in the spanish specializad gambas forge http://forge.gambas-es.org/projects/estru3d I'm having the help of guys who are too BASIC like me, so any help is welcome we're also planning to translate it to other languages (we're hiring, by the way ;) I need to make a C++ library for matrix operations Saludos Martin ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
