
29 Jan
2006
29 Jan
'06
6:23 p.m.
Michael Tegtmeyer <tegtmeye@mail.eecis.udel.edu> writes: [...] | Simple C arrays with the restrict keyword work well but all numeric | operations have to be hand coded. std::valarray has convenient syntax | but the user must pay for a memory allocation at each object creation | which will dominate the runtime for smaller sized arrays. | | My own motivation is operations in space-time where I am repetitively | doing complex numeric operations in 3 and 4 tuple space. Another | example off of the top of my head could be those doing graphics who | always use 4x4 matrices. What you're proposing does have value. -- Gaby