Hello everyone,
I am trying to create the dll function that takes 2 vector (1D array / column matrix) arguments, and returns vector, but the first vector argument of a function and its return vector have the following structure: first two parameters are scalars, the third one is a 5 element vector. So we have a two different types of parameters in a vector. It is possible in mathcad to have a different types in a matrix, but I have a problem to do this writing my dll. Does anybody know how to implement this in C++? Any hints?
Thanks in advance for help.