Home
last modified time | relevance | path

Searched refs:get_imag (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/bagel/bagel-1.2.2/src/df/
H A Dreldfhalf.cc43 if (!df->get_imag()) { in RelDFHalf()
57 auto dfri = make_shared<DFDist>(df->get_imag()); in RelDFHalf()
62 dfri->block(i)->ax_plus_y(scale, df->get_imag()->block(i)); in RelDFHalf()
67 auto tmp = df->get_imag()->compute_half_transform_swap(icoeff_scaled); in RelDFHalf()
75 auto tmp = df->get_imag()->compute_half_transform(icoeff_scaled); in RelDFHalf()
112 …ed_ptr<DFHalfDist>,2>{{get_real()->merge_b1(o->get_real()), get_imag()->merge_b1(o->get_imag())}},… in merge_b1()
118get_imag()->slice_b1(slice_start, slice_size)}}, cartesian_, basis_); in slice_b1()
H A Drelcdmatrix.cc35 …et_real()->compute_cd(trcoeff[abc->basis(1)], dat2, number_of_j)-*dfhc->get_imag()->compute_cd(tic… in RelCDMatrix()
36 …et_real()->compute_cd(ticoeff[abc->basis(1)], dat2, number_of_j)+*dfhc->get_imag()->compute_cd(trc… in RelCDMatrix()
H A Dreldf.cc99 if (!get_imag()) { in compute_Jop()
113 dfri->block(i)->ax_plus_y(1.0, get_imag()->block(i)); in compute_Jop()
121 shared_ptr<Matrix> tmpdat = get_imag()->compute_Jop_from_cd(cdi); in compute_Jop()
H A Dreldffull.cc60 auto dfri = make_shared<DFHalfDist>(df->get_imag()->df(), df->get_imag()->nocc()); in init()
64 dfri->block(i)->ax_plus_y(1.0, df->get_imag()->block(i)); in init()
69 auto tmp = df->get_imag()->compute_second_transform(icoeff[index]); in init()
157 shared_ptr<btas::Tensor3<double>> imag = get_imag()->get_block(ist, ii, jst, jj, kst, kk); in get_block()
H A Dreldffullt.cc34 dffull_[1] = make_shared<DFDistT>(full->get_imag(), dist); in RelDFFullT()
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/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dget_imag_test.cpp4 TEST(mathMixMatFun, get_imag) { in TEST() argument
5 auto f = [](const auto& z) { return stan::math::get_imag(z); }; in TEST()
/dports/science/bagel/bagel-1.2.2/src/scf/dhf/
H A Ddfock.cc119 *r += *dfc1->get_imag()->form_2index(dfc2->get_imag(), 1.0); in add_Exop_block()
120 i = dfc1->get_real()->form_2index(dfc2->get_imag(), 1.0); in add_Exop_block()
121 *i += *dfc1->get_imag()->form_2index(dfc2->get_real(),-1.0); in add_Exop_block()
127 i = make_shared<Matrix>(*dd - *ss + *dfc1->get_real()->form_2index(dfc2->get_imag(), 2.0)); in add_Exop_block()
/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/gnome-calculator/gnome-calculator-41.1/lib/
H A Dnumber.vala104 num.get_imag ().val.set_zero ();
115 num.get_imag ().val.set_zero ();
121 num.get_imag ().val.set_zero ();
245 z.num.get_imag ().val.set_zero ();
260 z.num.get_imag ().val.set_zero ();
301 z.num.get_imag ().val.set_zero ();
310 z.num.get_imag ().val.set_zero ();
325 z.num.get_imag ().val.set_zero ();
334 z.num.get_imag ().val.set_zero ();
343 z.num.get_imag ().val.set_zero ();
[all …]
/dports/math/gravity/Gravity-da941e9/src/
H A Dfunc.cpp23 auto p1_i = get_imag(qt.second._p->first.get()); in get_mag_ang()
43 auto c_i = get_imag(coef.get()); in get_mag_ang()
74 auto p1_i = get_imag(lt.second._p.get()); in get_mag_ang()
84 auto c_i = get_imag(coef.get()); in get_mag_ang()
128 c_i = get_imag(coef.get()); in get_real_imag()
150 p1_i = get_imag(vv.get()); in get_real_imag()
190 p1_i = get_imag(qt.second._p->first.get()); in get_real_imag()
216 c_i = get_imag(coef.get()); in get_real_imag()
258 p1_i = get_imag(lt.second._p.get()); in get_real_imag()
268 c_i = get_imag(coef.get()); in get_real_imag()
[all …]
/dports/math/gnome-calculator/gnome-calculator-41.1/vapi/
H A Dmpc.vapi73 public unowned MPFRG.RealRef get_imag ();
132 i.set (get_imag ().val);
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dexpressions.py410 def get_imag(self): member in ExpressionNode
415 imag = property(get_imag)
/dports/lang/gnu-apl/apl-1.8/src/
H A Dlibapl.h237 extern APL_Float get_imag(const APL_value val, uint64_t idx);
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
229 template<typename T> APL_Float IMAG(T x) { return DZ::get_imag(x); } in IMAG()
H A Dlibapl.cc197 get_imag(const APL_value val, uint64_t idx) in get_imag() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/unittest/
H A DutilUnitTest.h142 Point <double> imag = testQuat2.get_imag(); in TEST_F()
/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/lang/gnu-apl/apl-1.8/doc/
H A Dlibapl.info294get_imag(val,i)’ and ‘get_value(val,i)’ retrieve the actual contents of
H A Dlibapl.texi222 @code{get_char(val,i)}, @code{get_int(val,i)}, @code{get_real(val,i)}, @code{get_imag(val,i)} and @…
/dports/lang/gnu-apl/apl-1.8/erlang/
H A Derlang_APL_nif.c102 get_imag(value, idx))); in make_cell()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dcomplex.pmc572 Quick hack to emulate get_real() and get_imag():
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dcore.py4408 get_imag = imag.fget variable in MaskedArray

12