Function: math-known-matrixp

math-known-matrixp is an autoloaded and byte-compiled function defined in calc-arith.el.gz.

Signature

(math-known-matrixp A)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defun math-known-matrixp (a)
  (and (not (Math-scalarp a))
       (not (math-known-scalarp a t))))