Searched refs:isvector (Results 1 - 4 of 4) sorted by relevance

/external/eigen/bench/spbench/
H A Dsp_solver.cpp43 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;}
H A Dtest_sparseLU.cpp45 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/
H A DMatrixMarketIterator.h187 bool isvector,iscomplex=false; local
188 if(!getMarketHeader(curfile,m_sym,iscomplex,isvector)) continue;
189 if(isvector) continue;
H A DMarketIO.h109 inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector) argument
112 isvector = false;
124 if(substr[2].compare("array") == 0) isvector = true;

Completed in 80 milliseconds