Searched refs:coeffs (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dpolynomials.tcl20 # coeffs The coefficients of the polynomial
24 proc ::math::polynomials::polynomial {coeffs} {
29 foreach coeff $coeffs {
50 # coeffs The coefficients of the polynomial (or a definition)
54 proc ::math::polynomials::polynCmd {coeffs} {
57 if { [lindex $coeffs 0] == "POLYNOMIAL" } {
58 set coeffs [allCoeffsPolyn $coeffs]
61 set degree [expr {[llength $coeffs]-1}]
62 set body "expr \{[join $coeffs
[all...]
H A Drational_funcs.tcl32 foreach coeffs [list $num $den] {
33 foreach coeff $coeffs {
345 set coeffs [::math::rationalfunctions::coeffsNumerator $f3]
346 puts "Coefficients: $coeffs"
348 set coeffs [::math::rationalfunctions::coeffsNumerator $f3]
349 puts "Coefficients: $coeffs"
353 set coeffs [::math::rationalfunctions::coeffsNumerator $f3]
354 puts "Coefficients: $coeffs"
H A Dinterpolate.tcl615 # coeffs Coefficients resulting from the preparation step
620 proc ::math::interpolate::interp-cubic-splines {coeffs x} {
621 foreach {dcoef ccoef bcoef acoef xcoord} $coeffs {break}
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c133 newpoly(int coeffs) { argument
136 pol->coe = (giant *)newa(coeffs);
H A Dschoofs.c117 newpoly(int coeffs) { argument
120 pol->coe = (giant *)newa(coeffs);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c133 newpoly(int coeffs) { argument
136 pol->coe = (giant *)newa(coeffs);
H A Dschoofs.c117 newpoly(int coeffs) { argument
120 pol->coe = (giant *)newa(coeffs);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmaple.vim223 syn keyword mvLibrary Dirac Normal coeffs galois msolve sin

Completed in 82 milliseconds