Home
last modified time | relevance | path

Searched refs:nterms_ (Results 1 – 21 of 21) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_real_npolynomial.cxx32 , nterms_(p.rows()) in vnl_real_npolynomial()
50 while (nterms_ > 0 && coeffs_(nterms_-1)==0) --nterms_; in simplify()
60 this->set(coeffs_.extract(nterms_), polyn_.extract(nterms_,nvar_)); in simplify()
125 nterms_ = p.rows(); in set()
168 vnl_vector<double> coef(nterms_+P.nterms_); in operator +()
172 vnl_matrix<unsigned int> poly(nterms_+P.nterms_,nvar_); in operator +()
188 coef(nterms_) = P; in operator +()
204 vnl_vector<double> coef(nterms_+P.nterms_); in operator -()
208 vnl_matrix<unsigned int> poly(nterms_+P.nterms_,nvar_); in operator -()
223 vnl_vector<double> coef(nterms_*P.nterms_); in operator *()
[all …]
H A Dvnl_real_npolynomial.h65 unsigned int nterms_; variable
74 …vnl_real_npolynomial() : coeffs_(), polyn_(), nvar_(0), nterms_(0), ideg_(0) {} // don't use this:… in vnl_real_npolynomial()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_real_npolynomial.cxx35 , nterms_{p.rows()}
58 while (nterms_ > 0 && coeffs_(nterms_ - 1) == 0) in simplify()
59 --nterms_; in simplify()
70 this->set(coeffs_.extract(nterms_), polyn_.extract(nterms_, nvar_)); in simplify()
197 vnl_vector<double> coef(nterms_ + P.nterms_); in operator +()
204 vnl_matrix<unsigned int> poly(nterms_ + P.nterms_, nvar_); in operator +()
221 coef(nterms_) = P; in operator +()
238 vnl_vector<double> coef(nterms_ + P.nterms_); in operator -()
245 vnl_matrix<unsigned int> poly(nterms_ + P.nterms_, nvar_); in operator -()
260 vnl_vector<double> coef(nterms_ * P.nterms_); in operator *()
[all …]
H A Dvnl_real_npolynomial.h65 unsigned int nterms_{0};
/dports/math/mfem/mfem-4.3/miniapps/shifted/
H A Dsbm_solver.hpp80 int nterms_ = 0) in SBM2DirichletIntegrator() argument
84 nterms(nterms_), in SBM2DirichletIntegrator()
137 int nterms_ = 0) in SBM2DirichletLFIntegrator() argument
141 nterms(nterms_), in SBM2DirichletLFIntegrator()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/
H A DIpSumSymMatrix.hpp113 nterms_(nterms) in SumSymMatrixSpace()
126 return nterms_; in NTerms()
146 Index nterms_; member in Ipopt::SumSymMatrixSpace
H A DIpSumMatrix.hpp114 nterms_(nterms) in SumMatrixSpace()
125 return nterms_; in NTerms()
161 const Index nterms_; member in Ipopt::SumMatrixSpace
H A DIpSumSymMatrix.cpp145 DBG_ASSERT(nterms_ == (Index)term_spaces_.size()); in MakeNewSumSymMatrix()
H A DIpSumMatrix.cpp165 DBG_ASSERT(nterms_ == (Index)term_spaces_.size()); in MakeNewSumMatrix()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpSumSymMatrix.hpp109 nterms_(nterms) in SumSymMatrixSpace()
122 return nterms_; in NTerms()
142 Index nterms_; member in SimTKIpopt::SumSymMatrixSpace
H A DIpSumMatrix.hpp110 nterms_(nterms) in SumMatrixSpace()
121 return nterms_; in NTerms()
157 const Index nterms_; member in SimTKIpopt::SumMatrixSpace
H A DIpSumSymMatrix.cpp137 DBG_ASSERT(nterms_ == (Index)term_spaces_.size()); in MakeNewSumSymMatrix()
H A DIpSumMatrix.cpp157 DBG_ASSERT(nterms_ == (Index)term_spaces_.size()); in MakeNewSumMatrix()
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGeoid.hpp95 static const unsigned nterms_ = ((3 + 1) * (3 + 2))/2; // for a cubic fit member in GeographicLib::Geoid
99 static const int c3_[stencilsize_ * nterms_];
100 static const int c3n_[stencilsize_ * nterms_];
101 static const int c3s_[stencilsize_ * nterms_];
121 mutable real _t[nterms_];
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpSumSymMatrix.hpp142 nterms_(nterms) in SumSymMatrixSpace()
155 return nterms_; in NTerms()
180 Index nterms_; member in Ipopt::SumSymMatrixSpace
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DGeoid.cpp102 const int Geoid::c3_[stencilsize_ * nterms_] = {
152 const int Geoid::c3n_[stencilsize_ * nterms_] = {
186 const int Geoid::c3s_[stencilsize_ * nterms_] = {
324 real t[nterms_]; in height()
350 for (unsigned i = 0; i < nterms_; ++i) { in height()
353 t[i] += v[j] * c3x[nterms_ * j + i]; in height()
364 copy(_t, _t + nterms_, t); in height()
389 copy(t, t + nterms_, _t); in height()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dform.vim64 syn keyword formStatement mod_ nargs_ nterms_ pattern_ poly_
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dform.vim64 syn keyword formStatement mod_ nargs_ nterms_ pattern_ poly_
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_rnpoly_solve.cxx736 terms[i] = ps_[i]->nterms_; in Read_Input()
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_rnpoly_solve.cxx851 terms[i] = ps_[i]->nterms_; in Read_Input()
/dports/math/form/form-4.2.1/doc/manual/
H A Dfunctions.tex770 %--#[ nterms_ :
777 %--#] nterms_ :