close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1213


Ignore:
Timestamp:
2015-06-11T11:50:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1209 r1213  
    124124  (make-poly-from-termlist (scalar-times-termlist ring c (poly-termlist p)) (poly-sugar p)))
    125125
    126 ;; The scalar product omitting the head term
    127126(defun scalar-times-poly-1 (ring c p)
     127  "The scalar product of scalar C by a polynomial P, omitting the head term. The sugar of the
     128original polynomial becomes the sugar of the result."
    128129  (declare (type ring ring) (poly p))
    129130  (make-poly-from-termlist (scalar-times-termlist ring c (cdr (poly-termlist p))) (poly-sugar p)))
Note: See TracChangeset for help on using the changeset viewer.