Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 37d6b737f2b8f22078bea8a09ae28822 > files > 432

armadillo-devel-4.600.4-1.fc20.x86_64.rpm


% Compile the demo as a mex file
mex -larmadillo -lgfortran armaMex_demo.cpp

% Generate two random matrices
X = rand(4,5);
Y = rand(4,5);

% Run the demo using X and Y
Z = armaMex_demo(X,Y)