User Profile
Collapse
-
there is little advantages in using printf en C++ -
I'm not sure I fully understand your question. But I take the shot.
n is declared as an array of integer of 100 elements.
Code:int n[100];
Code:&n[i]
Code:n[j]
Leave a comment:
-
The GNU scientific library embeds a set of routines dealing with matrices.
Real symetric matrices inversion and eigen vectors computation are part of the offered features. The library is open source, so you can either use it as is, or take a peek at the source code.
http://www.gnu.org/software/gsl/...Leave a comment:
No activity results to display
Show More
Leave a comment: