Advertisement

can program but cant do maths and vectors and matrices???

Started by November 21, 2002 12:02 PM
2 comments, last by kindfluffysteve 22 years, 2 months ago
please try my routines [html]http://www.digitalsentience.pwp.blueyonder.co.uk/resources.html[/html] btw, can somebody tell me how u add html links and those source code things to these posts? fanks. ---------------------------- http://www.digitalsentience.pwp.blueyonder.co.uk
You might want to provide overloaded operators for the basic matrix and vector/matrix operations, plus is it really sensible having to type matrix::InvertMatrix(a) ?

It *might* be an optimization to pass const referenced rather than by value, but I'm no expert on that.

source is added by [ source ] and [ /source ] tags.

Links are added using basic html &lta href=&quothttp://www.whatever.com"&gtwww.whatever.com</a&gt.

[edited by - JuNC on November 22, 2002 12:33:30 PM]
Advertisement
yup its not That well optimised but it works - and people are always asking for such things I think. I''ve been quickening stuff up and will add it shortly - probably will post another post like this in the future since the question, how do i rotate this, or that turns up pretty often.

----------------------------
http://www.digitalsentience.pwp.blueyonder.co.uk
IMHO searching google for linear algebra stuff (vector, matrix, etc) in order to learn the maths backgroung is better then trying to understand some code... but since im addicted to maths it might not be the best way for u
---- sig coming soon

This topic is closed to new replies.

Advertisement