Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/factory/
H A DcfModGcd.cc2568 CFArray coeffEval; in nonMonicSparseInterpol() local
2747 coeffEval= evaluate (coeffMonoms[k], evalPoints); in nonMonicSparseInterpol()
2749 coeffEval= evaluate (coeffMonoms[k], evalPoints); in nonMonicSparseInterpol()
2755 for (int ind= 1; ind < coeffEval.size() + 1; ind++) in nonMonicSparseInterpol()
2756 pMat[k] (i + 1, ind)= coeffEval[ind - 1]; in nonMonicSparseInterpol()
2763 for (int ind= 1; ind < coeffEval.size() + 1; ind++) in nonMonicSparseInterpol()
2764 pMat[1] (i + 1, ind)= coeffEval[ind - 1]; in nonMonicSparseInterpol()
2880 coeffEval= evaluate (coeffMonoms[k], evalPoints); in nonMonicSparseInterpol()
2883 for (int ind= 1; ind < coeffEval.size() + 1; ind++) in nonMonicSparseInterpol()
2884 pMat[k] (i + 1, ind)= coeffEval[ind - 1]; in nonMonicSparseInterpol()
[all …]