Hi
I want to a magic matrix .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 29, 2011, 10:41 AM
For a bit of fun, I've translated the C++ code into C# - took me about 10 minutes as, apart from the vector stuff, it's virtually the same! Surprisingly, it seems to work:
> matrix = new List
>();
> matrix, int n)
> matrix, int n)
> matrix, int n)
> I = new List
>();
> J = new List
>();
> matrix, int n)
> M = new List
>();
> matrix, int n)
Sam HobbsPosted Apr 29, 2011, 8:21 AM