Error using Eigen: “mismatched types” with scalar vector multiplication
I am trying to perform the following operation from MATLAB using Eigen matrices in C++. For example, in MATLAB:
matlab canoncorr function implement in c++
I need to implement matlab canoncorr function in c++.
I have to take same results with matlab. This functions calculates canonical coefficients.