I have 2 arrays a & b. They are the same length. I want to multiply one array by the other. I have a script/code block that does this anyway. I want to know are their any functions that could multiply a[] x b[] into a product without a script?
Does the code include any single function matrix manipulators. a[1-5] x b[1-5] = ab[1ab-5ab]
Like I said (we) can write the scripts to do this, but, like OpenCV, does windows have any library functions that specifically perform matrix operations?