Class Matrix-Element-Base

Part of:

package lisplab, class matrix-sparse, class matrix-ge, class matrix-element-number, class function-matrix

Direct Subclass

function-matrixMatrix without a store.
matrix-element-number
matrix-geA full matrix (rows x cols) with unspecified matrix element types.
matrix-sparseA sparse matrix

Slot

element-typeInitform:t; Reader:element-type; Allocation:class.
element-type-class-nameInitform:'matrix-element-base; Reader:element-type-class-name; Allocation:class.
element-type-specInitform:any; Reader:element-type-spec; Allocation:class.