Home
last modified time | relevance | path

Searched refs:strucType (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/operator/
H A DOperatorOnKernel.cpp1020 opk.strucType()=opk.strucType(); in ncross_x()
1026 opk.strucType()=opk.strucType(); in ncross_x()
1032 opk.strucType()=opk.strucType(); in ncross_x()
1044 opk.strucType()=opk.strucType(); in ncross_y()
1050 opk.strucType()=opk.strucType(); in ncross_y()
1056 opk.strucType()=opk.strucType(); in ncross_y()
1068 opk.strucType()=opk.strucType(); in ncrossncross_x()
1080 opk.strucType()=opk.strucType(); in ncrossncross_y()
1092 opk.strucType()=opk.strucType(); in ndotgrad_x()
1111 opk.strucType()=opk.strucType(); in ndotgrad_y()
[all …]
H A DOperatorOnFunction.cpp38 struct_=fun_p->strucType(); in OperatorOnFunction()
99 struct_ = fun_p->strucType(); in initStrucType()
249 if(f.strucType()==_scalar || f.strucType()==_matrix) in ntimes()
257 if(f.strucType()==_scalar || f.strucType()==_matrix) in timesn()
265 if(f.strucType()==_scalar || f.strucType()==_matrix) in ncrossntimes()
273 if(f.strucType()==_scalar || f.strucType()==_matrix) in timesncrossn()
349 if(opf.difOpType()==_id && (opf.strucType()==_scalar || opf.strucType()==_matrix)) in ntimes()
361 if(opf.difOpType()==_id && (opf.strucType()==_scalar || opf.strucType()==_matrix)) in timesn()
401 if(opf.difOpType()==_id && (opf.strucType()==_scalar || opf.strucType()==_matrix)) in ncrossntimes()
413 if(opf.difOpType()==_id && (opf.strucType()==_scalar || opf.strucType()==_matrix)) in timesncrossn()
[all …]
H A DOperand.cpp285 StrucType Operand::strucType() const in strucType() function in xlifepp::Operand
287 if(opfun_p != 0) return opfun_p->strucType(); in strucType()
288 if(opker_p != 0) return opker_p->strucType(); in strucType()
289 return val_p->strucType(); in strucType()
358 … = "(" + words("value", val_p->valueType()) + "," + words("structure", val_p->strucType()) + ")"; } in print()
374 …os<< words("value", val_p->valueType())<< " " <<words("structure", val_p->strucType())<<" " << wor… in printsymbolic()
393 s+= words("value", val_p->valueType())+ " " +words("structure", val_p->strucType()); in asString()
H A DOperatorOnFunction.hpp86 …StrucType& strucType() {return struct_;} //!< return the operator returned struc… in strucType() function in xlifepp::OperatorOnFunction
87 …StrucType strucType() const {return struct_;} //!< return the operator returned struc… in strucType() function in xlifepp::OperatorOnFunction
233 if(fun_p->strucType()==_scalar) //scalar function in eval()
249 else if(fun_p->strucType()==_matrix) //matrix function in eval()
280 if(fun_p->strucType()==_scalar) //scalar function in eval()
296 else if(fun_p->strucType()==_matrix) //matrix function in eval()
376 if(fun_p->strucType()==_vector) in eval()
447 if(xlifepp::strucType(valf)==_matrix && transpose_) valf=tran(valf); in eval()
H A DOperatorOnUnknown.cpp1369 if(opu.strucType() == _scalar && opv.strucType() == _scalar) { return true; } in checkConsistancy()
1373 if(opu.strucType() == _scalar && opv.strucType() == _scalar) { return true; } in checkConsistancy()
1376 if(opu.strucType() == _vector && opv.strucType() == _vector) { return true; } in checkConsistancy()
1379 if(opu.strucType() == _matrix && opv.strucType() == _matrix) { return true; } in checkConsistancy()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/form/
H A DLinearForm.hpp88 virtual StrucType strucType() const = 0; //!< return the struct type of the linear form
137 virtual StrucType strucType() const //! return the structure type of the linear form in strucType() function in xlifepp::IntgLinearForm
138 {return opu_p->strucType();} in strucType()
180 virtual StrucType strucType() const //! return the structure type of the linear form in strucType() function in xlifepp::DoubleIntgLinearForm
181 {return opu_p->strucType();} in strucType()
234 StrucType strucType() const; //!< return the structure type of the linear form
314 …StrucType strucType() const; //!< return the structure type of the linear…
H A DBilinearForm.cpp263 if(ou.strucType() == _scalar && ov.strucType() == _scalar) return _symmetric; in symType()
266 …if(ou.strucType() == _vector && ov.strucType() == _vector && algop() == _innerProduct) return _sym… in symType()
267 …if(ou.strucType() == _matrix && ov.strucType() == _matrix && algop() == _contractedProduct) return… in symType()
379 OperatorOnKernel opk = OperatorOnKernel(&ker, _id, _id, ker.valueType(), ker.strucType()); in DoubleIntgBilinearForm()
458 OperatorOnKernel opk = OperatorOnKernel(&ker, _id, _id, ker.valueType(), ker.strucType()); in DoubleIntgBilinearForm()
532 OperatorOnKernel opk = OperatorOnKernel(&ker, _id, _id, ker.valueType(), ker.strucType()); in DoubleIntgBilinearForm()
632 if(opu.strucType() == _scalar && opv.strucType() == _scalar) return _symmetric; in symType()
H A DLinearForm.cpp321 StrucType SuLinearForm::strucType() const in strucType() function in xlifepp::SuLinearForm
323 if(lfs_.size()>0) return lfs_[0].first->strucType(); in strucType()
703 StrucType LinearForm::strucType() const in strucType() function in xlifepp::LinearForm
705 if(!isEmpty()) return first().strucType(); in strucType()
784 if(opv->strucType()==_matrix) in intg()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DTensorKernel.cpp77 StrucType TensorKernel::strucType() const in strucType() function in xlifepp::TensorKernel
79 if(phi_p->strucType()==_vector || psi_p->strucType()==_vector) return _matrix; in strucType()
H A DSuTermVector.cpp430 if(X1.strucType() == _scalar && X2.strucType() ==_scalar) //scalar case in SuTermVector()
559 if(X1.strucType() != _scalar) in SuTermVector()
564 if(X2.strucType() != _scalar) in SuTermVector()
569 if(X3.strucType() != _scalar) in SuTermVector()
678 if(X1.strucType()!=_scalar || X2.strucType()!=_scalar) in SuTermVector()
835 if(opf.strucType()==_matrix) in initFromFunction()
879 StrucType st = opf.strucType(); in initFromFunction()
1381 StrucType st=strucType(); in setValue()
1494 StrucType st=strucType(); in setValue()
1594 StrucType st=strucType(); in setValue()
[all …]
H A DBilinearFormAsLinearForm.hpp84 virtual StrucType strucType() const //! return the structure type of the linear form in strucType() function in xlifepp::BilinearFormAsLinearForm
85 {if(asUnknown_) return blf_->vp().strucType(); else return blf_->up().strucType();} in strucType()
H A DSpectralBasisInt.cpp59 returnedStruct_= sut->strucType(); in SpectralBasisInt()
H A DKernelOperatorOnTermVector.cpp136 opv.updateReturnedType(aopk, opk.valueType(), opk.strucType(), opk.dims(), true); in toOperatorOnUnknown()
141 opv.updateReturnedType(aopk, opk.valueType(), opk.strucType(), opk.dims(), false); in toOperatorOnUnknown()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DConstruction_Mode.lua62 local strucType = {}
502 table.insert(strucType, pType)
567 if strucType[i] == "Respawner" then
574 table.remove(strucType,i)
707 if strucType[sID] == "Healing Station" then
731 elseif strucType[sID] == "Bio-Filter" then
895 if strucType[pID] == "Healing Station" or
896 strucType[pID] == "Reflector Shield" or
897 strucType[pID] == "Weapon Filter" or
898 strucType[pID] == "Bio-Filter"
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DConstruction_Mode.lua62 local strucType = {}
502 table.insert(strucType, pType)
567 if strucType[i] == "Respawner" then
574 table.remove(strucType,i)
707 if strucType[sID] == "Healing Station" then
731 elseif strucType[sID] == "Bio-Filter" then
895 if strucType[pID] == "Healing Station" or
896 strucType[pID] == "Reflector Shield" or
897 strucType[pID] == "Weapon Filter" or
898 strucType[pID] == "Bio-Filter"
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DValue.hpp107 …StrucType strucType() const {return struct_;} //!< return the structure type (scalar, vector, ma… in strucType() function in xlifepp::Value
384 inline StrucType strucType(const real_t& x){return _scalar;} in strucType() function
385 inline StrucType strucType(const complex_t& x){return _scalar;} in strucType() function
386 template<typename T> inline StrucType strucType(const std::vector<T>& x){return _vector;} in strucType() function
H A DVectorEntry.hpp147 StrucType strucType() const //! return strucType (const) in strucType() function in xlifepp::VectorEntry
149 StrucType& strucType() //! return strucType (non const) in strucType() function in xlifepp::VectorEntry
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DSpSpace.cpp96 StrucType SpSpace::strucType() const // return structure type of basis func… in strucType() function in xlifepp::SpSpace
98 if(spectralBasis_!=0) return spectralBasis_->strucType(); in strucType()
H A DSubSpace.cpp267 StrucType SubSpace::strucType() const // return structure type of basis function (scalar or vect… in strucType() function in xlifepp::SubSpace
269 return parent_p->strucType(); in strucType()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_SpectralBasis.cpp88 out<<" structure type : "<<words("structure",cos.strucType())<<eol; in unit_SpectralBasis()
118 out<<" structure type : "<<words("structure",sb_int.strucType())<<eol; in unit_SpectralBasis()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DLargeMatrix.hpp619 …: valueType_(mat.valueType_), strucType(mat.strucType), nbRows(mat.nbRows), nbCols(mat.nbCols), sy… in LargeMatrix()
657 strucType=mat.strucType; in operator =()
738 strucType=mat.strucType; in operator =()
894 strucType = sp.second; in setType()
1478 if(strucType != mat.strucType) error("largematrix_mismatch_structure"); in assign()
1925 if(strucType != mat.strucType) error("largematrix_mismatch_structure"); in add()
2419 if(strucType == _scalar) in encodeFileName()
3835 mR.strucType=_scalar; in multMatrixMatrix()
3893 mR.strucType=_scalar; in multMatrixMatrix()
3937 mR.strucType=_scalar; in multMatrixMatrix()
[all …]
H A DMatrixEntry.hpp69 StrucType strucType() const //! return strucType (const) in strucType() function in xlifepp::MatrixEntry
71 StrucType& strucType() //! return strucType (non const) in strucType() function in xlifepp::MatrixEntry
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/essentialConditions/
H A DEssentialCondition.cpp128 StrucType st=it->first->strucType(); in consistency()
161 if(it->first->strucType()!=st) //check structure consistency of terms in consistency()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/tikz/
H A DlargeMatrix.tikz3 \umlclass[template=T]{LargeMatrix}{ValueType valueType \\ StrucType strucType \\ Number nbRows \\ N…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DOperatorOnKernel.tex79 StrucType& strucType();
80 StrucType strucType() const;

123