OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isvector
(Results
1 - 4
of
4
) 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
187
bool
isvector
,iscomplex=false;
local
188
if(!getMarketHeader(curfile,m_sym,iscomplex,
isvector
)) continue;
189
if(
isvector
) continue;
MarketIO.h
109
inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool&
isvector
)
112
isvector
= false;
124
if(substr[2].compare("array") == 0)
isvector
= true;
Completed in 96 milliseconds