Reputation: 63
I've some problem if I try to load a matrix.mat <224x2 double> with Armadillo library:
mat A;
A.load("matrix.mat");
cout << " " << A.n_rows << " " << A.n_cols << "\n";
It prints: 5623 1
Can you tell me why?
Upvotes: 0
Views: 1120