That sounds like a very usefull application. Unfortunaltely it exist on neither the SGI or my local Cygwin build :-(
I have started to install Fedora core 4 on my own system as it appears that Electric fence is availeble on that build.
I'll post when i know more.
Hardware: SGI Altix 3700
OS: SuSE Linux ES9, SP1, kernel 2.6.5-7.139-sn2
Compiler: GCC v.3.3.3 and ICC v.8.1
Both compilers produce the same problem.
ICC is the Intel C++ Compiler for Linux Systems
Hi all
I am currently working on a program where i use a lot of different vectors. Most of my program runs perfectly but one particular vector is causing trouble when i try to deallocate it.
the structure of a vector is pretty straight forward
typedef struct vector
{ int type;
int size...
I thought so too at first, but deleting the object files makes no difference.
It should be unchanged. I have added the print statement at the bottom of the MatrixInverse method, At that point inmat->type = 2. The problem is that inmat->type is changed when i return from MatrixInverse.
Hi all
I have tried to generalize my matrix expression in my current program, but have encountered some difficulties with method calls. When i call a method which return void with a pointer to my structure (ex: MatrixInverse(mat, invmat);) some of the elements of mat are erased/changed when i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.