| matrix-implementation-base |
|---|
| matrix-ge | A full matrix (rows x cols) with unspecified matrix element types. |
|---|---|
| matrix-implementation-blas | |
| matrix-lisp-ddi | |
| matrix-lisp-dge | A full matrix (rows x cols) with double float elements. Executes in lisp only. |
| matrix-lisp-dgt | |
| matrix-lisp-zge | A full matrix (rows x cols) with complex double float elements. Executes in lisp only. |
| matrix-sparse | A sparse matrix |
| implementation-class-name | Initform:'matrix-implementation-base; Reader:implementation-class-name; Allocation:class. |
|---|---|
| implementation-spec | Initform:base; Reader:implementation-spec; Allocation:class. |