Home
last modified time | relevance | path

Searched refs:nrows_ (Results 1 – 25 of 111) sorted by relevance

12345

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A DMyMatrix.h46 int nrows_, ncols_; variable
182 if (ncols_ != rhs.ncols_ || nrows_ != rhs.nrows_)
184 throw MatrixArithmeticException(ADDITION, nrows_, ncols_, rhs.nrows_,
205 if (ncols_ != rhs.ncols_ || nrows_ != rhs.nrows_)
207 throw MatrixArithmeticException(ADDITION, nrows_, ncols_, rhs.nrows_,
226 if (ncols_ != rhs.ncols_ || nrows_ != rhs.nrows_) in inner()
256 n = nrows_;
341 if (this->nrows_ != rhs.nrows_)
361 if (this->nrows_ != rhs.nrows_)
363 throw MatrixArithmeticException(ADDITION, this->nrows_, 1, rhs.nrows_,
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DArray2D.h52 int nrows_, ncols_;
58 nrows_ = 0; in Array2D()
65 nrows_ = nrows; in Array2D()
72 nrows_ = A.nrows_; in Array2D()
89 nrows_ = nrows; in reset()
97 nrows_ = 0; in reset()
118 return AliasArray<T>(nrows_,&(data_[col*nrows_])); in column()
124 nrows_ = other.nrows_;
145 return nrows_; in nRows()
157 for(i=0;i<nrows_*ncols_;i++) in has_member()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DArray2D.h53 int nrows_, ncols_;
59 nrows_ = 0; in Array2D()
66 nrows_ = nrows; in Array2D()
73 nrows_ = A.nrows_; in Array2D()
90 nrows_ = nrows; in reset()
98 nrows_ = 0; in reset()
119 return AliasArray<T>(nrows_,&(data_[col*nrows_])); in column()
125 nrows_ = other.nrows_;
146 return nrows_; in nRows()
158 for(i=0;i<nrows_*ncols_;i++) in has_member()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsol/
H A Dbsol_point_index_2d.cxx36 nrows_ = nrows; in bsol_point_index_2d()
59 nrows_ = nrows; in bsol_point_index_2d()
103 if (row<0||row>=nrows_||col<0||col>=ncols_) in add_point()
123 if (row<0||row>=nrows_||col<0||col>=ncols_) in find_point()
153 if (r<0||r>=nrows_||c<0||c>=ncols_) in in_radius()
188 for (int r =0; r<nrows_; r++) in clear()
219 for (int r = 0; r<nrows_; r++) in points()
249 if (row<0||row>=nrows_||col<0||col>=ncols_) in n_points()
261 if (row<0||row>=nrows_||col<0||col>=ncols_) in n_points()
270 for (int r = 0; r<nrows_; r++) in n_points()
[all …]
H A Dbsol_point_index_3d.cxx35 nrows_ = 0; in bsol_point_index_3d()
44 nrows_ = nrows; in bsol_point_index_3d()
74 nrows_ = nrows; in bsol_point_index_3d()
106 for (int r = 0; r<nrows_; r++) in ~bsol_point_index_3d()
142 for (int r=0; r<nrows_; r++) in n_points()
231 if (row_max>nrows_) in in_box()
232 row_max = nrows_-1; in in_box()
307 for (int r =0; r<nrows_; r++) in clear()
339 for (int r=0; r<nrows_; r++) in points()
352 for (int r=0; r<nrows_; ++r) in clear_marks()
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveMatrix.cpp172 nrows_ = mtx->getNumRows(); in setMatrix()
239 for (i = 0; i < nrows_; i++) { in setMatrix()
243 mrstrt_[nrows_] = totalCoeffs; in setMatrix()
284 mrstrt_[nrows_] = bulk0_; in setMatrix()
320 const int &numberRows = nrows_; in recomputeSums()
442 infiniteUp_ = new int[nrows_]; in initializeStuff()
443 sumUp_ = new double[nrows_]; in initializeStuff()
444 infiniteDown_ = new int[nrows_]; in initializeStuff()
445 sumDown_ = new double[nrows_]; in initializeStuff()
580 numberRowsToDo_ = nrows_; in initRowsToDo()
[all …]
H A DCoinPostsolveMatrix.cpp85 nrows_ = preObj->nrows_; in assignPresolveToPostsolve()
214 CoinFillN(rdone_, nrows_, PRESENT_IN_REDUCED); in assignPresolveToPostsolve()
215 CoinZeroN(rdone_ + nrows_, nrows0_ - nrows_); in assignPresolveToPostsolve()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveMatrix.cpp172 nrows_ = mtx->getNumRows(); in setMatrix()
239 for (i = 0; i < nrows_; i++) { in setMatrix()
243 mrstrt_[nrows_] = totalCoeffs; in setMatrix()
284 mrstrt_[nrows_] = bulk0_; in setMatrix()
320 const int &numberRows = nrows_; in recomputeSums()
442 infiniteUp_ = new int[nrows_]; in initializeStuff()
443 sumUp_ = new double[nrows_]; in initializeStuff()
444 infiniteDown_ = new int[nrows_]; in initializeStuff()
445 sumDown_ = new double[nrows_]; in initializeStuff()
580 numberRowsToDo_ = nrows_; in initRowsToDo()
[all …]
H A DCoinPostsolveMatrix.cpp85 nrows_ = preObj->nrows_; in assignPresolveToPostsolve()
214 CoinFillN(rdone_, nrows_, PRESENT_IN_REDUCED); in assignPresolveToPostsolve()
215 CoinZeroN(rdone_ + nrows_, nrows0_ - nrows_); in assignPresolveToPostsolve()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveMatrix.cpp166 nrows_ = mtx->getNumRows() ; in setMatrix()
222 for ( i = 0 ; i < nrows_ ; i++) in setMatrix()
225 mrstrt_[nrows_] = totalCoeffs ; in setMatrix()
260 mrstrt_[nrows_] = bulk0_ ; in setMatrix()
297 int numberRows = nrows_; in recomputeSums()
401 infiniteUp_ = new int [nrows_]; in initializeStuff()
402 sumUp_ = new double [nrows_]; in initializeStuff()
404 sumDown_ = new double [nrows_]; in initializeStuff()
523 { for (i = 0 ; i < nrows_ ; i++) in initRowsToDo()
525 numberRowsToDo_ = nrows_ ; } in initRowsToDo()
[all …]
H A DCoinPostsolveMatrix.cpp84 nrows_ = preObj->nrows_ ; in assignPresolveToPostsolve()
205 CoinFillN(rdone_,nrows_,PRESENT_IN_REDUCED) ; in assignPresolveToPostsolve()
206 CoinZeroN(rdone_+nrows_,nrows0_-nrows_) ; in assignPresolveToPostsolve()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveMatrix.cpp172 nrows_ = mtx->getNumRows(); in setMatrix()
239 for (i = 0; i < nrows_; i++) { in setMatrix()
243 mrstrt_[nrows_] = totalCoeffs; in setMatrix()
284 mrstrt_[nrows_] = bulk0_; in setMatrix()
320 const int &numberRows = nrows_; in recomputeSums()
442 infiniteUp_ = new int[nrows_]; in initializeStuff()
443 sumUp_ = new double[nrows_]; in initializeStuff()
444 infiniteDown_ = new int[nrows_]; in initializeStuff()
445 sumDown_ = new double[nrows_]; in initializeStuff()
580 numberRowsToDo_ = nrows_; in initRowsToDo()
[all …]
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiPresolve.cpp58 nrows_(0), in OsiPresolve()
107 nrows_ = si.getNumRows(); in presolvedModel()
120 for (i=0;i<nrows_;i++) in presolvedModel()
211 n = prob.nrows_; in presolvedModel()
252 if (basicCnt>prob.nrows_) { in presolvedModel()
964 for (i=0;i<nrows_;i++) in presolve()
973 for (i=0;i<nrows_;i++) in presolve()
1066 for (i=0;i<nrows_;i++) in presolve()
1242 for (i=0;i<nrows_;i++) in postsolve()
1630 nrows_, nrows0-nrows_, in update_model()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/reg/
H A Dbwm_reg_edge_champher.cxx22 nrows_ = 0; in bwm_reg_edge_champher()
37 nrows_ = nrows+2; in bwm_reg_edge_champher()
44 distance_ = vbl_array_2d<unsigned char>(nrows_, ncols_, (unsigned char)-1 ); in bwm_reg_edge_champher()
47 edges_ = vbl_array_2d<vsol_digital_curve_2d_sptr>(nrows_, ncols_, nullptr); in bwm_reg_edge_champher()
50 sample_index_ = vbl_array_2d<unsigned>(nrows_, ncols_, 0); in bwm_reg_edge_champher()
69 for (unsigned r = 1; r<nrows_-2; ++r) in print_distance()
86 for (unsigned r = 1; r<nrows_-2; ++r) in print_full_distance()
117 if (c>ncols_-2||r>nrows_-2) continue; in initialize_arrays()
167 for (col=1;col<nrows_-1;col++) in forward_chamfer()
214 for (col=nrows_-2;col>0;col--) in backward_chamfer()
[all …]
H A Dbwm_reg_edge_champher.h51 if ( (col<ncols_-1) && (row<nrows_-1) ) in distance()
64 if ( (col<ncols_-1) && (row<nrows_-1) ) in image_edge()
75 if ( (col<ncols_-1) && (row<nrows_-1) ) in sample_index()
100 unsigned ncols_,nrows_;
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPresolve.cpp55 nrows_(0), in ClpPresolve()
181 const int nrows0 = nrows_; in postsolve()
394 int nrows = prob->nrows_; in check_sol()
1088 nrows_(si->getNumRows()), in CoinPrePostsolveMatrix()
1215 nrows_ = si->getNumRows() ; in CoinPresolveMatrix()
1271 mrstrt_[nrows_] = nelems_; in CoinPresolveMatrix()
1413 nrows_, nrows0 - nrows_, in update_model()
1458 nrows_ = si->getNumRows() ; in CoinPostsolveMatrix()
1471 int nrows1 = nrows_ ; in CoinPostsolveMatrix()
1593 for (i = 0; i < nrows_; i++) in gutsOfPresolvedModel()
[all …]
H A DClpLsqr.cpp41 int m = nrows_; in do_lsqr()
340 nrows_(0), in ClpLsqr()
353 nrows_ = model->numberRows() + model->numberColumns(); in ClpLsqr()
367 nrows_ = parmValue; in setParam()
377 nrows_(rhs.nrows_), in ClpLsqr()
382 diag1_ = ClpCopyOfArray(rhs.diag1_, nrows_); in ClpLsqr()
390 diag1_ = ClpCopyOfArray(rhs.diag1_, nrows_); in operator =()
391 nrows_ = rhs.nrows_; in operator =()
/dports/science/ALPSCore/ALPSCore-2.2.0/tutorials/hdf5/custom_hdf5/
H A Dmain.cpp25 std::size_t nrows_; member in NaiveMatrix
31 nrows_(nr), in NaiveMatrix()
33 columns_(ncols_,column_type(nrows_)) in NaiveMatrix()
37 std::size_t nrows() const { return nrows_; } in nrows()
69 swap(nrows_, other.nrows_); in swap()
74 ar["nrows"] << nrows_; in save()
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiPresolve.cpp58 , nrows_(0) in OsiPresolve()
106 nrows_ = si.getNumRows(); in presolvedModel()
119 for (i = 0; i < nrows_; i++) in presolvedModel()
160 int nrows = prob.nrows_; in presolvedModel()
208 n = prob.nrows_; in presolvedModel()
420 const int nrows0 = nrows_; in postsolve()
1421 nrows_ = si->getNumRows(); in CoinPresolveMatrix()
1458 mrstrt_[nrows_] = nelems_; in CoinPresolveMatrix()
1639 << nrows_ << "(-" << nrows0 - nrows_ << ") " in update_model()
1688 nrows_ = si->getNumRows(); in CoinPostsolveMatrix()
[all …]
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiPresolve.cpp58 , nrows_(0) in OsiPresolve()
106 nrows_ = si.getNumRows(); in presolvedModel()
119 for (i = 0; i < nrows_; i++) in presolvedModel()
160 int nrows = prob.nrows_; in presolvedModel()
208 n = prob.nrows_; in presolvedModel()
420 const int nrows0 = nrows_; in postsolve()
1421 nrows_ = si->getNumRows(); in CoinPresolveMatrix()
1458 mrstrt_[nrows_] = nelems_; in CoinPresolveMatrix()
1639 << nrows_ << "(-" << nrows0 - nrows_ << ") " in update_model()
1688 nrows_ = si->getNumRows(); in CoinPostsolveMatrix()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPresolve.cpp57 , nrows_(0) in ClpPresolve()
192 const int nrows0 = nrows_; in postsolve()
406 int nrows = prob->nrows_; in check_sol()
1452 int nrows = prob.nrows_; in postsolve()
1630 , nrows_(si->getNumRows()) in CoinPrePostsolveMatrix()
1763 nrows_ = si->getNumRows(); in CoinPresolveMatrix()
1824 mrstrt_[nrows_] = nelems_; in CoinPresolveMatrix()
1979 nrows_, nrows0 - nrows_, in update_model()
2036 int nrows1 = nrows_; in CoinPostsolveMatrix()
2302 n = prob.nrows_; in gutsOfPresolvedModel()
[all …]
H A DClpLsqr.cpp339 : nrows_(0) in ClpLsqr()
353 nrows_ = model->numberRows() + model->numberColumns(); in ClpLsqr()
366 nrows_ = parmValue; in setParam()
376 : nrows_(rhs.nrows_) in ClpLsqr()
381 diag1_ = ClpCopyOfArray(rhs.diag1_, nrows_); in ClpLsqr()
389 diag1_ = ClpCopyOfArray(rhs.diag1_, nrows_); in operator =()
390 nrows_ = rhs.nrows_; in operator =()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/src/
H A DSensIndexPCalculator.cpp24 nrows_(0), in IndexPCalculator()
41 nrows_ = 0; in InitializeImpl()
43 nrows_+=iv->GetComp(i)->Dim(); in InitializeImpl()
81 col_values = new Number[nrows_]; in ComputeP()
89 cols_[col] = new PColumn(nrows_, col_values); in ComputeP()
168 prefix.c_str(), name.c_str(), nrows_, ncols_ ); in PrintImpl()
172 for (Index i=0; i<nrows_; ++i) { in PrintImpl()
183 nrows_(nrows), in PColumn()
H A DSensSchurData.hpp33 SchurData() : initialized_(false), nrows_(0) in SchurData()
59 return nrows_; in GetNRowsAdded()
124 nrows_ = nrows; in Set_NRows()
133 Index nrows_; member in Ipopt::SchurData
/dports/science/plumed/plumed2-2.7.2/src/ves/
H A DCoeffsMatrix.cpp55 nrows_(0), in CoeffsMatrix()
76 nrows_(0), in CoeffsMatrix()
98 nrows_(0), in CoeffsMatrix()
117 nrows_(0), in CoeffsMatrix()
133 nrows_=numberOfCoeffs(); in setupMatrix()
134 ncolumns_=nrows_; in setupMatrix()
136 size_=nrows_; in setupMatrix()
139 size_=(nrows_*nrows_-nrows_)/2+nrows_; in setupMatrix()
202 plumed_dbg_assert(index1<nrows_); in getMatrixIndex()
209 matrix_idx=index2+index1*(nrows_-1)-index1*(index1-1)/2; in getMatrixIndex()
[all …]

12345