Retrieve the matrix of a function introduced via defun-sk, in untranslated form.
(defun-sk-imatrix fn wrld) → imatrix
The
Use defun-sk-matrix to retrieve the matrix in translated form.
Function:
(defun defun-sk-imatrix (fn wrld) (declare (xargs :guard (and (plist-worldp wrld) (defun-sk-namep fn wrld)))) (let ((__function__ 'defun-sk-imatrix)) (declare (ignorable __function__)) (third (defun-sk-body fn wrld))))