[ODE] why is dMatrix3 4x3 instead of 3x3?

Marco Grubert mgrubert at conitec.net
Thu Jan 30 12:44:02 2003


> about this. My guess is that the last colum is used in internal
computations?
> So can someone explain why things are this way. thanks.

To speed up memory access / SIMD instructions relying on 4 consecutive
floats. Just ignore the fourth column.

- Marco Grubert