Searched defs:sulf (Results 1 – 6 of 6) sorted by relevance
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/ |
H A D | otherComputation.cpp | 153 const SuLinearForm& sulf = it->second; in integralRepresentation() local 195 const SuLinearForm& sulf = it->second; in integralRepresentation() local
|
H A D | otherComputation.hpp | 77 const SuLinearForm& sulf = it->second; in integralRepresentation() local 104 const SuLinearForm& sulf = it->second; in integralRepresentation() local
|
H A D | FEVectorComputation.hpp | 168 void SuTermVector::computeFE(const SuLinearForm& sulf, Vector<T>& v, K& vt) in computeFE() 351 void SuTermVector::computeIR(const SuLinearForm& sulf, Vector<T>& res, K& vt, in computeIR()
|
H A D | IEMatrixComputation.hpp | 927 void SuTermMatrix::computeIR(const SuLinearForm& sulf, T* mat, K& vt, const std::vector<Point>& xs,… in computeIR()
|
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/ |
H A D | SuTermVector.cpp | 40 SuTermVector::SuTermVector(SuLinearForm* sulf, const string_t& na, bool noass) in SuTermVector()
|
H A D | TermMatrixExt.cpp | 2556 const SuLinearForm& sulf = it->second; in integralRepresentation() local
|