Home
last modified time | relevance | path

Searched defs:ncmul (Results 1 – 2 of 2) sorted by relevance

/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dncmul.cpp50 ncmul::ncmul() in ncmul() function in GiNaC::ncmul
60 ncmul::ncmul(const ex & lh, const ex & rh) : inherited{lh,rh} in ncmul() function in GiNaC::ncmul
64 ncmul::ncmul(const ex & f1, const ex & f2, const ex & f3) : inherited{f1,f2,f3} in ncmul() function in GiNaC::ncmul
68 ncmul::ncmul(const ex & f1, const ex & f2, const ex & f3, in ncmul() function in GiNaC::ncmul
73 ncmul::ncmul(const ex & f1, const ex & f2, const ex & f3, in ncmul() function in GiNaC::ncmul
78 ncmul::ncmul(const ex & f1, const ex & f2, const ex & f3, in ncmul() function in GiNaC::ncmul
83 ncmul::ncmul(const exvector & v) : inherited(v) in ncmul() function in GiNaC::ncmul
87 ncmul::ncmul(exvector && v) : inherited(std::move(v)) in ncmul() function in GiNaC::ncmul
/dports/math/maxima/maxima-5.43.2/src/
H A Dmopers.lisp87 (defmacro ncmul (&rest factors) macro