Home
last modified time | relevance | path

Searched refs:Nblocks (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/bagel/bagel-1.2.2/src/integral/
H A Dsmallints1e_general.h42 std::array<std::shared_ptr<Matrix>,9*Batch::Nblocks()> data_;
49 std::array<std::shared_ptr<Matrix>,Batch::Nblocks()> int_compute(const Value&) const { in int_compute()
52 void transform(const std::array<std::shared_ptr<Matrix>,Batch::Nblocks()>& unc) { in transform()
53 constexpr int N = Batch::Nblocks(); in transform()
87 for (int i = 0; i != Nblocks(); ++i) in SmallInts1e_General()
103 constexpr int N = Batch::Nblocks(); in compute()
140 constexpr static int Nblocks() { return Batch::Nblocks() * 9; } in Nblocks() function
H A Dsmallints1e.h41 std::array<std::shared_ptr<Matrix>,4*Batch::Nblocks()> data_;
49 std::array<std::shared_ptr<Matrix>,Batch::Nblocks()> int_compute(const Value&) const { in int_compute()
52 void transform(const std::array<std::shared_ptr<Matrix>,Batch::Nblocks()>& unc) { in transform()
53 constexpr int N = Batch::Nblocks(); in transform()
81 for (int i = 0; i != Nblocks(); ++i) in SmallInts1e()
104 constexpr int N = Batch::Nblocks(); in compute()
141 constexpr static int Nblocks() { return Batch::Nblocks() * 4; } in Nblocks() function
164 constexpr int N = Libint::Nblocks(); in compute()
166 constexpr int N = ERIBatch::Nblocks(); in compute()
H A Dsmallints1e_london.h40 std::array<std::shared_ptr<ZMatrix>,4*Batch::Nblocks()> data_;
48 std::array<std::shared_ptr<ZMatrix>,Batch::Nblocks()> int_compute(const Value&) const { in int_compute()
51 void transform(const std::array<std::shared_ptr<ZMatrix>,Batch::Nblocks()>& unc) { in transform()
52 constexpr int N = Batch::Nblocks(); in transform()
81 for (int i = 0; i != Nblocks(); ++i) in SmallInts1e_London()
106 constexpr int N = Batch::Nblocks(); in compute()
180 constexpr static int Nblocks() { return Batch::Nblocks() * 4; } in Nblocks() function
200 constexpr int N = ComplexERIBatch::Nblocks(); in compute()
/dports/science/bagel/bagel-1.2.2/src/mat1e/rel/
H A Dsmall1e_general.h39 class Small1e_General : public Matrix1eArray<9*Batch::Nblocks()> {
47 TaskQueue<Matrix1eArrayTask<9*Batch::Nblocks()>> task(nshell*(nshell+1)/2); in init()
74 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
79 …Small1e_General(const std::shared_ptr<const Molecule> mol) : Matrix1eArray<9*Batch::Nblocks()>(mol… in Small1e_General()
84 Matrix1eArray<9*Batch::Nblocks()>::print(name.empty() ? "Small1e_General" : name, len);
H A Dsmall1e.h40 class Small1e : public Matrix1eArray<4*Batch::Nblocks()> {
50 TaskQueue<Matrix1eArrayTask<4*Batch::Nblocks()>> task(nshell*(nshell+1)/2); in init()
84 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
89 …::shared_ptr<const Molecule> mol, Args... args) : Matrix1eArray<4*Batch::Nblocks()>(mol), args_(ar… in Small1e()
94 Matrix1eArray<4*Batch::Nblocks()>::print(name.empty() ? "Small1e" : name, len);
H A Dsmall1e.cc39 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
46 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
74 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
/dports/science/bagel/bagel-1.2.2/src/mat1e/
H A Dmixedbasis.h82 std::array<std::shared_ptr<MatType>,TBatch::Nblocks()> matrices_;
91 for (int i = 0; i != TBatch::Nblocks(); ++i) in computebatch()
97 for(int i = 0; i < TBatch::Nblocks(); ++i) in MixedBasisArray()
114 constexpr static int Nblocks() { return TBatch::Nblocks(); } in Nblocks() function
119 for (int k = 0; k != TBatch::Nblocks(); ++k) {
H A Ddipolematrix.cc44 for (int i = 0; i < Nblocks(); ++i) { in computebatch()
/dports/science/bagel/bagel-1.2.2/src/mat1e/giao/
H A Dsmall1e_london.h40 class Small1e_London : public Matrix1eArray<4*Batch::Nblocks(), ZMatrix> {
50 TaskQueue<Matrix1eArrayTask<4*Batch::Nblocks(), ZMatrix>> task(nshell*(nshell+1)/2); in init()
84 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
89 …::shared_ptr<const Molecule> mol, Args... args) : Matrix1eArray<4*Batch::Nblocks(), ZMatrix>(mol),… in Small1e_London()
94 Matrix1eArray<4*Batch::Nblocks(), ZMatrix>::print(name.empty() ? "Small1e" : name, len);
H A Dsmall1e_london.cc39 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
46 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
70 for (int i = 0; i != this->Nblocks(); ++i) in computebatch()
/dports/science/bagel/bagel-1.2.2/src/df/
H A Dcomplexdf.h83 …TaskQueue<ComplexDFIntTask<TBatch,2*TBatch::Nblocks()>> tasks(b1shell.size()*b2shell.size()*ashell… in compute_3index()
88 std::array<std::shared_ptr<DFBlock>,2*TBatch::Nblocks()> blk; in compute_3index()
89 for (int i = 0; i != 2*TBatch::Nblocks(); ++i) { in compute_3index()
98 if (TBatch::Nblocks() > 1 || j1 <= j2) { in compute_3index()
138 for (int i = 0; i != 2*TBatch::Nblocks(); ++i) { in ComplexDFDist()
H A Ddf.h97 … TaskQueue<DFIntTask<TBatch,TBatch::Nblocks()>> tasks(b1shell.size()*b2shell.size()*ashell.size()); in compute_3index()
102 std::array<std::shared_ptr<DFBlock>,TBatch::Nblocks()> blk; in compute_3index()
103 for (int i = 0; i != TBatch::Nblocks(); ++i) blk[i] = block_[i]; in compute_3index()
109 if (TBatch::Nblocks() > 1 || j1 <= j2) { in compute_3index()
149 for (int i = 0; i != TBatch::Nblocks(); ++i) in DFDist()
/dports/science/bagel/bagel-1.2.2/src/integral/os/
H A Dmmbatch.h57 { assert(nblocks() == Nblocks()); } in DipoleBatch()
58 constexpr static int Nblocks() { return 3; } in Nblocks() function
H A Dsphmmbatch.h66 { assert(nblocks() == Nblocks()); } in SphDipoleBatch()
67 constexpr static int Nblocks() { return 3; } in Nblocks() function
H A Doverlapbatch.h44 constexpr static int Nblocks() { return 1; } in Nblocks() function
H A Dangmombatch.h49 constexpr static int Nblocks() { return 3; } in Nblocks() function
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_ml.c450 int Nblocks, *blockList; in HYPRE_LSI_MLSetup() local
582 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
596 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
610 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
613 ML_PRESMOOTHER,sweeps,1.0,Nblocks,blockList); in HYPRE_LSI_MLSetup()
660 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
663 sweeps, wght, Nblocks, blockList); in HYPRE_LSI_MLSetup()
674 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
677 sweeps,1.0,Nblocks,blockList); in HYPRE_LSI_MLSetup()
688 Nblocks = ML_Aggregate_Get_AggrCount( link->ml_ag, level ); in HYPRE_LSI_MLSetup()
[all …]
/dports/math/testu01/TestU01-1.2.3/testu01/
H A Dsvaria.c1098 long Nblocks; /* 2^L = total number of distinct blocks */ in svaria_AppearanceSpacings() local
1127 Nblocks = num_TwoExp[L]; in svaria_AppearanceSpacings()
1135 Count = util_Calloc ((size_t) Nblocks + 2, sizeof (long)); in svaria_AppearanceSpacings()
1144 for (i = 0; i < Nblocks; i++) in svaria_AppearanceSpacings()
1184 for (i = 0; i < Nblocks; i++) in svaria_AppearanceSpacings()
1191 block = sBits % Nblocks; in svaria_AppearanceSpacings()
1193 sBits /= Nblocks; in svaria_AppearanceSpacings()
1201 block = sBits % Nblocks; in svaria_AppearanceSpacings()
1205 sBits /= Nblocks; in svaria_AppearanceSpacings()
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A Deribatch.h50 constexpr static int Nblocks() { return 1; } in Nblocks() function
H A Dspindipolebatch.h48 constexpr static int Nblocks() { return 6; } in Nblocks() function
H A Dsmalleribatch.h60 constexpr static int Nblocks() { return 6; } in Nblocks() function
H A Dmixederibatch.h60 constexpr static int Nblocks() { return 3; } in Nblocks() function
H A Dcoulombbatch_energy.h52 constexpr static int Nblocks() { return 1; } in Nblocks() function
/dports/science/bagel/bagel-1.2.2/src/integral/libint/
H A Dlibint.h45 constexpr static int Nblocks() { return 1; } in Nblocks() function
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/
H A Dcomplexeribatch.h49 constexpr static int Nblocks() { return 1; } in Nblocks() function

123