Home
last modified time | relevance | path

Searched refs:coefficientField (Results 1 – 6 of 6) sorted by relevance

/dports/math/gfan/gfan0.6.2/src/
H A Dfield_rationalfunctions.h17 Field coefficientField; variable
37 FieldRationalFunctions(Field const &coefficientField, string const &parameterName);
H A Dfield_rationalfunctions.cpp276 return this->coefficientField.getCharacteristic(); in getCharacteristic()
281 coefficientField(f_), in FieldRationalFunctionsImplementation()
293 s<< coefficientField.toString() << "(" << parameterName << ")"; in toString()
349 FieldRationalFunctions::FieldRationalFunctions(Field const &coefficientField, string const &paramet… in FieldRationalFunctions() argument
350 Field(new FieldRationalFunctionsImplementation(coefficientField,parameterName)) in FieldRationalFunctions()
H A Dfield_rationalfunctions2.cpp641 …FieldRationalFunctions2Implementation const *coefficientField=dynamic_cast<FieldRationalFunctions2… in makeVariablesParameters() local
643 …FieldRationalFunctions2Implementation const *coefficientField=dynamic_cast<FieldRationalFunctions2… in makeVariablesParameters() local
646 PolynomialRing coefRing=coefficientField->getPolynomialRing(); in makeVariablesParameters()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dfield_rationalfunctions.h17 Field coefficientField; variable
37 FieldRationalFunctions(Field const &coefficientField, string const &parameterName);
H A Dfield_rationalfunctions.cpp276 return this->coefficientField.getCharacteristic(); in getCharacteristic()
281 coefficientField(f_), in FieldRationalFunctionsImplementation()
293 s<< coefficientField.toString() << "(" << parameterName << ")"; in toString()
349 FieldRationalFunctions::FieldRationalFunctions(Field const &coefficientField, string const &paramet… in FieldRationalFunctions() argument
350 Field(new FieldRationalFunctionsImplementation(coefficientField,parameterName)) in FieldRationalFunctions()
H A Dfield_rationalfunctions2.cpp641 …FieldRationalFunctions2Implementation const *coefficientField=dynamic_cast<FieldRationalFunctions2… in makeVariablesParameters() local
643 …FieldRationalFunctions2Implementation const *coefficientField=dynamic_cast<FieldRationalFunctions2… in makeVariablesParameters() local
646 PolynomialRing coefRing=coefficientField->getPolynomialRing(); in makeVariablesParameters()