Home
last modified time | relevance | path

Searched refs:pdecomp (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/
H A Dlazperf_tests.cpp446 las_decompressor::ptr pdecomp = build_las_decompressor(s.inCb(), 0); in TEST() local
464 pdecomp->decompress((char*)&pout); in TEST()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dgalfact.spad759 -- using the overall bound technique. If pdecomp is true then look
761 henselfact(f : UP, pdecomp : Boolean, d : Set N) : List UP ==
766 if pdecomp and tryfunctionaldecomposition then
782 henselfact1(f : UP, pdecomp : Boolean) : List UP ==
783 henselfact(f, pdecomp, fullSet(degree(f)))
894 -- and with positive leading coefficient. If pdecomp is true then
896 btwFactor(f : UP, d : Set N, r : N, pdecomp : Boolean) : List UP ==
914 if pdecomp and tryfunctionaldecomposition then
/dports/math/maxima/maxima-5.43.2/src/
H A Dcombin.lisp1489 (t (setq p (pdecomp p *var*))
1530 (t (setq p (pdecomp p *var*))
1580 (defun pdecomp (p *var*) function
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DGALFACT.lsp555 ((|f| UP) (|pdecomp| |Boolean|) (|d| |Set| (|NonNegativeInteger|))
577 (|pdecomp|
1063 (|pdecomp| |Boolean|) ($ . #1=(|List| UP)))
1114 (|pdecomp|
/dports/math/fricas/fricas-1.3.7/
H A DChangeLog2523 * src/algebra/pdecomp.spad: Remove