Home
last modified time | relevance | path

Searched defs:has_real (Results 1 – 5 of 5) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/numeric/
H A Dis_complex.hpp27 template<class T> struct has_real : decltype(has_real_aux(std::declval<T>())){}; struct
/dports/math/kalker/kalker-1.1.0/kalk/src/kalk_num/
H A Dmod.rs90 pub fn has_real(&self) -> bool { in has_real() method
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dexpr.c1542 int has_real = 0; in Expr_generate() local
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dnla_core.cpp1275 bool core::has_real(const factorization& f) const { in has_real() function in nla::core
1284 bool core::has_real(const monic& m) const { in has_real() function in nla::core
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dcmds.c2037 int found_imag, has_imag, has_real, solved; local