Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/bench/spbench/
H A Dtest_sparseLU.cpp45 bool iscomplex=false, isvector=false; in main() local
H A Dsp_solver.cpp43 bool iscomplex=false, isvector=false; in main() local
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h202 bool isvector,iscomplex=false; in Getnextvalidmatrix() local
H A DMarketIO.h109 inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector) in getMarketHeader()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py800 def iscomplex(x): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1768 def iscomplex(x: ArrayLike): function