Home
last modified time | relevance | path

Searched refs:match_same_type (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Didx.h60 bool match_same_type(const basic & other) const override;
132 bool match_same_type(const basic & other) const override;
184 bool match_same_type(const basic & other) const override;
H A Didx.cpp282 bool idx::match_same_type(const basic & other) const in match_same_type() function in GiNaC::idx
306 bool varidx::match_same_type(const basic & other) const in match_same_type() function in GiNaC::varidx
314 return inherited::match_same_type(other); in match_same_type()
333 bool spinidx::match_same_type(const basic & other) const in match_same_type() function in GiNaC::spinidx
340 return inherited::match_same_type(other); in match_same_type()
H A Dfderivative.cpp228 bool fderivative::match_same_type(const basic & other) const in match_same_type() function in GiNaC::fderivative
233 return parameter_set == o.parameter_set && inherited::match_same_type(other); in match_same_type()
H A Dfderivative.h72 bool match_same_type(const basic & other) const override;
H A Drelational.h70 bool match_same_type(const basic & other) const override;
H A Dcolor.h57 bool match_same_type(const basic & other) const override;
H A Dmatrix.h70 bool match_same_type(const basic & other) const override;
H A Dbasic.cpp565 if (!match_same_type(ex_to<basic>(pattern))) in match()
744 bool basic::match_same_type(const basic & other) const in match_same_type() function in GiNaC::basic
H A Dclifford.h59 bool match_same_type(const basic & other) const override;
H A Dstructure.h156 bool match_same_type(const basic & other) const override { return true; } in match_same_type() function
H A Dbasic.h170 virtual bool match_same_type(const basic & other) const;
H A Drelational.cpp230 bool relational::match_same_type(const basic & other) const in match_same_type() function in GiNaC::relational
H A Dfunction.hppy247 bool match_same_type(const basic & other) const override;
H A Dcolor.cpp143 bool color::match_same_type(const basic & other) const in match_same_type() function in GiNaC::color
H A Dfunction.cppy671 bool function::match_same_type(const basic & other) const
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dfderivative.cpp233 bool fderivative::match_same_type(const basic & other) const in match_same_type() function in GiNaC::fderivative
238 return parameter_set == o.parameter_set && inherited::match_same_type(other); in match_same_type()
H A Dfderivative.h82 bool match_same_type(const basic & other) const override;
H A Drelational.h76 bool match_same_type(const basic & other) const override;
H A Dbasic.cpp565 if (!match_same_type(ex_to<basic>(pattern))) in match()
735 bool basic::match_same_type(const basic & /*unused*/) const in match_same_type() function in GiNaC::basic
H A Dmatrix.h130 bool match_same_type(const basic & other) const override; in default()
H A Dbasic.h212 virtual bool match_same_type(const basic & other) const;
H A Drelational.cpp289 bool relational::match_same_type(const basic & other) const
H A Dfunction.h395 bool match_same_type(const basic & other) const override;
H A Dmatrix.cpp307 bool matrix::match_same_type(const basic & other) const
H A Dfunction.cpp1389 bool function::match_same_type(const basic & other) const in match_same_type() function in GiNaC::function

12