Lines Matching refs:Matrix
23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix;
24 typedef Matrix<scalar, Dynamic, 1> DenseRhs;
25 Matrix<scalar, Dynamic, 1> b, x, tmp;
41 /* Fill the matrix with sparse matrix stored in Matrix-Market coordinate column-oriented format */
42 if (argc < 2) assert(false && "please, give the matrix market file ");
44 cout << "End charging matrix " << endl;
49 if (isvector) { cout << "The provided file is not a matrix file\n"; return -1;}
87 Matrix<scalar, Dynamic, 1> tmp2 = b - A*x;