Hello everyone,
I am looking for an efficient way to implement matrix multiplication in C/C++. Are there any existing good ways?
The matrix is stored in an one-dimentional array.
thanks in advance,
George
This is a discussion on an existing efficient matrix multiplication algorithm? within the Tech Board forums, part of the Community Boards category; Hello everyone, I am looking for an efficient way to implement matrix multiplication in C/C++. Are there any existing good ...
Hello everyone,
I am looking for an efficient way to implement matrix multiplication in C/C++. Are there any existing good ways?
The matrix is stored in an one-dimentional array.
thanks in advance,
George
_m00 _m01 _m02 _m03
_m10 _m11 _m12 _m13
_m20 _m21 _m22 _m23
_m30 _m31 _m32 _m33