emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-mtx.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-mtx.el
Date: Thu, 20 Dec 2001 13:49:42 -0500

Index: emacs/lisp/calc/calc-mtx.el
diff -c emacs/lisp/calc/calc-mtx.el:1.3 emacs/lisp/calc/calc-mtx.el:1.4
*** emacs/lisp/calc/calc-mtx.el:1.3     Mon Nov 19 02:37:12 2001
--- emacs/lisp/calc/calc-mtx.el Thu Dec 20 13:49:42 2001
***************
*** 219,225 ****
        (math-det-step (1- n) (math-mul prod (nth n (nth n lu))))
      prod))
  
! ;;; This returns a list (LU index d), or NIL if not possible.
  ;;; Argument M must be a square matrix.
  (defvar math-lud-cache nil)
  (defun math-matrix-lud (m)
--- 219,225 ----
        (math-det-step (1- n) (math-mul prod (nth n (nth n lu))))
      prod))
  
! ;;; This returns a list (LU index d), or nil if not possible.
  ;;; Argument M must be a square matrix.
  (defvar math-lud-cache nil)
  (defun math-matrix-lud (m)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]