Home
last modified time | relevance | path

Searched defs:get_imag (Results 1 – 11 of 11) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dget_imag.hpp18 T get_imag(const std::complex<T>& z) { in get_imag() function
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dget_imag_test.cpp4 TEST(mathMixMatFun, get_imag) { in TEST() argument
/dports/science/bagel/bagel-1.2.2/src/df/
H A Dreldf.h65 std::shared_ptr<const DFDist> get_imag() const { return dfdata_[1]; } in get_imag() function
H A Dreldfhalf.h57 std::shared_ptr<DFHalfDist> get_imag() const { return dfhalf_[1]; } in get_imag() function
H A Dreldffull.h50 std::shared_ptr<DFFullDist> get_imag() const { return dffull_[1]; } in get_imag() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A Dutil.h404 Point<double> get_imag() { return Point <double> ( a_, b_, c_ ); } in get_imag() function
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dexpressions.py410 def get_imag(self): member in ExpressionNode
/dports/lang/gnu-apl/apl-1.8/src/
H A DLApack.hh182 static APL_Float get_imag(DD x) { return 0.0; } in get_imag() function in DZ
188 static APL_Float get_imag(ZZ z) { return z.imag(); } in get_imag() function in DZ
H A Dlibapl.cc197 get_imag(const APL_value val, uint64_t idx) in get_imag() function
/dports/math/gravity/Gravity-da941e9/src/
H A Dfunc.cpp4941 func<double> get_imag(constant_* c){ in get_imag() function
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dcore.py4408 get_imag = imag.fget variable in MaskedArray