Home
last modified time | relevance | path

Searched refs:iscomplex (Results 1 – 6 of 6) sorted by relevance

/external/eigen/bench/spbench/
Dsp_solver.cpp43 bool iscomplex=false, isvector=false; in main() local
45 getMarketHeader(args[1], sym, iscomplex, isvector); in main()
46 if (iscomplex) { cout<< " Not for complex matrices \n"; return -1; } in main()
Dtest_sparseLU.cpp45 bool iscomplex=false, isvector=false; in main() local
47 getMarketHeader(args[1], sym, iscomplex, isvector); in main()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h202 bool isvector,iscomplex=false; in Getnextvalidmatrix() local
203 if(!getMarketHeader(curfile,m_sym,iscomplex,isvector)) continue; in Getnextvalidmatrix()
205 if (!iscomplex) in Getnextvalidmatrix()
210 if (iscomplex) in Getnextvalidmatrix()
DMarketIO.h109 inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector) in getMarketHeader() argument
125 if(substr[3].compare("complex") == 0) iscomplex = true; in getMarketHeader()
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt492 name: "iscomplex"
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py805 def iscomplex(x): function