User Profile
Collapse
-
Error Initializing matrix
Hi
I created a matrix using:
typedef vector<vector<d ouble> > Matrix;
and then I define
Matrix V[10000][100];
However, when I assign the starting value
V[0][0]= vZero;
It said "error: no match for operator=" in V[0][0], am I missing something?
No activity results to display
Show More
Leave a comment: