Click here to Skip to main content
15,891,880 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with Encoding! Pin
User 665816-May-05 13:04
User 665816-May-05 13:04 
GeneralRe: Help with Encoding! Pin
methodincharge16-May-05 14:39
methodincharge16-May-05 14:39 
GeneralIncluding files in my app, then using them Pin
Anthony Mushrow16-May-05 7:25
professionalAnthony Mushrow16-May-05 7:25 
GeneralRe: Including files in my app, then using them Pin
Marc Clifton16-May-05 11:29
mvaMarc Clifton16-May-05 11:29 
Question1. How to simulate mouse click on an arbitrary screen position? 2. How to get screen pixels color at arbitrary position? Pin
lgstef16-May-05 6:15
lgstef16-May-05 6:15 
Generalactive desktop Pin
Sabry190516-May-05 5:41
Sabry190516-May-05 5:41 
GeneralHandling Large Matrix in C#: Scientific Calculation Pin
amitmohanty16-May-05 5:39
amitmohanty16-May-05 5:39 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Robert Rohde16-May-05 7:12
Robert Rohde16-May-05 7:12 
You are right: Your runtime error will most probably result from the lack of memory. Having such a large matrix with for example a 8 byte type (double, long etc) will need over 760 mb in ram. When calculating the inverse you will need another 760 mb. This logically gets worse when adding or multiplying Cry | :((
Since windows processes have only a limited usage of memory (I think 2 gig is the boundary) no language you choose will handle several such large matrices in memory. If you really need this you will have to use some 64 bit OS.
One solution for this is having those matrices not directly in memory but on your harddrive and accessing and writing directly to your files, but this will result in much (!!!) work by yourself.
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Anonymous16-May-05 8:08
Anonymous16-May-05 8:08 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Robert Rohde16-May-05 11:33
Robert Rohde16-May-05 11:33 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
DavidNohejl16-May-05 11:54
DavidNohejl16-May-05 11:54 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
amitmohanty16-May-05 14:16
amitmohanty16-May-05 14:16 
GeneralFew more primitive tricks Pin
DavidNohejl17-May-05 1:30
DavidNohejl17-May-05 1:30 
Generalstoring value in dll Pin
siuntung16-May-05 5:24
siuntung16-May-05 5:24 
GeneralRe: storing value in dll Pin
S. Senthil Kumar16-May-05 6:38
S. Senthil Kumar16-May-05 6:38 
GeneralRe: storing value in dll Pin
siuntung18-May-05 3:16
siuntung18-May-05 3:16 
GeneralRe: storing value in dll Pin
pubududilena17-May-05 18:01
pubududilena17-May-05 18:01 
GeneralHandling System Events Pin
heavenamour16-May-05 4:31
heavenamour16-May-05 4:31 
GeneralRe: Handling System Events Pin
Dave Kreskowiak16-May-05 7:19
mveDave Kreskowiak16-May-05 7:19 
GeneralRe: Handling System Events Pin
heavenamour16-May-05 17:52
heavenamour16-May-05 17:52 
GeneralRe: Handling System Events Pin
Dave Kreskowiak17-May-05 4:02
mveDave Kreskowiak17-May-05 4:02 
GeneralRe: Handling System Events Pin
heavenamour17-May-05 18:31
heavenamour17-May-05 18:31 
GeneralUninstalling your uninstaller!! Pin
exhaulted16-May-05 4:28
exhaulted16-May-05 4:28 
GeneralRe: Uninstalling your uninstaller!! Pin
Colin Angus Mackay16-May-05 4:33
Colin Angus Mackay16-May-05 4:33 
GeneralRe: Uninstalling your uninstaller!! Pin
exhaulted16-May-05 4:41
exhaulted16-May-05 4:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.