Lines Matching refs:Matrix
24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix;
25 typedef Matrix<double, Dynamic, 1> DenseRhs;
36 /* Fill the matrix with sparse matrix stored in Matrix-Market coordinate column-oriented format */
37 if (argc < 2) assert(false && "please, give the matrix market file ");
42 cout << "End charging matrix " << endl;
47 if (isvector) { cout << "The provided file is not a matrix file\n"; return -1;}
71 cout<< "Time to load the matrix " << timer.value() <<endl;
93 cout<< "Size of Input Matrix "<< b.size()<<"\n\n";