I want to make a dll for a VB program. The c-code below shows wrapper file with variables a and b. What code I have to build if I use matrixes instead of doubles?!?
#include "eigenwaardelib.h"
#include "matlab.h"
double __stdcall eigenwaardewrap(double a, double b)
{...