/[emacs]/emacs/lisp/calc/calc-mtx.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-mtx.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by jpb, Fri Nov 26 22:36:10 2004 UTC revision 1.9 by jpb, Tue Nov 30 17:19:02 2004 UTC
# Line 26  Line 26 
26    
27  ;;; Code:  ;;; Code:
28    
   
29  ;; This file is autoloaded from calc-ext.el.  ;; This file is autoloaded from calc-ext.el.
 (require 'calc-ext)  
30    
31    (require 'calc-ext)
32  (require 'calc-macs)  (require 'calc-macs)
33    
 (defun calc-Need-calc-mat () nil)  
   
   
34  (defun calc-mdet (arg)  (defun calc-mdet (arg)
35    (interactive "P")    (interactive "P")
36    (calc-slow-wrapper    (calc-slow-wrapper
# Line 368  Line 364 
364            (math-reject-arg m "*Singular matrix"))            (math-reject-arg m "*Singular matrix"))
365      (math-reject-arg m 'square-matrixp)))      (math-reject-arg m 'square-matrixp)))
366    
367    (provide 'calc-mtx)
368    
369  ;;; arch-tag: fc0947b1-90e1-4a23-8950-d8ead9c3a306  ;;; arch-tag: fc0947b1-90e1-4a23-8950-d8ead9c3a306
370  ;;; calc-mtx.el ends here  ;;; calc-mtx.el ends here

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26