08-16-2023, 03:08 AM
One of these solutions feature multiplication of a square matrix, but it could be certainly shoe-horned into a "dot-H" file:
https://stackoverflow.com/questions/6756...iplication
I like best the solution which has "zero" votes. It's clear to me.
Other sites offered code examples with hard-wired matrix sizes. Good only if matrices are to be limited to 2 or 3 width and height.
I tried to hack at it but didn't know how to "transpose" from _MEM variable to _OFFSET and back. I don't know if the ConvertOffset() trick in the Wiki would apply here.
https://stackoverflow.com/questions/6756...iplication
I like best the solution which has "zero" votes. It's clear to me.
Other sites offered code examples with hard-wired matrix sizes. Good only if matrices are to be limited to 2 or 3 width and height.
I tried to hack at it but didn't know how to "transpose" from _MEM variable to _OFFSET and back. I don't know if the ConvertOffset() trick in the Wiki would apply here.