HomeSort by relevance Sort by last modified time
    Searched defs:isvector (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/spbench/
sp_solver.cpp 43 bool iscomplex=false, isvector=false; local
45 getMarketHeader(args[1], sym, iscomplex, isvector);
47 if (isvector) { cout << "The provided file is not a matrix file\n"; return -1;}
test_sparseLU.cpp 45 bool iscomplex=false, isvector=false; local
47 getMarketHeader(args[1], sym, iscomplex, isvector);
49 if (isvector) { cout << "The provided file is not a matrix file\n"; return -1;}
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 202 bool isvector,iscomplex=false; local
203 if(!getMarketHeader(curfile,m_sym,iscomplex,isvector)) continue;
204 if(isvector) continue;

Completed in 624 milliseconds