The clem Reference Manual

This is the clem Reference Manual, version 0.4.8, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:57:38 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 clem

Author

Cyrus Harmon <>

License

BSD

Version

0.4.8

Source

clem.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 clem/src

Source

clem.asd.

Parent Component

clem (system).

Child Components

3.2 clem/src/typed-ops

Dependencies
Source

clem.asd.

Parent Component

src (module).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 clem/clem.asd

Source

clem.asd.

Parent Component

clem (system).

ASDF Systems

clem.


4.1.2 clem/src/defpackage.lisp

Source

clem.asd.

Parent Component

src (module).

Packages

4.1.3 clem/src/utilities.lisp

Dependency

defpackage.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Internals

4.1.4 clem/src/metaclasses.lisp

Dependency

defpackage.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.5 clem/src/early-matrix.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.6 clem/src/mref.lisp

Dependency

early-matrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.7 clem/src/macros.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Internals

4.1.8 clem/src/matrix-classes.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.9 clem/src/matrix.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.10 clem/src/print.lisp

Dependency

matrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.11 clem/src/typed-matrix.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.12 clem/src/mloop.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface

mloop (macro).

Internals

4.1.13 clem/src/defmatrix.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Internals

4.1.14 clem/src/defmatrix-types.lisp

Dependency

defmatrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.15 clem/src/scalar.lisp

Dependency

matrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.16 clem/src/typed-matrix-utils.lisp

Dependency

typed-matrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.17 clem/src/vector.lisp

Dependency

matrix.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.18 clem/src/matrixops.lisp

Dependency

typed-matrix-utils.lisp (file).

Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.19 clem/src/interpolation.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Internals

4.1.20 clem/src/transform.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.21 clem/src/extrema.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.22 clem/src/add.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.23 clem/src/subtr.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.24 clem/src/scale.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface

mat-scale (method).

Internals

4.1.25 clem/src/move.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.26 clem/src/sum.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.27 clem/src/arithmetic.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
  • m* (method).
  • m+ (method).
  • m- (method).
  • m.* (method).

4.1.28 clem/src/log.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.29 clem/src/logical-operations.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.30 clem/src/abs.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.31 clem/src/normalize.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface

4.1.32 clem/src/statistics.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Internals

4.1.33 clem/src/exponential.lisp

Dependencies
Source

clem.asd.

Parent Component

src (module).

Public Interface
Internals

def-matrix-square (macro).


4.1.34 clem/src/typed-ops/defmatrix-equal.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Public Interface
Internals

4.1.35 clem/src/typed-ops/defmatrix-hprod.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Public Interface
Internals

4.1.36 clem/src/typed-ops/defmatrix-mult.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Public Interface
Internals

4.1.37 clem/src/typed-ops/defmatrix-mult-block.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Internals

4.1.38 clem/src/typed-ops/defmatrix-transform.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Internals

4.1.39 clem/src/typed-ops/defmatrix-scale.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Internals

4.1.40 clem/src/typed-ops/defmatrix-subset-matrix.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Public Interface

subset-matrix (method).

Internals

def-matrix-subset-matrix (macro).


4.1.41 clem/src/typed-ops/defmatrix-convolve.lisp

Source

clem.asd.

Parent Component

typed-ops (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 clem-user

Source

defpackage.lisp.

Use List
  • clem.
  • common-lisp.

5.2 clem

Source

defpackage.lisp.

Use List
  • asdf/interface.
  • common-lisp.
  • sb-mop.
Used By List

clem-user.

Public Interface
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Macros

Macro: defmatrixclass (type direct-superclasses &key element-type accumulator-type initial-element minval maxval val-format)
Package

clem.

Source

matrix-classes.lisp.

Macro: mloop ((mspecs m n i j) &body body)
Package

clem.

Source

mloop.lisp.


6.1.2 Ordinary functions

Function: compute-bounds (x1 y1 x2 y2 xfrm)

takes a region bound by x1 and x2 on the x-axis and y1 and y2 on the y-axis and returns the coordinates of the bounding rectangle after applying the affine transform xfrm

Package

clem.

Source

transform.lisp.

Function: copy-affine-transformation-7-parameters (src)
Package

clem.

Source

transform.lisp.

Function: decf-transformation-parameters (src delta)
Package

clem.

Source

transform.lisp.

Function: gaussian-blur (m &key k sigma truncate)
Package

clem.

Source

matrixops.lisp.

Function: gaussian-kernel (k sigma)
Package

clem.

Source

matrixops.lisp.

Function: get-affine-transformation-7-parameters-properties (transvec)
Package

clem.

Source

transform.lisp.

Function: gradmag (m &key truncate)
Package

clem.

Source

matrixops.lisp.

Function: laplacian (m &key matrix-class truncate)
Package

clem.

Source

matrixops.lisp.

Function: make-affine-transformation (&key x-shift y-shift x-scale y-scale x-shear y-shear theta)
Package

clem.

Source

transform.lisp.

Function: make-affine-transformation-matrix-from-7-parameters (transvec)
Package

clem.

Source

transform.lisp.

Function: matrix-means (&rest matrices)
Package

clem.

Source

matrixops.lisp.

Function: matrix-medians (matrices)
Package

clem.

Source

matrixops.lisp.

Function: move-affine-transformation-7-parameters (src dest)
Package

clem.

Source

transform.lisp.

Function: sample-variance-window (a &key k truncate)
Package

clem.

Source

matrixops.lisp.

Function: transform-coord (x y xfrm)

applies the affine transformation xfrm to the point {x,y} and returns the position of the point after applying the transformation

Package

clem.

Source

transform.lisp.

Function: transformation-parameter (xfrm i)
Package

clem.

Source

transform.lisp.

Function: (setf transformation-parameter) (xfrm i)
Package

clem.

Source

transform.lisp.

Function: variance-window (a &key k)
Package

clem.

Source

matrixops.lisp.

Function: x-derivative (m &key matrix-class truncate)
Package

clem.

Source

matrixops.lisp.

Function: y-derivative (m &key matrix-class truncate)
Package

clem.

Source

matrixops.lisp.


6.1.3 Generic functions

Generic Function: affine-transform (mat xfrm &key u v x y interpolation background matrix-class)
Package

clem.

Source

transform.lisp.

Methods
Method: affine-transform ((mat matrix) (xfrm affine-transformation) &key u v x y interpolation background matrix-class)
Generic Function: array->bit-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->bit-matrix ((a array))
Generic Function: array->complex-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->complex-matrix ((a array))
Generic Function: array->double-float-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->double-float-matrix ((a array))
Generic Function: array->fixnum-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->fixnum-matrix ((a array))
Generic Function: array->integer-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->integer-matrix ((a array))
Generic Function: array->matrix (a &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: array->matrix ((a array) &key matrix-class)
Generic Function: array->real-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->real-matrix ((a array))
Generic Function: array->sb16-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->sb16-matrix ((a array))
Generic Function: array->sb32-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->sb32-matrix ((a array))
Generic Function: array->sb8-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->sb8-matrix ((a array))
Generic Function: array->single-float-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->single-float-matrix ((a array))
Generic Function: array->t-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->t-matrix ((a array))
Generic Function: array->ub16-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->ub16-matrix ((a array))
Generic Function: array->ub32-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->ub32-matrix ((a array))
Generic Function: array->ub8-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->ub8-matrix ((a array))
Generic Function: binary-threshold (u tval)
Package

clem.

Source

matrixops.lisp.

Methods
Method: binary-threshold ((u matrix) (tval number))
Generic Function: cols (m)

Returns the number of columns in the matrix.

Package

clem.

Source

matrix.lisp.

Methods
Method: cols ((cv col-vector))
Source

vector.lisp.

Method: cols ((rv row-vector))
Source

vector.lisp.

Method: cols ((m matrix))
Generic Function: copy-to-bit-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-bit-matrix ((m matrix) &key constrain)
Generic Function: copy-to-double-float-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-double-float-matrix ((m matrix) &key constrain)
Generic Function: copy-to-fixnum-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-fixnum-matrix ((m matrix) &key constrain)
Generic Function: copy-to-ub16-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-ub16-matrix ((m matrix) &key constrain)
Generic Function: copy-to-ub32-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-ub32-matrix ((m matrix) &key constrain)
Generic Function: copy-to-ub8-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-ub8-matrix ((m matrix) &key constrain)
Generic Function: dilate (u v)
Package

clem.

Source

matrixops.lisp.

Methods
Method: dilate ((u matrix) (v matrix))
Generic Function: dim (m)

Returns a list containg the number of elments in each dimension of the matrix.

Package

clem.

Source

matrix.lisp.

Methods
Method: dim ((cv col-vector))
Source

vector.lisp.

Method: dim ((rv row-vector))
Source

vector.lisp.

Method: dim ((s scalar))
Source

scalar.lisp.

Method: dim ((m matrix))
Generic Function: discrete-convolve (u v &key truncate norm-v matrix-class)
Package

clem.

Source

matrixops.lisp.

Methods
Method: discrete-convolve ((u ub8-matrix) (v single-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: discrete-convolve ((u ub8-matrix) (v double-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: discrete-convolve ((u ub8-matrix) (v ub8-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: discrete-convolve ((u single-float-matrix) (v single-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: discrete-convolve ((u double-float-matrix) (v double-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: discrete-convolve ((u matrix) (v matrix) &key truncate norm-v matrix-class)
Generic Function: erode (u v)
Package

clem.

Source

matrixops.lisp.

Methods
Method: erode ((u matrix) (v matrix))
Generic Function: horzcat (m1 &rest mr)
Package

clem.

Source

matrix.lisp.

Methods
Method: horzcat ((m1 matrix) &rest mr)
Generic Function: identity-matrix (k &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: identity-matrix (k &key matrix-class)
Generic Function: invert-matrix (a)
Package

clem.

Source

matrix.lisp.

Methods
Method: invert-matrix ((a matrix))
Generic Function: m* (&rest matrices)

General purpose matrix multiplication
operator. If one argument is supplied, returns that matrix. If two arguments are supplied, if both are matrices, performs a matrix multiplication equivalent to multiplying the first matrix by the second matrix. if one argument is a matrix and the other a number, m* scales the matrix by the numeric argument. If more than two arguments are supplied, the first two arguments are treated as in the two argument case and the results are then multiplied by the remaining arguments such that (m* m1 m2 m3) == (m* (m* m1 m2) m3).

Package

clem.

Source

matrix.lisp.

Methods
Method: m* (&rest matrices)
Source

arithmetic.lisp.

Generic Function: m+ (&rest matrices)

Element-wise addition of matrices. All matrices
must be of the same dimensions. Returns a matrix of the same size as each matrix in matrices, whoses elements are the some of the corresponding elements from each matrix in matrices.

Package

clem.

Source

matrix.lisp.

Methods
Method: m+ (&rest matrices)
Source

arithmetic.lisp.

Generic Function: m- (&rest matrices)

When passed a single matrix, returns a new
matrix of the same dimensions as matrix whose elemnts are the result of perforing a unary minus (or sign inversion) on each element in the matrix. When passed more than one matrix, performs element-wise subtraction of each matrix after the first from the first matrix and returns a new matrix containing these values.

Package

clem.

Source

matrix.lisp.

Methods
Method: m- (&rest matrices)
Source

arithmetic.lisp.

Generic Function: m.* (&rest matrices)

Hadamard multiplication operator. Performs an element-wise multiplication of the elements in each matrix.

Package

clem.

Source

matrix.lisp.

Methods
Method: m.* (&rest matrices)
Source

arithmetic.lisp.

Generic Function: map-col (a k f)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-col ((a matrix) k f)
Generic Function: map-matrix-fit (f a)
Package

clem.

Source

metaclasses.lisp.

Methods
Method: map-matrix-fit (f (a typed-matrix))
Source

typed-matrix.lisp.

Method: map-matrix-fit (f (a typed-mixin))
Generic Function: map-row (a k f)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-row ((a matrix) k f)
Generic Function: mat-abs (m)
Package

clem.

Methods
Method: mat-abs ((m t-matrix))
Source

abs.lisp.

Method: mat-abs ((m number-matrix))
Source

abs.lisp.

Method: mat-abs ((m complex-matrix))
Source

abs.lisp.

Method: mat-abs ((m real-matrix))
Source

abs.lisp.

Method: mat-abs ((m fixnum-matrix))
Source

abs.lisp.

Method: mat-abs ((m sb32-matrix))
Source

abs.lisp.

Method: mat-abs ((m sb16-matrix))
Source

abs.lisp.

Method: mat-abs ((m sb8-matrix))
Source

abs.lisp.

Method: mat-abs ((m ub32-matrix))
Source

abs.lisp.

Method: mat-abs ((m ub16-matrix))
Source

abs.lisp.

Method: mat-abs ((m ub8-matrix))
Source

abs.lisp.

Method: mat-abs ((m integer-matrix))
Source

abs.lisp.

Method: mat-abs ((m bit-matrix))
Source

abs.lisp.

Method: mat-abs ((m single-float-matrix))
Source

abs.lisp.

Method: mat-abs ((m double-float-matrix))
Source

abs.lisp.

Generic Function: mat-abs-range (m startr endr startc endc)
Package

clem.

Methods
Method: mat-abs-range ((m t-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m number-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m complex-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m real-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m fixnum-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m sb32-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m sb16-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m sb8-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m ub32-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m ub16-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m ub8-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m integer-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m bit-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m single-float-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range ((m double-float-matrix) startr endr startc endc)
Source

abs.lisp.

Generic Function: mat-add (a b &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-add ((m ub8-matrix) (n ub8-scalar) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n sb8-scalar) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n bit-scalar) &key in-place)
Source

add.lisp.

Method: mat-add ((m bit-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m bit-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m fixnum-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m fixnum-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb16-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb16-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb8-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb8-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub32-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub32-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub16-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub16-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m bit-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m complex-matrix) (n real-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m complex-matrix) (n integer-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m complex-matrix) (n complex-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m integer-matrix) (n integer-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m real-matrix) (n integer-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m real-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m real-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m real-matrix) (n real-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n ub16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n ub8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb16-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb8-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub32-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub16-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n sb32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb32-matrix) (n sb8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb16-matrix) (n sb16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m sb8-matrix) (n sb8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub32-matrix) (n ub32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub32-matrix) (n ub8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub16-matrix) (n ub16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m ub8-matrix) (n ub8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n fixnum-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n sb32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n sb16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n sb8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n ub32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n ub16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n ub8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m single-float-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n fixnum-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n bit-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n sb32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n sb16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n sb8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n ub32-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n ub16-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n ub8-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n single-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m double-float-matrix) (n double-float-matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((a matrix) (b number) &key in-place)
Source

add.lisp.

Method: mat-add ((a matrix) (b matrix) &key in-place)
Source

add.lisp.

Method: mat-add ((m affine-transformation) (n affine-transformation) &key in-place)
Source

transform.lisp.

Generic Function: mat-copy-into (a c &key truncate constrain)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-copy-into ((a matrix) (c matrix) &key truncate constrain)
Generic Function: mat-copy-proto (a)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-copy-proto ((a matrix))
Generic Function: mat-equal (m n)
Package

clem.

Methods
Method: mat-equal ((m complex-matrix) (n complex-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m integer-matrix) (n integer-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m real-matrix) (n real-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m bit-matrix) (n bit-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m sb32-matrix) (n sb32-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m sb16-matrix) (n sb16-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m sb8-matrix) (n sb8-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m ub32-matrix) (n ub32-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m ub16-matrix) (n ub16-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m ub8-matrix) (n ub8-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m single-float-matrix) (n single-float-matrix))
Source

defmatrix-equal.lisp.

Method: mat-equal ((m double-float-matrix) (n double-float-matrix))
Source

defmatrix-equal.lisp.

Generic Function: mat-hprod (m n)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-hprod ((m complex-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n number-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n complex-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n real-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m complex-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n number-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n real-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m real-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m bit-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m fixnum-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m fixnum-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb32-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb32-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb32-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb32-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb16-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb16-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb16-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb8-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m sb8-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub32-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub32-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub32-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub32-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub16-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub16-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub16-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub8-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m ub8-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m single-float-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m double-float-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod ((m affine-transformation) n)
Source

transform.lisp.

Generic Function: mat-hprod! (m n)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-hprod! ((m complex-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n number-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n complex-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n real-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m complex-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n number-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n real-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m real-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m bit-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m fixnum-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m fixnum-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb32-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb32-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb32-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb32-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb16-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb16-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb16-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb8-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m sb8-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub32-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub32-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub32-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub32-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub16-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub16-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub16-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub8-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m ub8-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m single-float-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n bit-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n fixnum-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n sb32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n sb16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n sb8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n ub32-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n ub16-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n ub8-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n single-float-matrix))
Source

defmatrix-hprod.lisp.

Method: mat-hprod! ((m double-float-matrix) (n double-float-matrix))
Source

defmatrix-hprod.lisp.

Generic Function: mat-mult (a b)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-mult ((m bit-matrix) (n bit-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m fixnum-matrix) (n fixnum-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m sb32-matrix) (n sb32-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m sb16-matrix) (n sb16-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m sb8-matrix) (n sb8-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m ub32-matrix) (n ub32-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m ub16-matrix) (n ub16-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m ub8-matrix) (n ub8-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m single-float-matrix) (n single-float-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m double-float-matrix) (n double-float-matrix))
Source

defmatrix-mult.lisp.

Method: mat-mult ((m affine-transformation) n)
Source

transform.lisp.

Method: mat-mult ((a matrix) (b matrix))
Generic Function: mat-scale (m q &key in-place result-class)
Package

clem.

Methods
Method: mat-scale (m q &key in-place result-class)
Source

scale.lisp.

Generic Function: mat-sqrt (u)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-sqrt ((u matrix))
Source

exponential.lisp.

Generic Function: mat-sqrt! (u)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-sqrt! ((u single-float-matrix))
Source

exponential.lisp.

Method: mat-sqrt! ((u double-float-matrix))
Source

exponential.lisp.

Method: mat-sqrt! ((u matrix))
Source

exponential.lisp.

Generic Function: mat-square (u)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-square ((u matrix))
Source

exponential.lisp.

Generic Function: mat-square! (u)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-square! ((u single-float-matrix))
Source

exponential.lisp.

Method: mat-square! ((u double-float-matrix))
Source

exponential.lisp.

Method: mat-square! ((u matrix))
Source

exponential.lisp.

Generic Function: mat-subtr (a b &key in-place result-type)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-subtr :around ((m matrix) (n matrix) &key in-place result-type)
Source

subtr.lisp.

Method: mat-subtr ((m matrix) (n number) &key in-place result-type)
Source

subtr.lisp.

Method: mat-subtr ((m number) (n matrix) &key in-place result-type)
Source

subtr.lisp.

Method: mat-subtr ((m matrix) (n matrix) &key in-place result-type)
Source

subtr.lisp.

Method: mat-subtr :around ((m affine-transformation) n &key in-place result-type)
Source

transform.lisp.

Generic Function: mat-trim (m k)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-trim ((m matrix) k)
Generic Function: matrix-move (m n &key constrain)
Package

clem.

Source

matrix.lisp.

Methods
Method: matrix-move ((m real-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m real-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m real-matrix) (n complex-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m real-matrix) (n real-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m real-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m complex-matrix) (n complex-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m complex-matrix) (n real-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n sb32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n sb16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n sb8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n ub32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n ub16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m bit-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m fixnum-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m fixnum-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb32-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb32-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb16-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb16-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb8-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb8-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub32-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub32-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub16-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub16-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub8-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub8-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb32-matrix) (n ub16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb32-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb32-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb16-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m sb8-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub32-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub16-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub8-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub32-matrix) (n ub32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub16-matrix) (n ub16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m ub8-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n number-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n complex-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n real-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n fixnum-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n sb32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n sb16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n sb8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n ub32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n ub16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m single-float-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n number-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n complex-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n real-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n fixnum-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n bit-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n sb32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n sb16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n sb8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n ub32-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n ub16-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n ub8-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n single-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m double-float-matrix) (n double-float-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m matrix) (n integer-matrix) &key constrain)
Source

move.lisp.

Method: matrix-move ((m matrix) (n matrix) &key constrain)
Source

move.lisp.

Generic Function: matrix-move-range-2d (m n startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Package

clem.

Source

matrix.lisp.

Methods
Method: matrix-move-range-2d ((m real-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m real-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m real-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m real-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m real-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m complex-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m complex-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m bit-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m fixnum-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m fixnum-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb32-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb32-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb16-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb16-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb8-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb8-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub32-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub32-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub16-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub16-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub8-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub8-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb32-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb32-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb32-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb16-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m sb8-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub32-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub16-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub8-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub32-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub16-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m ub8-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n number-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n fixnum-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m single-float-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n number-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n fixnum-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d ((m double-float-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Generic Function: max-val (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: max-val ((m matrix))
Source

extrema.lisp.

Generic Function: min-val (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: min-val ((m matrix))
Source

extrema.lisp.

Generic Function: mlog (m &optional base)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlog ((m integer-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m real-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m fixnum-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m bit-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m sb32-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m sb16-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m sb8-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m ub32-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m ub16-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m ub8-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m t-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m number-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m complex-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m single-float-matrix) &optional base)
Source

log.lisp.

Method: mlog ((m double-float-matrix) &optional base)
Source

log.lisp.

Method: mlog ((u matrix) &optional base)
Source

log.lisp.

Generic Function: mlog-range (m startr endr startc endc &optional base)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlog-range ((m integer-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m real-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m fixnum-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m bit-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m sb32-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m sb16-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m sb8-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m ub32-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m ub16-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m ub8-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m t-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m number-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m complex-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m single-float-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range ((m double-float-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Generic Function: mlogand (m1 m2 &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogand ((m integer-matrix) (n integer-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogand ((m ub32-matrix) (n ub32-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogand ((m ub16-matrix) (n ub16-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogand ((m ub8-matrix) (n ub8-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogand ((m bit-matrix) (n bit-matrix) &key in-place)
Source

logical-operations.lisp.

Generic Function: mlogior (m1 m2 &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogior ((m integer-matrix) (n integer-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogior ((m ub32-matrix) (n ub32-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogior ((m ub16-matrix) (n ub16-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogior ((m ub8-matrix) (n ub8-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogior ((m bit-matrix) (n bit-matrix) &key in-place)
Source

logical-operations.lisp.

Generic Function: mlogxor (m1 m2 &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogxor ((m integer-matrix) (n integer-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogxor ((m ub32-matrix) (n ub32-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogxor ((m ub16-matrix) (n ub16-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogxor ((m ub8-matrix) (n ub8-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlogxor ((m bit-matrix) (n bit-matrix) &key in-place)
Source

logical-operations.lisp.

Generic Function: mref (m &rest indices)

Returns the value of the element in the ith row of the jth column of the matrix m.

Package

clem.

Source

matrix.lisp.

Methods
Method: mref ((m matrix) &rest indices)
Source

mref.lisp.

Generic Function: (setf mref) (m &rest indices)

Set the value of the specified element at row row and col col of matrix m to be v.

Package

clem.

Source

matrix.lisp.

Methods
Method: (setf mref) ((m matrix) &rest indices)
Source

mref.lisp.

Generic Function: norm-0-1 (u &key copy)
Package

clem.

Source

matrix.lisp.

Methods
Method: norm-0-1 ((u matrix) &key copy)
Source

normalize.lisp.

Generic Function: norm-0-255 (u &key copy)
Package

clem.

Source

matrix.lisp.

Methods
Method: norm-0-255 ((u matrix) &key copy)
Source

normalize.lisp.

Generic Function: normalize (u &key normin normax copy truncate)
Package

clem.

Source

matrix.lisp.

Methods
Method: normalize ((u matrix) &key normin normax truncate copy)
Source

normalize.lisp.

Method: normalize ((u double-float-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u single-float-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u fixnum-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u ub32-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u sb32-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u ub16-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u sb16-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u ub8-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u sb8-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u bit-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u integer-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u unsigned-byte-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u float-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u complex-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u real-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u number-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Method: normalize ((u t-matrix) &key normin normax copy)
Source

defmatrix-types.lisp.

Generic Function: pad-matrix (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: pad-matrix ((m matrix))
Generic Function: print-matrix (m)
Package

clem.

Source

print.lisp.

Methods
Method: print-matrix ((cv col-vector))
Source

vector.lisp.

Method: print-matrix ((rv row-vector))
Source

vector.lisp.

Method: print-matrix ((m matrix))
Generic Function: print-range (m startr endr startc endc &optional stream)
Package

clem.

Source

print.lisp.

Methods
Method: print-range ((m matrix) startr endr startc endc &optional stream)
Generic Function: random-bit-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-bit-matrix (rows cols &key max)
Generic Function: random-complex-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-complex-matrix (rows cols &key max)
Generic Function: random-double-float-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-double-float-matrix (rows cols &key max)
Generic Function: random-fixnum-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-fixnum-matrix (rows cols &key max)
Generic Function: random-integer-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-integer-matrix (rows cols &key max)
Generic Function: random-matrix (rows cols &key matrix-class limit)

Create a matrix of type <matrix-class> having
<rows> rows and <cols> cols. The values of the matrix will be random numbers of the appropriate type between 0 and <limit>.

Package

clem.

Source

matrix.lisp.

Methods
Method: random-matrix (rows cols &key matrix-class limit)
Generic Function: random-real-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-real-matrix (rows cols &key max)
Generic Function: random-sb16-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-sb16-matrix (rows cols &key max)
Generic Function: random-sb32-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-sb32-matrix (rows cols &key max)
Generic Function: random-sb8-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-sb8-matrix (rows cols &key max)
Generic Function: random-single-float-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-single-float-matrix (rows cols &key max)
Generic Function: random-t-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-t-matrix (rows cols &key max)
Generic Function: random-ub16-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-ub16-matrix (rows cols &key max)
Generic Function: random-ub32-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-ub32-matrix (rows cols &key max)
Generic Function: random-ub8-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-ub8-matrix (rows cols &key max)
Generic Function: rows (m)

Returns the number of rows in the matrix.

Package

clem.

Source

matrix.lisp.

Methods
Method: rows ((cv col-vector))
Source

vector.lisp.

Method: rows ((rv row-vector))
Source

vector.lisp.

Method: rows ((m matrix))
Generic Function: scalar-divide (a q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-divide ((a matrix) q)
Generic Function: scalar-divide-col (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-divide-col ((a matrix) k q)
Generic Function: scalar-divide-row (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-divide-row ((m double-float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m single-float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m fixnum-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m ub32-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m sb32-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m ub16-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m sb16-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m ub8-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m sb8-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m bit-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m integer-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m unsigned-byte-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m complex-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m real-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m number-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((m t-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-divide-row ((a matrix) k q)
Generic Function: scalar-double-float-divide-col (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-double-float-divide-col ((a matrix) k q)
Generic Function: scalar-double-float-divide-row (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-double-float-divide-row ((a matrix) k q)
Generic Function: scalar-mult-col (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-mult-col ((a matrix) k q)
Generic Function: scalar-mult-row (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-mult-row ((m double-float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m single-float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m fixnum-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m ub32-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m sb32-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m ub16-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m sb16-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m ub8-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m sb8-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m bit-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m integer-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m unsigned-byte-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m float-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m complex-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m real-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m number-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((m t-matrix) k q)
Source

defmatrix-types.lisp.

Method: scalar-mult-row ((a matrix) k q)
Generic Function: scalar-single-float-divide-col (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-single-float-divide-col ((a matrix) k q)
Generic Function: scalar-single-float-divide-row (a k q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-single-float-divide-row ((a matrix) k q)
Generic Function: separable-discrete-convolve (m h1 h2 &key truncate norm-v matrix-class)
Package

clem.

Source

matrixops.lisp.

Methods
Method: separable-discrete-convolve ((m ub8-matrix) (h1 single-float-matrix) (h2 single-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: separable-discrete-convolve ((m ub8-matrix) (h1 double-float-matrix) (h2 double-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: separable-discrete-convolve ((m ub8-matrix) (h1 ub8-matrix) (h2 ub8-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: separable-discrete-convolve ((m single-float-matrix) (h1 single-float-matrix) (h2 single-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: separable-discrete-convolve ((m double-float-matrix) (h1 double-float-matrix) (h2 double-float-matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: separable-discrete-convolve (m h1 h2 &key truncate norm-v)
Generic Function: set-val (m i j v &key coerce)

Sets the value of the element at row i, column j of matrix m to v.

Package

clem.

Source

matrix.lisp.

Methods
Method: set-val ((cv col-vector) i j v &key coerce)
Source

vector.lisp.

Method: set-val ((rv row-vector) i j v &key coerce)
Source

vector.lisp.

Method: set-val ((s scalar) i j v &key coerce)
Source

scalar.lisp.

Method: set-val ((m double-float-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m single-float-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m fixnum-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m ub32-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m sb32-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m ub16-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m sb16-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m ub8-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m sb8-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m bit-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m integer-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m unsigned-byte-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m float-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m complex-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m real-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m number-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m t-matrix) i j v &key coerce)
Source

defmatrix-types.lisp.

Method: set-val ((m matrix) i j v &key coerce)
Generic Function: subset-matrix (u startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: subset-matrix ((u matrix) startr endr startc endc)
Source

defmatrix-subset-matrix.lisp.

Generic Function: sum (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum ((m number-matrix))
Source

sum.lisp.

Method: sum ((m real-matrix))
Source

sum.lisp.

Method: sum ((m integer-matrix))
Source

sum.lisp.

Method: sum ((m bit-matrix))
Source

sum.lisp.

Method: sum ((m fixnum-matrix))
Source

sum.lisp.

Method: sum ((m sb32-matrix))
Source

sum.lisp.

Method: sum ((m sb16-matrix))
Source

sum.lisp.

Method: sum ((m sb8-matrix))
Source

sum.lisp.

Method: sum ((m ub32-matrix))
Source

sum.lisp.

Method: sum ((m ub16-matrix))
Source

sum.lisp.

Method: sum ((m ub8-matrix))
Source

sum.lisp.

Method: sum ((m single-float-matrix))
Source

sum.lisp.

Method: sum ((m double-float-matrix))
Source

sum.lisp.

Method: sum ((m matrix))
Source

sum.lisp.

Generic Function: sum-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum-range ((m bit-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m fixnum-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m sb32-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m sb16-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m sb8-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m ub32-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m ub16-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m ub8-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m single-float-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m double-float-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-range ((m matrix) startr endr startc endc)
Source

sum.lisp.

Generic Function: sum-square (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum-square ((m number-matrix))
Source

sum.lisp.

Method: sum-square ((m real-matrix))
Source

sum.lisp.

Method: sum-square ((m integer-matrix))
Source

sum.lisp.

Method: sum-square ((m bit-matrix))
Source

sum.lisp.

Method: sum-square ((m fixnum-matrix))
Source

sum.lisp.

Method: sum-square ((m sb32-matrix))
Source

sum.lisp.

Method: sum-square ((m sb16-matrix))
Source

sum.lisp.

Method: sum-square ((m sb8-matrix))
Source

sum.lisp.

Method: sum-square ((m ub32-matrix))
Source

sum.lisp.

Method: sum-square ((m ub16-matrix))
Source

sum.lisp.

Method: sum-square ((m ub8-matrix))
Source

sum.lisp.

Method: sum-square ((m single-float-matrix))
Source

sum.lisp.

Method: sum-square ((m double-float-matrix))
Source

sum.lisp.

Method: sum-square ((m matrix))
Source

sum.lisp.

Generic Function: sum-square-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum-square-range ((m bit-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m fixnum-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m sb32-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m sb16-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m sb8-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m ub32-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m ub16-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m ub8-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m single-float-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m double-float-matrix) startr endr startc endc)
Source

sum.lisp.

Method: sum-square-range ((m matrix) startr endr startc endc)
Source

sum.lisp.

Generic Function: swap-cols (a k l)
Package

clem.

Source

matrix.lisp.

Methods
Method: swap-cols ((a matrix) k l)
Generic Function: swap-rows (a k l)
Package

clem.

Source

matrix.lisp.

Methods
Method: swap-rows ((a matrix) k l)
Generic Reader: theta (object)
Package

clem.

Methods
Reader Method: theta ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

theta.

Generic Writer: (setf theta) (object)
Package

clem.

Methods
Writer Method: (setf theta) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

theta.

Generic Function: threshold (u tval &key minval maxval)
Package

clem.

Source

matrixops.lisp.

Methods
Method: threshold ((u matrix) (tval number) &key minval maxval)
Generic Function: transform-matrix (m n xfrm &key u v x y interpolation background)

applies the affine transform xfrm to the contents of matrix m and places the contents in n. The default supported classes of interpolation are :quadratic, :bilinear
and :nearest-neighbor.

Package

clem.

Source

transform.lisp.

Methods
Method: transform-matrix (m n xfrm &key u v x y interpolation background)

applies the affine transform xfrm to the contents of matrix m and places the contents in n. The default supported classes of interpolation are :quadratic, :bilinear and :nearest-neighbor. If no interpolation is supplied, the default is :nearest-neighbor.

Generic Function: transpose (m)
Package

clem.

Methods
Method: transpose ((cv col-vector))
Source

vector.lisp.

Method: transpose ((rv row-vector))
Source

vector.lisp.

Method: transpose ((m double-float-matrix))
Source

matrix.lisp.

Method: transpose ((m matrix))
Source

matrix.lisp.

Generic Function: val (m i j)

Returns the value of the element in the ith row of the jth column of the matrix m.

Package

clem.

Source

matrix.lisp.

Methods
Method: val ((cv col-vector) i j)
Source

vector.lisp.

Method: val ((rv row-vector) i j)
Source

vector.lisp.

Method: val ((s scalar) i j)
Source

scalar.lisp.

Method: val ((m matrix) i j)
Generic Function: vertcat (m1 &rest mr)
Package

clem.

Source

matrix.lisp.

Methods
Method: vertcat ((m1 matrix) &rest mr)
Generic Reader: x-scale (object)
Package

clem.

Methods
Reader Method: x-scale ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

x-scale.

Generic Writer: (setf x-scale) (object)
Package

clem.

Methods
Writer Method: (setf x-scale) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

x-scale.

Generic Reader: x-shear (object)
Package

clem.

Methods
Reader Method: x-shear ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

x-shear.

Generic Writer: (setf x-shear) (object)
Package

clem.

Methods
Writer Method: (setf x-shear) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

x-shear.

Generic Reader: x-shift (object)
Package

clem.

Methods
Reader Method: x-shift ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

x-shift.

Generic Writer: (setf x-shift) (object)
Package

clem.

Methods
Writer Method: (setf x-shift) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

x-shift.

Generic Reader: y-scale (object)
Package

clem.

Methods
Reader Method: y-scale ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

y-scale.

Generic Writer: (setf y-scale) (object)
Package

clem.

Methods
Writer Method: (setf y-scale) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

y-scale.

Generic Reader: y-shear (object)
Package

clem.

Methods
Reader Method: y-shear ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

y-shear.

Generic Writer: (setf y-shear) (object)
Package

clem.

Methods
Writer Method: (setf y-shear) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

y-shear.

Generic Reader: y-shift (object)
Package

clem.

Methods
Reader Method: y-shift ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated reader method

Source

transform.lisp.

Target Slot

y-shift.

Generic Writer: (setf y-shift) (object)
Package

clem.

Methods
Writer Method: (setf y-shift) ((affine-transformation-7-parameters affine-transformation-7-parameters))

automatically generated writer method

Source

transform.lisp.

Target Slot

y-shift.

Generic Function: zero-matrix (j k &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: zero-matrix (j k &key matrix-class)

6.1.4 Standalone methods

Method: initialize-instance :around ((class standard-matrix-class) &rest all-keys &key direct-superclasses &allow-other-keys)
Source

metaclasses.lisp.

Method: make-load-form ((matrix matrix) &optional env)

Creates and returns a creation form and an initialization form that can be used to externalize matrices.

Source

early-matrix.lisp.

Method: print-object ((obj matrix) stream)
Source

print.lisp.

Method: reinitialize-instance :around ((class standard-matrix-class) &rest all-keys &key direct-superclasses &allow-other-keys)
Source

metaclasses.lisp.

Method: shared-initialize :after ((object affine-transformation) slot-names &rest args)
Source

transform.lisp.

Method: shared-initialize :after ((object matrix) slot-names &rest initargs &key dimensions rows cols adjustable initial-element)
Source

early-matrix.lisp.

Method: shared-initialize :before ((object matrix) slot-names &rest initargs &key dimensions rows cols adjustable initial-element)
Source

early-matrix.lisp.

Method: validate-superclass ((c1 standard-class) (c2 standard-matrix-class))
Package

sb-mop.

Source

metaclasses.lisp.

Method: validate-superclass ((c1 standard-matrix-class) (c2 standard-class))
Package

sb-mop.

Source

metaclasses.lisp.


6.1.5 Classes

Class: affine-transformation

a matrix that represents an affine-transformation

Package

clem.

Source

transform.lisp.

Direct superclasses

double-float-matrix.

Direct methods
Direct slots
Slot: dimensions
Type

(or list null)

Initform

(quote (3 3))

Initargs

:dimensions

Class: affine-transformation-7-parameters

a set of parameters for use in
(over-) parameterizing an affine transformation by use of seven parameters, x-shift, y-shift, theta, x-scale, y-scale, x-shear, and y-shear.

Package

clem.

Source

transform.lisp.

Direct methods
Direct slots
Slot: y-shift
Type

double-float

Initform

0.0d0

Initargs

:y-shift

Readers

y-shift.

Writers

(setf y-shift).

Slot: x-shift
Type

double-float

Initform

0.0d0

Initargs

:x-shift

Readers

x-shift.

Writers

(setf x-shift).

Slot: theta
Type

double-float

Initform

0.0d0

Initargs

:theta

Readers

theta.

Writers

(setf theta).

Slot: y-scale
Type

double-float

Initform

0.0d0

Initargs

:y-scale

Readers

y-scale.

Writers

(setf y-scale).

Slot: x-scale
Type

double-float

Initform

0.0d0

Initargs

:x-scale

Readers

x-scale.

Writers

(setf x-scale).

Slot: y-shear
Type

double-float

Initform

0.0d0

Initargs

:y-shear

Readers

y-shear.

Writers

(setf y-shear).

Slot: x-shear
Type

double-float

Initform

0.0d0

Initargs

:x-shear

Readers

x-shear.

Writers

(setf x-shear).

Class: bit-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct subclasses

bit-scalar.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: complex-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

number-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: double-float-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

float-matrix.

Direct subclasses

affine-transformation.

Direct methods
Direct slots
Slot: initial-element
Initform

0.0d0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: fixnum-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: float-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

real-matrix.

Direct subclasses
Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: integer-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

real-matrix.

Direct subclasses
Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: matrix
Package

clem.

Source

early-matrix.lisp.

Direct superclasses

typed-mixin.

Direct subclasses
Direct methods
Direct slots
Slot: m
Readers

matrix-vals.

Writers

(setf matrix-vals).

Slot: dimensions
Type

(or list null)

Initform

(quote (1))

Initargs

:dimensions

Slot: initial-element
Initform

0.0d0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Slot: adjustable
Initargs

:adjustable

Readers

adjustable.

Writers

(setf adjustable).

Slot: resizeable
Readers

resizable.

Writers

(setf resizable).

Class: number-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

t-matrix.

Direct subclasses
Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: real-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

number-matrix.

Direct subclasses
Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: sb16-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: sb32-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: sb8-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct subclasses

sb8-scalar.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: sb8-scalar
Package

clem.

Source

scalar.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: initial-element
Initform

0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: single-float-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

float-matrix.

Direct methods
Direct slots
Slot: initial-element
Initform

0.0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: t-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

matrix.

Direct subclasses

number-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: typed-matrix
Package

clem.

Source

typed-matrix.lisp.

Direct superclasses

matrix.

Direct methods
Direct slots
Slot: specialized-array
Allocation

:class

Readers

specialized-array-p.

Writers

(setf specialized-array-p).

Class: ub16-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

unsigned-byte-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: ub32-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

unsigned-byte-matrix.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: ub8-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

unsigned-byte-matrix.

Direct subclasses

ub8-scalar.

Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: ub8-scalar
Package

clem.

Source

scalar.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: initial-element
Initform

0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: unsigned-byte-matrix
Package

clem.

Source

matrix-classes.lisp.

Direct superclasses

integer-matrix.

Direct subclasses
Direct methods
Direct slots
Slot: initial-element
Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).


6.2 Internals


6.2.1 Constants

Constant: +epsilon+
Package

clem.

Source

defmatrix-transform.lisp.


6.2.2 Special variables

Special Variable: *laplacian-conv-matrix*
Package

clem.

Source

matrixops.lisp.

Special Variable: *laplacian-conv-matrix-2*
Package

clem.

Source

matrixops.lisp.

Special Variable: *matrix-print*
Package

clem.

Source

print.lisp.

Special Variable: *matrix-print-col-limit*
Package

clem.

Source

print.lisp.

Special Variable: *matrix-print-row-limit*
Package

clem.

Source

print.lisp.

Special Variable: *max-block-size*
Package

clem.

Source

defmatrix-mult-block.lisp.

Special Variable: *print-matrix-float-format*
Package

clem.

Source

print.lisp.

Special Variable: *print-matrix-newlines*
Package

clem.

Source

print.lisp.

Special Variable: *typed-matrix-names-hash*
Package

clem.

Source

defmatrix-types.lisp.

Special Variable: *typed-matrix-types*
Package

clem.

Source

defmatrix-types.lisp.

Special Variable: *typed-matrix-types-hash*
Package

clem.

Source

defmatrix-types.lisp.

Special Variable: *x-derivative-conv-matrix*
Package

clem.

Source

matrixops.lisp.

Special Variable: *y-derivative-conv-matrix*
Package

clem.

Source

matrixops.lisp.


6.2.3 Symbol macros

Symbol Macro: .mref-expanders.
Package

clem.

Source

mref.lisp.


6.2.4 Macros

Macro: %%sum-range (m startr endr startc endc element-type accumulator-type)
Package

clem.

Source

sum.lisp.

Macro: bilinear-interpolate (g00 g01 g10 g11 a b)
Package

clem.

Source

interpolation.lisp.

Macro: def-binary-op (name op type-1 type-2 accumulator-type &key suffix allow-in-place)
Package

clem.

Source

macros.lisp.

Macro: def-matrix-abs (type-1 accumulator-type &key suffix)
Package

clem.

Source

abs.lisp.

Macro: def-matrix-abs! (type-1 &key suffix)
Package

clem.

Source

abs.lisp.

Macro: def-matrix-add-number (type-1 type-2 accumulator-type &key suffix allow-in-place)
Package

clem.

Source

add.lisp.

Macro: def-matrix-add-range (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

add.lisp.

Macro: def-matrix-add-scalar (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

add.lisp.

Macro: def-matrix-convolve (type-1 type-2 accumulator-element-type dest-type)
Package

clem.

Source

defmatrix-convolve.lisp.

Macro: def-matrix-equal (type-1 type-2 &key suffix)
Package

clem.

Source

defmatrix-equal.lisp.

Macro: def-matrix-hprod (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

defmatrix-hprod.lisp.

Macro: def-matrix-hprod! (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

defmatrix-hprod.lisp.

Macro: def-matrix-log (type-1 accumulator-type &key suffix)
Package

clem.

Source

log.lisp.

Macro: def-matrix-log! (type-1 &key suffix)
Package

clem.

Source

log.lisp.

Macro: def-matrix-min-max (type)
Package

clem.

Source

extrema.lisp.

Macro: def-matrix-move (type-1 type-2)
Package

clem.

Source

move.lisp.

Macro: def-matrix-mult (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

defmatrix-mult.lisp.

Macro: def-matrix-mult-block (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

defmatrix-mult-block.lisp.

Macro: def-matrix-scale-2 (input-class result-class)
Package

clem.

Source

scale.lisp.

Macro: def-matrix-scale-fit (type-1 accumulator-type)
Package

clem.

Source

defmatrix-scale.lisp.

Macro: def-matrix-scale-fit! (type-1)
Package

clem.

Source

defmatrix-scale.lisp.

Macro: def-matrix-square (matrix-type)
Package

clem.

Source

exponential.lisp.

Macro: def-matrix-subset-matrix (matrix-type)
Package

clem.

Source

defmatrix-subset-matrix.lisp.

Macro: def-matrix-subtr (type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

subtr.lisp.

Macro: def-matrix-transform (type-1 type-2 transform-type)
Package

clem.

Source

defmatrix-transform.lisp.

Macro: def-move-element (type-1 type-2)
Package

clem.

Source

defmatrix.lisp.

Macro: def-unary-op (name op type-1 accumulator-type &key suffix)
Package

clem.

Source

macros.lisp.

Macro: defmatrixfuncs (type &key element-type accumulator-type minval maxval)
Package

clem.

Source

defmatrix.lisp.

Macro: defmbitnor (name type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

logical-operations.lisp.

Macro: defmbitnor! (name type-1 type-2 accumulator-type &key suffix)
Package

clem.

Source

logical-operations.lisp.

Macro: fixnum1+ (place)
Package

clem.

Source

defmatrix-mult-block.lisp.

Macro: matrix-dimensions (matrix)
Package

clem.

Source

mref.lisp.

Macro: matrix-total-size (matrix)
Package

clem.

Source

mref.lisp.

Macro: maybe-coerce (val type-1 type-2)
Package

clem.

Source

defmatrix.lisp.

Macro: maybe-truncate (val type-1 type-2)
Package

clem.

Source

defmatrix.lisp.

Macro: mloop-range ((mspecs startr endr startc endc i j) &body body)
Package

clem.

Source

mloop.lisp.

Macro: once-only ((&rest names) &body body)
Package

clem.

Source

utilities.lisp.

Macro: quadratic-interpolate (g00 g01 g02 g10 g11 g12 g20 g21 g22 a b type)
Package

clem.

Source

interpolation.lisp.

Macro: quadratic-kernel (s type)
Package

clem.

Source

interpolation.lisp.

Macro: with-map-range (m element-type startr endr startc endc (a i j) &body body)
Package

clem.

Source

defmatrix.lisp.

Macro: with-matrix-range-do (matrix-class m n p startr endr startc endc (a b c i j) &body body)
Package

clem.

Source

defmatrix.lisp.

Macro: with-matrix-vals ((m element-type a) &body body)
Package

clem.

Source

mref.lisp.

Macro: with-typed-map-range (m element-type startr endr startc endc (a i j) &body body)
Package

clem.

Source

defmatrix.lisp.

Macro: with-typed-matrix-accessor ((m element-type ref) &body body)
Package

clem.

Source

mref.lisp.

Macro: with-typed-matrix-vals ((m element-type a) &body body)
Package

clem.

Source

mref.lisp.

Macro: with-typed-mref ((z element-type) &body body)
Package

clem.

Source

mref.lisp.

Macro: with-untyped-matrix-vals ((m element-type a) &body body)
Package

clem.

Source

mref.lisp.


6.2.5 Ordinary functions

Function: add-root-class (root-class direct-superclasses)
Package

clem.

Source

metaclasses.lisp.

Function: bitnor (integer1 integer2 andmask)
Package

clem.

Source

logical-operations.lisp.

Function: closest-common-ancestor (itm &rest lis)
Package

clem.

Source

matrix.lisp.

Function: constrain (min val max)
Package

clem.

Source

matrix.lisp.

Function: copy-to-matrix-type (m mtype &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Function: count-range (startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Function: delistify (list)

Some MOPs, like openmcl 0.14.2, cons attribute values in a list.

Package

clem.

Source

matrix-classes.lisp.

Function: delistify-dsd (list)

Some MOPs, like openmcl 0.14.2, cons attribute values in a list.

Package

clem.

Source

metaclasses.lisp.

Function: displace-to-1d-array (matrix)
Package

clem.

Source

defmatrix-mult.lisp.

Function: double-float-divide (&rest args)
Package

clem.

Source

matrix.lisp.

Function: fill-slot-from-ancestor (slot class)
Package

clem.

Source

metaclasses.lisp.

Function: fill-standard-matrix-class-slots-from-ancestors (class &rest all-keys)
Package

clem.

Source

metaclasses.lisp.

Function: gaussian-kernel-1d (k sigma)
Package

clem.

Source

matrixops.lisp.

Function: get-matrix-name-for-type (type)
Package

clem.

Source

defmatrix-types.lisp.

Function: get-matrix-type-for-type (type)
Package

clem.

Source

defmatrix-types.lisp.

Function: graddir (m &key truncate)
Package

clem.

Source

matrixops.lisp.

Function: inferior (a b)
Package

clem.

Source

matrix.lisp.

Function: insert-before (new old list)
Package

clem.

Source

metaclasses.lisp.

Function: laplacian-2 (m &key matrix-class truncate)
Package

clem.

Source

matrixops.lisp.

Function: make-intern (x &optional package)
Package

clem.

Source

utilities.lisp.

Function: median (seq)
Package

clem.

Source

matrixops.lisp.

Function: parse-mloop-vars (vars)
Package

clem.

Source

mloop.lisp.

Function: print-matrix-line (obj stream val-format-spec i startc endc lastcol)
Package

clem.

Source

print.lisp.

Function: remove-keyword-arg (arglist akey)
Package

clem.

Source

metaclasses.lisp.

Function: resize-matrix (m y x &key interpolation)
Package

clem.

Source

transform.lisp.

Function: scalar (val &key matrix-class)
Package

clem.

Source

scalar.lisp.

Function: separable-morphological-op (m h f)
Package

clem.

Source

matrixops.lisp.

Function: standard-deviation (&rest matrices)
Package

clem.

Source

matrixops.lisp.

Function: standard-matrix-class-p (class)
Package

clem.

Source

metaclasses.lisp.

Function: standard-matrix-class-precedence-list (class)
Package

clem.

Source

metaclasses.lisp.

Function: standard-matrix-class-slots (class)
Package

clem.

Source

metaclasses.lisp.

Function: subclassp (c1 c2)
Package

clem.

Source

matrix.lisp.

Function: superior (a b)
Package

clem.

Source

matrix.lisp.

Function: zero-col-vector (j)
Package

clem.

Source

vector.lisp.

Function: zero-row-vector (j)
Package

clem.

Source

vector.lisp.


6.2.6 Generic functions

Generic Function: %discrete-convolve (u v z &key norm-v)
Package

clem.

Source

matrix.lisp.

Methods
Method: %discrete-convolve ((u ub8-matrix) (v single-float-matrix) (z ub8-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Method: %discrete-convolve ((u ub8-matrix) (v double-float-matrix) (z ub8-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Method: %discrete-convolve ((u ub8-matrix) (v ub8-matrix) (z ub32-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Method: %discrete-convolve ((u ub8-matrix) (v ub8-matrix) (z ub8-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Method: %discrete-convolve ((u single-float-matrix) (v single-float-matrix) (z single-float-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Method: %discrete-convolve ((u double-float-matrix) (v double-float-matrix) (z double-float-matrix) &key norm-v)
Source

defmatrix-convolve.lisp.

Generic Function: %get-subtr-matrix-class (a b)
Package

clem.

Source

subtr.lisp.

Methods
Method: %get-subtr-matrix-class ((a bit-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a bit-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a bit-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a sb16-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a sb16-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a sb8-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a sb8-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a ub32-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a ub32-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a ub16-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a ub16-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a ub8-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a ub8-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b double-float-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b ub16-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b ub8-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a sb16-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a sb8-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a ub32-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a ub16-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a ub8-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a sb32-matrix) (b sb32-matrix))
Method: %get-subtr-matrix-class ((a sb16-matrix) (b sb16-matrix))
Method: %get-subtr-matrix-class ((a sb8-matrix) (b sb8-matrix))
Method: %get-subtr-matrix-class ((a ub32-matrix) (b ub32-matrix))
Method: %get-subtr-matrix-class ((a ub16-matrix) (b ub16-matrix))
Method: %get-subtr-matrix-class ((a ub8-matrix) (b ub8-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b fixnum-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b sb32-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b sb16-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b sb8-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b ub32-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b ub16-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b ub8-matrix))
Method: %get-subtr-matrix-class ((a single-float-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b fixnum-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b bit-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b sb32-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b sb16-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b sb8-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b ub32-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b ub16-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b ub8-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b single-float-matrix))
Method: %get-subtr-matrix-class ((a double-float-matrix) (b double-float-matrix))
Generic Function: %mat-mult-block (m n p mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Package

clem.

Source

defmatrix-mult-block.lisp.

Methods
Method: %mat-mult-block ((m single-float-matrix) (n single-float-matrix) (p single-float-matrix) mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Method: %mat-mult-block ((m double-float-matrix) (n double-float-matrix) (p double-float-matrix) mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Generic Function: %mat-mult-with-blocks (m n p mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Package

clem.

Source

defmatrix-mult-block.lisp.

Methods
Method: %mat-mult-with-blocks ((m single-float-matrix) (n single-float-matrix) (p single-float-matrix) mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Method: %mat-mult-with-blocks ((m double-float-matrix) (n double-float-matrix) (p double-float-matrix) mstartr mendr mstartc mendc nstartr nendr nstartc nendc)
Generic Function: %separable-discrete-convolve (m h1 h2 z1 z2 &key truncate norm-v matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: %separable-discrete-convolve ((m ub8-matrix) (h1 single-float-matrix) (h2 single-float-matrix) (z1 matrix) (z2 matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: %separable-discrete-convolve ((m ub8-matrix) (h1 double-float-matrix) (h2 double-float-matrix) (z1 matrix) (z2 matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: %separable-discrete-convolve ((m ub8-matrix) (h1 ub8-matrix) (h2 ub8-matrix) (z1 matrix) (z2 matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: %separable-discrete-convolve ((m single-float-matrix) (h1 single-float-matrix) (h2 single-float-matrix) (z1 matrix) (z2 matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Method: %separable-discrete-convolve ((m double-float-matrix) (h1 double-float-matrix) (h2 double-float-matrix) (z1 matrix) (z2 matrix) &key truncate norm-v matrix-class)
Source

defmatrix-convolve.lisp.

Generic Function: %transform-matrix (m n xfrm &key background interpolation)
Package

clem.

Methods
Method: %transform-matrix ((m bit-matrix) (n bit-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m fixnum-matrix) (n fixnum-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m sb32-matrix) (n sb32-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m sb16-matrix) (n sb16-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m sb8-matrix) (n sb8-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m ub32-matrix) (n ub32-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m ub16-matrix) (n ub16-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m ub8-matrix) (n ub8-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m single-float-matrix) (n single-float-matrix) (xfrm single-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m single-float-matrix) (n single-float-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Method: %transform-matrix ((m double-float-matrix) (n double-float-matrix) (xfrm double-float-matrix) &key background interpolation)
Source

defmatrix-transform.lisp.

Generic Function: %transfrom-matrix (m n xfrm &key background interpolation)
Package

clem.

Source

matrix.lisp.

Generic Function: accumulator-type (smc)

the type of the result of various mathematical opreations on instances of this matrix class. needs work.

Package

clem.

Source

metaclasses.lisp.

Methods
Method: accumulator-type ((smc standard-matrix-class))
Generic Function: add-col (m &key values initial-element)
Package

clem.

Source

matrix.lisp.

Methods
Method: add-col ((m matrix) &key values initial-element)
Generic Function: add-row (m &key values initial-element)
Package

clem.

Source

matrix.lisp.

Methods
Method: add-row ((m matrix) &key values initial-element)
Generic Reader: adjustable (object)
Package

clem.

Methods
Reader Method: adjustable ((matrix matrix))

automatically generated reader method

Source

early-matrix.lisp.

Target Slot

adjustable.

Generic Writer: (setf adjustable) (object)
Package

clem.

Methods
Writer Method: (setf adjustable) ((matrix matrix))

automatically generated writer method

Source

early-matrix.lisp.

Target Slot

adjustable.

Generic Function: allocate-matrix-vals (object &key adjustable initial-element rows cols dimensions &allow-other-keys)
Package

clem.

Source

early-matrix.lisp.

Methods
Method: allocate-matrix-vals ((object col-vector) &key rows cols adjustable initial-element)
Source

vector.lisp.

Method: allocate-matrix-vals ((object row-vector) &key rows cols adjustable initial-element)
Source

vector.lisp.

Method: allocate-matrix-vals ((object matrix) &key dimensions adjustable initial-element)
Generic Function: array->col-vector (a)
Package

clem.

Source

vector.lisp.

Methods
Method: array->col-vector ((a array))
Generic Function: array->float-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->float-matrix ((a array))
Generic Function: array->number-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->number-matrix ((a array))
Generic Function: array->row-vector (a)
Package

clem.

Source

vector.lisp.

Methods
Method: array->row-vector ((a array))
Generic Function: array->unsigned-byte-matrix (a)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: array->unsigned-byte-matrix ((a array))
Generic Function: closest-common-matrix-class (m1 &rest mr)
Package

clem.

Source

matrix.lisp.

Methods
Method: closest-common-matrix-class ((m1 matrix) &rest mr)
Generic Function: complement-matrix (u &key maxval)
Package

clem.

Source

matrixops.lisp.

Methods
Method: complement-matrix ((u matrix) &key maxval)
Generic Function: compute-mat-scale-result-class (m q)
Package

clem.

Source

scale.lisp.

Methods
Method: compute-mat-scale-result-class ((m t-matrix) q)
Method: compute-mat-scale-result-class ((m bit-matrix) q)
Method: compute-mat-scale-result-class ((m integer-matrix) q)
Method: compute-mat-scale-result-class ((m unsigned-byte-matrix) q)
Method: compute-mat-scale-result-class ((m single-float-matrix) q)
Method: compute-mat-scale-result-class ((m double-float-matrix) q)
Generic Function: concat-matrix-cols (a b &key matrix-type)
Package

clem.

Source

matrix.lisp.

Methods
Method: concat-matrix-cols ((a matrix) (b matrix) &key matrix-type)
Generic Function: copy-affine-transformation (xfrm)
Package

clem.

Source

transform.lisp.

Methods
Method: copy-affine-transformation ((xfrm affine-transformation))
Generic Function: copy-to-complex-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-complex-matrix ((m matrix) &key constrain)
Generic Function: copy-to-sb16-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-sb16-matrix ((m matrix) &key constrain)
Generic Function: copy-to-sb32-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-sb32-matrix ((m matrix) &key constrain)
Generic Function: copy-to-sb8-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-sb8-matrix ((m matrix) &key constrain)
Generic Function: copy-to-single-float-matrix (m &key constrain)
Package

clem.

Source

typed-matrix-utils.lisp.

Methods
Method: copy-to-single-float-matrix ((m matrix) &key constrain)
Generic Function: cvref (cv i)
Package

clem.

Source

matrix.lisp.

Methods
Method: cvref ((cv matrix) i)
Generic Function: element-type (smc)

the type of the elements of instances of this matrix class

Package

clem.

Source

metaclasses.lisp.

Methods
Method: element-type ((smc standard-matrix-class))
Generic Function: fit (m val)
Package

clem.

Source

matrix.lisp.

Methods
Method: fit ((m double-float-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m single-float-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m fixnum-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m ub32-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m sb32-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m ub16-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m sb16-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m ub8-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m sb8-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m bit-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m integer-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m unsigned-byte-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m float-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m complex-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m real-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m number-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m t-matrix) v)
Source

defmatrix-types.lisp.

Method: fit ((m matrix) val)
Generic Function: fit-value (val m)
Package

clem.

Source

matrix.lisp.

Methods
Method: fit-value (val (m matrix))
Generic Function: get-col-list (m c &optional start)
Package

clem.

Source

matrix.lisp.

Methods
Method: get-col-list ((m matrix) c &optional start)
Generic Function: get-col-vector (m r)
Package

clem.

Source

vector.lisp.

Methods
Method: get-col-vector ((m matrix) r)
Generic Function: get-first-non-zero-row-in-col (a j &optional start)
Package

clem.

Source

matrix.lisp.

Methods
Method: get-first-non-zero-row-in-col ((a matrix) j &optional start)
Generic Function: get-row-as-col-vector (m r)
Package

clem.

Source

vector.lisp.

Methods
Method: get-row-as-col-vector ((m matrix) r)
Generic Function: get-row-list (m r &optional start)
Package

clem.

Source

matrix.lisp.

Methods
Method: get-row-list ((m matrix) r &optional start)
Generic Function: get-row-vector (m r)
Package

clem.

Source

vector.lisp.

Methods
Method: get-row-vector ((m matrix) r)
Generic Reader: initial-element (object)
Package

clem.

Methods
Reader Method: initial-element ((sb8-scalar sb8-scalar))

automatically generated reader method

Source

scalar.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((ub8-scalar ub8-scalar))

automatically generated reader method

Source

scalar.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((bit-scalar bit-scalar))

automatically generated reader method

Source

scalar.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((double-float-matrix double-float-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((single-float-matrix single-float-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((fixnum-matrix fixnum-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((sb32-matrix sb32-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((sb16-matrix sb16-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((sb8-matrix sb8-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((ub32-matrix ub32-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((ub16-matrix ub16-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((ub8-matrix ub8-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((bit-matrix bit-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((unsigned-byte-matrix unsigned-byte-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((integer-matrix integer-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((float-matrix float-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((complex-matrix complex-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((real-matrix real-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((number-matrix number-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((t-matrix t-matrix))

automatically generated reader method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Reader Method: initial-element ((matrix matrix))

automatically generated reader method

Source

early-matrix.lisp.

Target Slot

initial-element.

Generic Writer: (setf initial-element) (object)
Package

clem.

Methods
Writer Method: (setf initial-element) ((sb8-scalar sb8-scalar))

automatically generated writer method

Source

scalar.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((ub8-scalar ub8-scalar))

automatically generated writer method

Source

scalar.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((bit-scalar bit-scalar))

automatically generated writer method

Source

scalar.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((double-float-matrix double-float-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((single-float-matrix single-float-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((fixnum-matrix fixnum-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((sb32-matrix sb32-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((sb16-matrix sb16-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((sb8-matrix sb8-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((ub32-matrix ub32-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((ub16-matrix ub16-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((ub8-matrix ub8-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((bit-matrix bit-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((unsigned-byte-matrix unsigned-byte-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((integer-matrix integer-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((float-matrix float-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((complex-matrix complex-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((real-matrix real-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((number-matrix number-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((t-matrix t-matrix))

automatically generated writer method

Source

matrix-classes.lisp.

Target Slot

initial-element.

Writer Method: (setf initial-element) ((matrix matrix))

automatically generated writer method

Source

early-matrix.lisp.

Target Slot

initial-element.

Generic Function: invert-affine-transformation (xfrm)
Package

clem.

Methods
Method: invert-affine-transformation ((xfrm affine-transformation))
Source

transform.lisp.

Generic Function: mabs (u)
Package

clem.

Source

matrix.lisp.

Methods
Method: mabs ((u matrix))
Source

abs.lisp.

Generic Function: mabs-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Generic Function: mabs-range! (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Generic Function: map-matrix-copy (a f &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-matrix-copy ((a matrix) f &key matrix-class)
Generic Function: map-range (a startr endr startc endc fn)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-range ((a matrix) startr endr startc endc fn)
Generic Function: map-set-range (a startr endr startc endc fn)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-set-range ((a matrix) startr endr startc endc fn)
Generic Function: map-set-val (a f)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-set-val ((m double-float-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m single-float-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m fixnum-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m ub32-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m sb32-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m ub16-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m sb16-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m ub8-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m sb8-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m bit-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m integer-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m unsigned-byte-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m float-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m complex-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m real-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m number-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m t-matrix) f)
Source

defmatrix-types.lisp.

Method: map-set-val ((m matrix) f)
Generic Function: map-set-val-copy (a f)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-set-val-copy ((a matrix) f)
Generic Function: map-set-val-fit (a f &key truncate)
Package

clem.

Source

matrix.lisp.

Methods
Method: map-set-val-fit ((a matrix) f &key truncate)
Generic Function: mat-abs! (m)
Package

clem.

Methods
Method: mat-abs! ((m t-matrix))
Source

abs.lisp.

Method: mat-abs! ((m integer-matrix))
Source

abs.lisp.

Method: mat-abs! ((m bit-matrix))
Source

abs.lisp.

Method: mat-abs! ((m single-float-matrix))
Source

abs.lisp.

Method: mat-abs! ((m double-float-matrix))
Source

abs.lisp.

Generic Function: mat-abs-range! (m startr endr startc endc)
Package

clem.

Methods
Method: mat-abs-range! ((m t-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range! ((m integer-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range! ((m bit-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range! ((m single-float-matrix) startr endr startc endc)
Source

abs.lisp.

Method: mat-abs-range! ((m double-float-matrix) startr endr startc endc)
Source

abs.lisp.

Generic Function: mat-add-range (m n startr endr startc endc &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-add-range ((m ub8-matrix) (n ub8-scalar) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n sb8-scalar) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n bit-scalar) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m bit-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m bit-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m fixnum-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m fixnum-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb16-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb16-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb8-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb8-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub32-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub32-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub16-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub16-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m bit-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m complex-matrix) (n real-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m complex-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m complex-matrix) (n complex-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m integer-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m real-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m real-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m real-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m real-matrix) (n real-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb16-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb8-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub32-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub16-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n sb32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb32-matrix) (n sb8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb16-matrix) (n sb16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m sb8-matrix) (n sb8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub32-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n fixnum-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n sb32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n sb16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n sb8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m single-float-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n fixnum-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n sb32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n sb16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n sb8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n single-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range ((m double-float-matrix) (n double-float-matrix) startr endr startc endc &key in-place)
Source

add.lisp.

Generic Function: mat-add-range-double-float (m n startr endr startc endc &key in-place)
Package

clem.

Methods
Method: mat-add-range-double-float ((m ub8-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range-double-float ((m double-float-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Generic Function: mat-add-range-integer (m n startr endr startc endc &key in-place)
Package

clem.

Methods
Method: mat-add-range-integer ((m ub8-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range-integer ((m integer-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range-integer ((m double-float-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Generic Function: mat-add-range-single-float (m n startr endr startc endc &key in-place)
Package

clem.

Methods
Method: mat-add-range-single-float ((m ub8-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Method: mat-add-range-single-float ((m double-float-matrix) n startr endr startc endc &key in-place)
Source

add.lisp.

Generic Function: mat-adddouble-float (m n &key in-place)
Package

clem.

Methods
Method: mat-adddouble-float ((m ub8-matrix) n &key in-place)
Source

add.lisp.

Method: mat-adddouble-float ((m double-float-matrix) n &key in-place)
Source

add.lisp.

Generic Function: mat-addinteger (m n &key in-place)
Package

clem.

Methods
Method: mat-addinteger ((m ub8-matrix) n &key in-place)
Source

add.lisp.

Method: mat-addinteger ((m integer-matrix) n &key in-place)
Source

add.lisp.

Method: mat-addinteger ((m double-float-matrix) n &key in-place)
Source

add.lisp.

Generic Function: mat-addsingle-float (m n &key in-place)
Package

clem.

Methods
Method: mat-addsingle-float ((m ub8-matrix) n &key in-place)
Source

add.lisp.

Method: mat-addsingle-float ((m double-float-matrix) n &key in-place)
Source

add.lisp.

Generic Function: mat-copy (a &rest args)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-copy ((a matrix) &rest args)
Generic Function: mat-copy-proto-dim (a m n &key initial-element)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-copy-proto-dim ((a matrix) m n &key initial-element)
Generic Function: mat-equal-range (m n startr endr startc endc)
Package

clem.

Methods
Method: mat-equal-range ((m complex-matrix) (n complex-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m integer-matrix) (n integer-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m real-matrix) (n real-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m bit-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m sb32-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m sb16-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m sb8-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m single-float-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Method: mat-equal-range ((m double-float-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-equal.lisp.

Generic Function: mat-hprod-range (m n startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-hprod-range ((m complex-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n number-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n complex-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n real-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m complex-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n number-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n real-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m real-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m bit-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m fixnum-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m fixnum-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb32-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb32-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb32-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb32-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb16-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb16-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb16-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb8-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m sb8-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub32-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub32-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub32-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub16-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub16-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub8-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m single-float-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range ((m double-float-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Generic Function: mat-hprod-range! (m n startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-hprod-range! ((m complex-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n number-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n complex-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n real-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m complex-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n number-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n real-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m real-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m bit-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m fixnum-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m fixnum-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb32-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb32-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb32-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb32-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb16-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb16-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb16-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb8-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m sb8-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub32-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub32-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub32-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub32-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub16-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub16-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub16-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub8-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m ub8-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m single-float-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n bit-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n fixnum-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n sb32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n sb16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n sb8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n ub32-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n ub16-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n ub8-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n single-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Method: mat-hprod-range! ((m double-float-matrix) (n double-float-matrix) startr endr startc endc)
Source

defmatrix-hprod.lisp.

Generic Function: mat-mult-3-block (m n p)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-mult-3-block ((m single-float-matrix) (n single-float-matrix) (p single-float-matrix))
Source

defmatrix-mult-block.lisp.

Method: mat-mult-3-block ((m double-float-matrix) (n double-float-matrix) (p double-float-matrix))
Source

defmatrix-mult-block.lisp.

Generic Function: mat-mult3 (m n p)
Package

clem.

Source

defmatrix-mult.lisp.

Methods
Method: mat-mult3 ((m bit-matrix) (n bit-matrix) (p bit-matrix))
Method: mat-mult3 ((m fixnum-matrix) (n fixnum-matrix) (p fixnum-matrix))
Method: mat-mult3 ((m sb32-matrix) (n sb32-matrix) (p sb32-matrix))
Method: mat-mult3 ((m sb16-matrix) (n sb16-matrix) (p sb32-matrix))
Method: mat-mult3 ((m sb8-matrix) (n sb8-matrix) (p sb32-matrix))
Method: mat-mult3 ((m ub32-matrix) (n ub32-matrix) (p ub32-matrix))
Method: mat-mult3 ((m ub16-matrix) (n ub16-matrix) (p ub16-matrix))
Method: mat-mult3 ((m ub8-matrix) (n ub8-matrix) (p ub8-matrix))
Method: mat-mult3 ((m single-float-matrix) (n single-float-matrix) (p single-float-matrix))
Method: mat-mult3 ((m double-float-matrix) (n double-float-matrix) (p double-float-matrix))
Generic Function: mat-scalar-op (a b op)
Package

clem.

Source

matrix.lisp.

Methods
Method: mat-scalar-op ((a matrix) (b number) op)
Method: mat-scalar-op ((a number) (b matrix) op)
Method: mat-scalar-op ((a matrix) (b matrix) op)
Generic Function: mat-scale-2 (m n q)
Package

clem.

Source

scale.lisp.

Methods
Method: mat-scale-2 ((m t-matrix) (n t-matrix) q)
Method: mat-scale-2 ((m complex-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m integer-matrix) (n integer-matrix) q)
Method: mat-scale-2 ((m real-matrix) (n real-matrix) q)
Method: mat-scale-2 ((m fixnum-matrix) (n fixnum-matrix) q)
Method: mat-scale-2 ((m bit-matrix) (n sb32-matrix) q)
Method: mat-scale-2 ((m bit-matrix) (n ub8-matrix) q)
Method: mat-scale-2 ((m sb32-matrix) (n sb32-matrix) q)
Method: mat-scale-2 ((m sb32-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m sb32-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m sb32-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m sb16-matrix) (n sb32-matrix) q)
Method: mat-scale-2 ((m sb16-matrix) (n sb16-matrix) q)
Method: mat-scale-2 ((m sb16-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m sb16-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m sb16-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n sb32-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n sb16-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n sb8-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m sb8-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m ub32-matrix) (n ub32-matrix) q)
Method: mat-scale-2 ((m ub32-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m ub32-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m ub32-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m ub16-matrix) (n ub32-matrix) q)
Method: mat-scale-2 ((m ub16-matrix) (n ub16-matrix) q)
Method: mat-scale-2 ((m ub16-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m ub16-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m ub16-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n ub32-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n ub16-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n ub8-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m ub8-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m unsigned-byte-matrix) (n unsigned-byte-matrix) q)
Method: mat-scale-2 ((m unsigned-byte-matrix) (n integer-matrix) q)
Method: mat-scale-2 ((m unsigned-byte-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m unsigned-byte-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m unsigned-byte-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m single-float-matrix) (n single-float-matrix) q)
Method: mat-scale-2 ((m single-float-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m single-float-matrix) (n complex-matrix) q)
Method: mat-scale-2 ((m double-float-matrix) (n double-float-matrix) q)
Method: mat-scale-2 ((m double-float-matrix) (n complex-matrix) q)
Generic Function: mat-scale-fit (m q)
Package

clem.

Source

defmatrix-scale.lisp.

Methods
Method: mat-scale-fit ((m t-matrix) q)
Method: mat-scale-fit ((m complex-matrix) q)
Method: mat-scale-fit ((m integer-matrix) q)
Method: mat-scale-fit ((m real-matrix) q)
Method: mat-scale-fit ((m fixnum-matrix) q)
Method: mat-scale-fit ((m bit-matrix) q)
Method: mat-scale-fit ((m sb32-matrix) q)
Method: mat-scale-fit ((m sb16-matrix) q)
Method: mat-scale-fit ((m sb8-matrix) q)
Method: mat-scale-fit ((m ub32-matrix) q)
Method: mat-scale-fit ((m ub16-matrix) q)
Method: mat-scale-fit ((m ub8-matrix) q)
Method: mat-scale-fit ((m single-float-matrix) q)
Method: mat-scale-fit ((m double-float-matrix) q)
Generic Function: mat-scale-fit! (m q)
Package

clem.

Source

defmatrix-scale.lisp.

Methods
Method: mat-scale-fit! ((m t-matrix) q)
Method: mat-scale-fit! ((m complex-matrix) q)
Method: mat-scale-fit! ((m integer-matrix) q)
Method: mat-scale-fit! ((m real-matrix) q)
Method: mat-scale-fit! ((m fixnum-matrix) q)
Method: mat-scale-fit! ((m bit-matrix) q)
Method: mat-scale-fit! ((m sb32-matrix) q)
Method: mat-scale-fit! ((m sb16-matrix) q)
Method: mat-scale-fit! ((m sb8-matrix) q)
Method: mat-scale-fit! ((m ub32-matrix) q)
Method: mat-scale-fit! ((m ub16-matrix) q)
Method: mat-scale-fit! ((m ub8-matrix) q)
Method: mat-scale-fit! ((m single-float-matrix) q)
Method: mat-scale-fit! ((m double-float-matrix) q)
Generic Function: mat-scale-fit-range (m q startr endr startc endc)
Package

clem.

Source

defmatrix-scale.lisp.

Methods
Method: mat-scale-fit-range ((m t-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m complex-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m integer-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m real-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m fixnum-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m bit-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m sb32-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m sb16-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m sb8-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m ub32-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m ub16-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m ub8-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m single-float-matrix) q startr endr startc endc)
Method: mat-scale-fit-range ((m double-float-matrix) q startr endr startc endc)
Generic Function: mat-scale-fit-range! (m q startr endr startc endc)
Package

clem.

Source

defmatrix-scale.lisp.

Methods
Method: mat-scale-fit-range! ((m t-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m complex-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m integer-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m real-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m fixnum-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m bit-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m sb32-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m sb16-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m sb8-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m ub32-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m ub16-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m ub8-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m single-float-matrix) q startr endr startc endc)
Method: mat-scale-fit-range! ((m double-float-matrix) q startr endr startc endc)
Generic Function: mat-scale-range-2 (m n q startr endr startc endc)
Package

clem.

Source

scale.lisp.

Methods
Method: mat-scale-range-2 ((m t-matrix) (n t-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m complex-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m integer-matrix) (n integer-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m real-matrix) (n real-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m fixnum-matrix) (n fixnum-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m bit-matrix) (n sb32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m bit-matrix) (n ub8-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb32-matrix) (n sb32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb32-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb32-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb32-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb16-matrix) (n sb32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb16-matrix) (n sb16-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb16-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb16-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb16-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n sb32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n sb16-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n sb8-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m sb8-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub32-matrix) (n ub32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub32-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub32-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub32-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub16-matrix) (n ub32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub16-matrix) (n ub16-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub16-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub16-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub16-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n ub32-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n ub16-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n ub8-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m ub8-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m unsigned-byte-matrix) (n unsigned-byte-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m unsigned-byte-matrix) (n integer-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m unsigned-byte-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m unsigned-byte-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m unsigned-byte-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m single-float-matrix) (n single-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m single-float-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m single-float-matrix) (n complex-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m double-float-matrix) (n double-float-matrix) q startr endr startc endc)
Method: mat-scale-range-2 ((m double-float-matrix) (n complex-matrix) q startr endr startc endc)
Generic Function: mat-subtr-range (m n start endr startc endc &key in-place result-type)
Package

clem.

Source

subtr.lisp.

Methods
Method: mat-subtr-range ((m typed-mixin) (n typed-mixin) startr endr startc endc &key in-place result-type)
Generic Function: mat-subtr-range3 (m n p startr endr startc endc)
Package

clem.

Source

subtr.lisp.

Methods
Method: mat-subtr-range3 ((m bit-matrix) (n bit-matrix) (p bit-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m bit-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m bit-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb16-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb16-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub32-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub32-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub16-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub16-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub8-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub8-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n ub16-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n ub8-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n bit-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb16-matrix) (n bit-matrix) (p sb16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n bit-matrix) (p sb16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n bit-matrix) (p sb8-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub32-matrix) (n bit-matrix) (p ub32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub16-matrix) (n bit-matrix) (p ub16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub8-matrix) (n bit-matrix) (p ub8-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb32-matrix) (n sb32-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb16-matrix) (n sb16-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n sb8-matrix) (p sb16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m sb8-matrix) (n sb8-matrix) (p sb8-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub32-matrix) (n ub32-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub32-matrix) (n ub32-matrix) (p ub32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub16-matrix) (n ub16-matrix) (p sb32-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub16-matrix) (n ub16-matrix) (p ub16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub8-matrix) (n ub8-matrix) (p sb16-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m ub8-matrix) (n ub8-matrix) (p ub8-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n fixnum-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n bit-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n sb32-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n sb16-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n sb8-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n ub32-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n ub16-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n ub8-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m single-float-matrix) (n single-float-matrix) (p single-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n fixnum-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n bit-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n sb32-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n sb16-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n sb8-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n ub32-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n ub16-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n ub8-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n single-float-matrix) (p double-float-matrix) startr endr startc endc)
Method: mat-subtr-range3 ((m double-float-matrix) (n double-float-matrix) (p double-float-matrix) startr endr startc endc)
Generic Function: matrix->list (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: matrix->list ((m matrix))
Generic Function: matrix-l2-distance (b0 b1 &key dest)
Package

clem.

Source

matrixops.lisp.

Methods
Method: matrix-l2-distance ((b0 matrix) (b1 matrix) &key dest)
Generic Function: matrix-move-range-2d-constrain (m n startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Package

clem.

Source

matrix.lisp.

Methods
Method: matrix-move-range-2d-constrain ((m real-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m real-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m real-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m real-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m real-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m complex-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m complex-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m bit-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m fixnum-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m fixnum-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb32-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb32-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb16-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb16-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb8-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb8-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub32-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub32-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub16-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub16-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub8-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub8-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb32-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb32-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb32-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb16-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m sb8-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub32-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub16-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub8-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub32-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub16-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m ub8-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n number-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n fixnum-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m single-float-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n number-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n complex-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n real-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n fixnum-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n bit-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n sb32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n sb16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n sb8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n ub32-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n ub16-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n ub8-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n single-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Method: matrix-move-range-2d-constrain ((m double-float-matrix) (n double-float-matrix) startr1 endr1 startc1 endc1 startr2 endr2 startc2 endc2)
Source

move.lisp.

Generic Function: matrix-precedence-list (c)
Package

clem.

Source

matrix.lisp.

Methods
Method: matrix-precedence-list ((c class))
Generic Reader: matrix-vals (object)
Package

clem.

Methods
Reader Method: matrix-vals ((matrix matrix))

automatically generated reader method

Source

early-matrix.lisp.

Target Slot

m.

Generic Writer: (setf matrix-vals) (object)
Package

clem.

Methods
Writer Method: (setf matrix-vals) ((matrix matrix))

automatically generated writer method

Source

early-matrix.lisp.

Target Slot

m.

Generic Function: max-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: max-range ((m real-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m integer-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m bit-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m fixnum-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m sb32-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m sb16-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m sb8-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m ub32-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m ub16-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m ub8-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m single-float-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m double-float-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: max-range ((m matrix) startr endr startc endc)
Source

extrema.lisp.

Generic Function: maxval (smc)

the maximum value allowed by instances of this matrix class.

Package

clem.

Source

metaclasses.lisp.

Methods
Method: maxval ((smc standard-matrix-class))
Generic Function: mbitnor (m1 m2)
Package

clem.

Source

matrix.lisp.

Methods
Method: mbitnor ((m ub32-matrix) (n ub32-matrix))
Source

logical-operations.lisp.

Method: mbitnor ((m ub16-matrix) (n ub16-matrix))
Source

logical-operations.lisp.

Method: mbitnor ((m ub8-matrix) (n ub8-matrix))
Source

logical-operations.lisp.

Method: mbitnor ((m bit-matrix) (n bit-matrix))
Source

logical-operations.lisp.

Generic Function: mbitnor! (m n)
Package

clem.

Methods
Method: mbitnor! ((m ub32-matrix) (n ub32-matrix))
Source

logical-operations.lisp.

Method: mbitnor! ((m ub16-matrix) (n ub16-matrix))
Source

logical-operations.lisp.

Method: mbitnor! ((m ub8-matrix) (n ub8-matrix))
Source

logical-operations.lisp.

Method: mbitnor! ((m bit-matrix) (n bit-matrix))
Source

logical-operations.lisp.

Generic Function: mbitnor!-range (m n startr endr startc endc)
Package

clem.

Methods
Method: mbitnor!-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor!-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor!-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor!-range ((m bit-matrix) (n bit-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Generic Function: mbitnor-range (m1 m2 startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: mbitnor-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Method: mbitnor-range ((m bit-matrix) (n bit-matrix) startr endr startc endc)
Source

logical-operations.lisp.

Generic Function: mean (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: mean ((m matrix))
Source

statistics.lisp.

Generic Function: mean-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: mean-range ((m matrix) startr endr startc endc)
Source

statistics.lisp.

Generic Function: min-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: min-range ((m real-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m integer-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m bit-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m fixnum-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m sb32-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m sb16-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m sb8-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m ub32-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m ub16-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m ub8-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m single-float-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m double-float-matrix) startr endr startc endc)
Source

extrema.lisp.

Method: min-range ((m matrix) startr endr startc endc)
Source

extrema.lisp.

Generic Function: minval (smc)

the minimum value allowed by instances of this matrix class.

Package

clem.

Source

metaclasses.lisp.

Methods
Method: minval ((smc standard-matrix-class))
Generic Function: mlog! (m &optional base)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlog! ((m t-matrix) &optional base)
Source

log.lisp.

Method: mlog! ((m number-matrix) &optional base)
Source

log.lisp.

Method: mlog! ((m complex-matrix) &optional base)
Source

log.lisp.

Method: mlog! ((m single-float-matrix) &optional base)
Source

log.lisp.

Method: mlog! ((m double-float-matrix) &optional base)
Source

log.lisp.

Generic Function: mlog-range! (m startr endr startc endc &optional base)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlog-range! ((m t-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range! ((m number-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range! ((m complex-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range! ((m single-float-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Method: mlog-range! ((m double-float-matrix) startr endr startc endc &optional base)
Source

log.lisp.

Generic Function: mlogand-range (m1 m2 startr endr startc endc &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogand-range ((m integer-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogand-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogand-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogand-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogand-range ((m bit-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Generic Function: mlogior-range (m1 m2 startr endr startc endc &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogior-range ((m integer-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogior-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogior-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogior-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogior-range ((m bit-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Generic Function: mlognot (m &key in-place)

Performs element-wise logical negation of the
matrix m. If in-place is nil, returns a new matrix with the resulting values, otherwise, destructively modifies matrix m.

Package

clem.

Source

matrix.lisp.

Methods
Method: mlognot ((m sb32-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlognot ((m sb16-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlognot ((m sb8-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlognot ((m fixnum-matrix) &key in-place)
Source

logical-operations.lisp.

Method: mlognot ((m integer-matrix) &key in-place)
Source

logical-operations.lisp.

Generic Function: mlognot-range (m startr endr startc endc &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlognot-range ((m sb32-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlognot-range ((m sb16-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlognot-range ((m sb8-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlognot-range ((m fixnum-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlognot-range ((m integer-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Generic Function: mlogxor-range (m1 m2 startr endr startc endc &key in-place)
Package

clem.

Source

matrix.lisp.

Methods
Method: mlogxor-range ((m integer-matrix) (n integer-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogxor-range ((m ub32-matrix) (n ub32-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogxor-range ((m ub16-matrix) (n ub16-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogxor-range ((m ub8-matrix) (n ub8-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Method: mlogxor-range ((m bit-matrix) (n bit-matrix) startr endr startc endc &key in-place)
Source

logical-operations.lisp.

Generic Function: morphological-op (u v f)
Package

clem.

Source

matrixops.lisp.

Methods
Method: morphological-op ((u matrix) (v matrix) f)
Generic Function: move-affine-transformation (src dest)
Package

clem.

Source

transform.lisp.

Methods
Method: move-affine-transformation ((src affine-transformation) (dest affine-transformation))
Generic Function: move-element (m i1 j1 n i2 j2)

Copy the contents of the element at row i1, column
j1, in matrix m to the element at row i2, column j2, in matrix n.

Package

clem.

Source

matrix.lisp.

Methods
Method: move-element ((m real-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m real-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m real-matrix) i1 j1 (n complex-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m real-matrix) i1 j1 (n real-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m real-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m complex-matrix) i1 j1 (n complex-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m complex-matrix) i1 j1 (n real-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n sb32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n sb16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n sb8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n ub32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n ub16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m bit-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m fixnum-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m fixnum-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb32-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb32-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb16-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb16-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb8-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb8-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub32-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub32-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub16-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub16-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub8-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub8-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb32-matrix) i1 j1 (n ub16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb32-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb32-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb16-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m sb8-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub32-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub16-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub8-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub32-matrix) i1 j1 (n ub32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub16-matrix) i1 j1 (n ub16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m ub8-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n number-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n complex-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n real-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n fixnum-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n sb32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n sb16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n sb8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n ub32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n ub16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m single-float-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n number-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n complex-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n real-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n fixnum-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n bit-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n sb32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n sb16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n sb8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n ub32-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n ub16-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n ub8-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n single-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m double-float-matrix) i1 j1 (n double-float-matrix) i2 j2)
Source

move.lisp.

Method: move-element ((m matrix) i1 j1 (n matrix) i2 j2)
Generic Function: random-float-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-float-matrix (rows cols &key max)
Generic Function: random-number-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-number-matrix (rows cols &key max)
Generic Function: random-unsigned-byte-matrix (rows cols &key max)
Package

clem.

Source

defmatrix-types.lisp.

Methods
Method: random-unsigned-byte-matrix (rows cols &key max)
Generic Function: reshape (m rows cols &key initial-element)
Package

clem.

Source

matrix.lisp.

Methods
Method: reshape ((m matrix) rows cols &key initial-element)
Generic Reader: resizable (object)
Package

clem.

Methods
Reader Method: resizable ((matrix matrix))

automatically generated reader method

Source

early-matrix.lisp.

Target Slot

resizeable.

Generic Writer: (setf resizable) (object)
Package

clem.

Methods
Writer Method: (setf resizable) ((matrix matrix))

automatically generated writer method

Source

early-matrix.lisp.

Target Slot

resizeable.

Generic Function: row-major-mref (m index)
Package

clem.

Source

matrix.lisp.

Methods
Method: row-major-mref ((m matrix) index)
Source

mref.lisp.

Generic Function: (setf row-major-mref) (m index)
Package

clem.

Source

matrix.lisp.

Methods
Method: (setf row-major-mref) ((m matrix) index)
Source

mref.lisp.

Generic Function: rvref (rv i)
Package

clem.

Source

matrix.lisp.

Methods
Method: rvref ((rv matrix) i)
Generic Function: sample-variance (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: sample-variance ((m matrix))
Source

statistics.lisp.

Generic Function: sample-variance-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: sample-variance-range ((m matrix) startr endr startc endc)
Source

statistics.lisp.

Method: sample-variance-range ((m double-float-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m single-float-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m fixnum-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m ub32-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m sb32-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m ub16-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m sb16-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m ub8-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m sb8-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m bit-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m integer-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m unsigned-byte-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m float-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m complex-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m real-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m number-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Method: sample-variance-range ((m t-matrix) startr endr startc endc)
Source

defmatrix-types.lisp.

Generic Function: scalar-divide-copy (a q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-divide-copy ((a matrix) q)
Generic Function: scalar-mult (m q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-mult ((m matrix) q)
Generic Function: scalar-mult-copy (m q)
Package

clem.

Source

matrix.lisp.

Methods
Method: scalar-mult-copy ((a matrix) q)
Generic Function: scalar-set-val (s v)
Package

clem.

Source

scalar.lisp.

Methods
Method: scalar-set-val ((s scalar) v)
Generic Function: scalar-val (s)
Package

clem.

Source

scalar.lisp.

Methods
Method: scalar-val ((s scalar))
Generic Function: set-affine-transformation-matrix (xfrm m)
Package

clem.

Methods
Method: set-affine-transformation-matrix ((xfrm affine-transformation) (m matrix))
Source

transform.lisp.

Generic Function: set-affine-transformation-parameters (xfrm &key y-shift x-shift theta y-scale x-scale y-shear x-shear)
Package

clem.

Methods
Method: set-affine-transformation-parameters ((xfrm affine-transformation) &key y-shift x-shift theta y-scale x-scale y-shear x-shear)
Source

transform.lisp.

Generic Function: set-col (m c values)
Package

clem.

Source

matrix.lisp.

Methods
Method: set-col ((m matrix) c (v col-vector))
Source

vector.lisp.

Method: set-col ((m matrix) r (v row-vector))
Source

vector.lisp.

Method: set-col ((m matrix) c values)
Generic Function: set-row (m r values)
Package

clem.

Source

matrix.lisp.

Methods
Method: set-row ((m matrix) r (v col-vector))
Source

vector.lisp.

Method: set-row ((m matrix) r (v row-vector))
Source

vector.lisp.

Method: set-row ((m matrix) r values)
Generic Function: set-val-fit (m i j v &key truncate)
Package

clem.

Source

metaclasses.lisp.

Methods
Method: set-val-fit ((m double-float-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m single-float-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m fixnum-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m ub32-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m sb32-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m ub16-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m sb16-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m ub8-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m sb8-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m bit-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m integer-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m unsigned-byte-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m float-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m complex-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m real-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m number-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m t-matrix) i j v &key truncate)
Source

defmatrix-types.lisp.

Method: set-val-fit ((m typed-matrix) i j v &key truncate)
Source

typed-matrix.lisp.

Method: set-val-fit ((m matrix) i j v &key truncate)
Source

matrix.lisp.

Method: set-val-fit ((m typed-mixin) i j v &key truncate)
Generic Function: specialized-array-p (smc)
Package

clem.

Source

metaclasses.lisp.

Methods
Reader Method: specialized-array-p ((typed-matrix typed-matrix))

automatically generated reader method

Source

typed-matrix.lisp.

Target Slot

specialized-array.

Reader Method: specialized-array-p ((typed-mixin typed-mixin))

automatically generated reader method

Target Slot

specialized-array.

Method: specialized-array-p ((smc standard-matrix-class))
Generic Writer: (setf specialized-array-p) (object)
Package

clem.

Methods
Writer Method: (setf specialized-array-p) ((typed-matrix typed-matrix))

automatically generated writer method

Source

typed-matrix.lisp.

Target Slot

specialized-array.

Writer Method: (setf specialized-array-p) ((typed-mixin typed-mixin))

automatically generated writer method

Source

metaclasses.lisp.

Target Slot

specialized-array.

Generic Function: subset-matrix-cols (a x y &key matrix-type)
Package

clem.

Source

matrix.lisp.

Methods
Method: subset-matrix-cols ((a matrix) x y &key matrix-type)
Generic Function: sum-cols (m &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum-cols ((m matrix) &key matrix-class)
Source

sum.lisp.

Generic Function: sum-rows (m &key matrix-class)
Package

clem.

Source

matrix.lisp.

Methods
Method: sum-rows ((m matrix) &key matrix-class)
Source

sum.lisp.

Generic Function: transpose-matrix (a)
Package

clem.

Source

matrix.lisp.

Methods
Method: transpose-matrix ((a matrix))
Generic Function: val-format (smc)

the format string used to print out
element values of instances of this matrix class

Package

clem.

Source

metaclasses.lisp.

Methods
Method: val-format ((smc standard-matrix-class))
Generic Function: variance (m)
Package

clem.

Source

matrix.lisp.

Methods
Method: variance ((m matrix))
Source

statistics.lisp.

Generic Function: variance-range (m startr endr startc endc)
Package

clem.

Source

matrix.lisp.

Methods
Method: variance-range ((m matrix) startr endr startc endc)
Source

statistics.lisp.

Generic Function: vec-dim (vec)
Package

clem.

Source

vector.lisp.

Methods
Method: vec-dim ((cv col-vector))
Method: vec-dim ((rv row-vector))
Generic Function: vec-set-val (vec i val)
Package

clem.

Source

vector.lisp.

Methods
Method: vec-set-val ((cv col-vector) i v)
Method: vec-set-val ((rv row-vector) i v)
Generic Function: vec-val (vec i)
Package

clem.

Source

vector.lisp.

Methods
Method: vec-val ((cv col-vector) i)
Method: vec-val ((rv row-vector) i)

6.2.7 Conditions

Condition: matrix-argument-error
Package

clem.

Source

early-matrix.lisp.

Direct superclasses

matrix-error.

Condition: matrix-condition
Package

clem.

Source

early-matrix.lisp.

Direct superclasses

condition.

Direct subclasses

matrix-error.

Condition: matrix-error
Package

clem.

Source

early-matrix.lisp.

Direct superclasses
Direct subclasses

matrix-argument-error.


6.2.8 Classes

Class: base-vector
Package

clem.

Source

vector.lisp.

Direct superclasses

matrix.

Direct subclasses
Class: bit-scalar
Package

clem.

Source

scalar.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: initial-element
Initform

0

Initargs

:initial-element

Readers

initial-element.

Writers

(setf initial-element).

Class: col-vector
Package

clem.

Source

vector.lisp.

Direct superclasses

base-vector.

Direct methods
Class: row-vector
Package

clem.

Source

vector.lisp.

Direct superclasses

base-vector.

Direct methods
Class: scalar
Package

clem.

Source

scalar.lisp.

Direct superclasses

matrix.

Direct subclasses
Direct methods
Class: standard-matrix-class
Package

clem.

Source

metaclasses.lisp.

Direct superclasses

standard-class.

Direct methods
Direct slots
Slot: element-type
Initargs

:element-type

Slot: accumulator-type
Initargs

:accumulator-type

Slot: specialized-array
Initargs

:specialized-array

Slot: val-format
Initargs

:val-format

Slot: minval
Initargs

:minval

Slot: maxval
Initargs

:maxval

Class: typed-mixin
Package

clem.

Source

metaclasses.lisp.

Direct subclasses

matrix.

Direct methods
Direct slots
Slot: specialized-array
Allocation

:class

Readers

specialized-array-p.

Writers

(setf specialized-array-p).


6.2.9 Types

Type: index-type ()
Package

clem.

Source

early-matrix.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   V   W   X   Y   Z  
Index Entry  Section

%
%%sum-range: Private macros
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%discrete-convolve: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%get-subtr-matrix-class: Private generic functions
%mat-mult-block: Private generic functions
%mat-mult-block: Private generic functions
%mat-mult-block: Private generic functions
%mat-mult-with-blocks: Private generic functions
%mat-mult-with-blocks: Private generic functions
%mat-mult-with-blocks: Private generic functions
%separable-discrete-convolve: Private generic functions
%separable-discrete-convolve: Private generic functions
%separable-discrete-convolve: Private generic functions
%separable-discrete-convolve: Private generic functions
%separable-discrete-convolve: Private generic functions
%separable-discrete-convolve: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transform-matrix: Private generic functions
%transfrom-matrix: Private generic functions

(
(setf adjustable): Private generic functions
(setf adjustable): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf initial-element): Private generic functions
(setf matrix-vals): Private generic functions
(setf matrix-vals): Private generic functions
(setf mref): Public generic functions
(setf mref): Public generic functions
(setf resizable): Private generic functions
(setf resizable): Private generic functions
(setf row-major-mref): Private generic functions
(setf row-major-mref): Private generic functions
(setf specialized-array-p): Private generic functions
(setf specialized-array-p): Private generic functions
(setf specialized-array-p): Private generic functions
(setf theta): Public generic functions
(setf theta): Public generic functions
(setf transformation-parameter): Public ordinary functions
(setf x-scale): Public generic functions
(setf x-scale): Public generic functions
(setf x-shear): Public generic functions
(setf x-shear): Public generic functions
(setf x-shift): Public generic functions
(setf x-shift): Public generic functions
(setf y-scale): Public generic functions
(setf y-scale): Public generic functions
(setf y-shear): Public generic functions
(setf y-shear): Public generic functions
(setf y-shift): Public generic functions
(setf y-shift): Public generic functions

A
accumulator-type: Private generic functions
accumulator-type: Private generic functions
add-col: Private generic functions
add-col: Private generic functions
add-root-class: Private ordinary functions
add-row: Private generic functions
add-row: Private generic functions
adjustable: Private generic functions
adjustable: Private generic functions
affine-transform: Public generic functions
affine-transform: Public generic functions
allocate-matrix-vals: Private generic functions
allocate-matrix-vals: Private generic functions
allocate-matrix-vals: Private generic functions
allocate-matrix-vals: Private generic functions
array->bit-matrix: Public generic functions
array->bit-matrix: Public generic functions
array->col-vector: Private generic functions
array->col-vector: Private generic functions
array->complex-matrix: Public generic functions
array->complex-matrix: Public generic functions
array->double-float-matrix: Public generic functions
array->double-float-matrix: Public generic functions
array->fixnum-matrix: Public generic functions
array->fixnum-matrix: Public generic functions
array->float-matrix: Private generic functions
array->float-matrix: Private generic functions
array->integer-matrix: Public generic functions
array->integer-matrix: Public generic functions
array->matrix: Public generic functions
array->matrix: Public generic functions
array->number-matrix: Private generic functions
array->number-matrix: Private generic functions
array->real-matrix: Public generic functions
array->real-matrix: Public generic functions
array->row-vector: Private generic functions
array->row-vector: Private generic functions
array->sb16-matrix: Public generic functions
array->sb16-matrix: Public generic functions
array->sb32-matrix: Public generic functions
array->sb32-matrix: Public generic functions
array->sb8-matrix: Public generic functions
array->sb8-matrix: Public generic functions
array->single-float-matrix: Public generic functions
array->single-float-matrix: Public generic functions
array->t-matrix: Public generic functions
array->t-matrix: Public generic functions
array->ub16-matrix: Public generic functions
array->ub16-matrix: Public generic functions
array->ub32-matrix: Public generic functions
array->ub32-matrix: Public generic functions
array->ub8-matrix: Public generic functions
array->ub8-matrix: Public generic functions
array->unsigned-byte-matrix: Private generic functions
array->unsigned-byte-matrix: Private generic functions

B
bilinear-interpolate: Private macros
binary-threshold: Public generic functions
binary-threshold: Public generic functions
bitnor: Private ordinary functions

C
closest-common-ancestor: Private ordinary functions
closest-common-matrix-class: Private generic functions
closest-common-matrix-class: Private generic functions
cols: Public generic functions
cols: Public generic functions
cols: Public generic functions
cols: Public generic functions
complement-matrix: Private generic functions
complement-matrix: Private generic functions
compute-bounds: Public ordinary functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
compute-mat-scale-result-class: Private generic functions
concat-matrix-cols: Private generic functions
concat-matrix-cols: Private generic functions
constrain: Private ordinary functions
copy-affine-transformation: Private generic functions
copy-affine-transformation: Private generic functions
copy-affine-transformation-7-parameters: Public ordinary functions
copy-to-bit-matrix: Public generic functions
copy-to-bit-matrix: Public generic functions
copy-to-complex-matrix: Private generic functions
copy-to-complex-matrix: Private generic functions
copy-to-double-float-matrix: Public generic functions
copy-to-double-float-matrix: Public generic functions
copy-to-fixnum-matrix: Public generic functions
copy-to-fixnum-matrix: Public generic functions
copy-to-matrix-type: Private ordinary functions
copy-to-sb16-matrix: Private generic functions
copy-to-sb16-matrix: Private generic functions
copy-to-sb32-matrix: Private generic functions
copy-to-sb32-matrix: Private generic functions
copy-to-sb8-matrix: Private generic functions
copy-to-sb8-matrix: Private generic functions
copy-to-single-float-matrix: Private generic functions
copy-to-single-float-matrix: Private generic functions
copy-to-ub16-matrix: Public generic functions
copy-to-ub16-matrix: Public generic functions
copy-to-ub32-matrix: Public generic functions
copy-to-ub32-matrix: Public generic functions
copy-to-ub8-matrix: Public generic functions
copy-to-ub8-matrix: Public generic functions
count-range: Private ordinary functions
cvref: Private generic functions
cvref: Private generic functions

D
decf-transformation-parameters: Public ordinary functions
def-binary-op: Private macros
def-matrix-abs: Private macros
def-matrix-abs!: Private macros
def-matrix-add-number: Private macros
def-matrix-add-range: Private macros
def-matrix-add-scalar: Private macros
def-matrix-convolve: Private macros
def-matrix-equal: Private macros
def-matrix-hprod: Private macros
def-matrix-hprod!: Private macros
def-matrix-log: Private macros
def-matrix-log!: Private macros
def-matrix-min-max: Private macros
def-matrix-move: Private macros
def-matrix-mult: Private macros
def-matrix-mult-block: Private macros
def-matrix-scale-2: Private macros
def-matrix-scale-fit: Private macros
def-matrix-scale-fit!: Private macros
def-matrix-square: Private macros
def-matrix-subset-matrix: Private macros
def-matrix-subtr: Private macros
def-matrix-transform: Private macros
def-move-element: Private macros
def-unary-op: Private macros
defmatrixclass: Public macros
defmatrixfuncs: Private macros
defmbitnor: Private macros
defmbitnor!: Private macros
delistify: Private ordinary functions
delistify-dsd: Private ordinary functions
dilate: Public generic functions
dilate: Public generic functions
dim: Public generic functions
dim: Public generic functions
dim: Public generic functions
dim: Public generic functions
dim: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
discrete-convolve: Public generic functions
displace-to-1d-array: Private ordinary functions
double-float-divide: Private ordinary functions

E
element-type: Private generic functions
element-type: Private generic functions
erode: Public generic functions
erode: Public generic functions

F
fill-slot-from-ancestor: Private ordinary functions
fill-standard-matrix-class-slots-from-ancestors: Private ordinary functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit: Private generic functions
fit-value: Private generic functions
fit-value: Private generic functions
fixnum1+: Private macros
Function, (setf transformation-parameter): Public ordinary functions
Function, add-root-class: Private ordinary functions
Function, bitnor: Private ordinary functions
Function, closest-common-ancestor: Private ordinary functions
Function, compute-bounds: Public ordinary functions
Function, constrain: Private ordinary functions
Function, copy-affine-transformation-7-parameters: Public ordinary functions
Function, copy-to-matrix-type: Private ordinary functions
Function, count-range: Private ordinary functions
Function, decf-transformation-parameters: Public ordinary functions
Function, delistify: Private ordinary functions
Function, delistify-dsd: Private ordinary functions
Function, displace-to-1d-array: Private ordinary functions
Function, double-float-divide: Private ordinary functions
Function, fill-slot-from-ancestor: Private ordinary functions
Function, fill-standard-matrix-class-slots-from-ancestors: Private ordinary functions
Function, gaussian-blur: Public ordinary functions
Function, gaussian-kernel: Public ordinary functions
Function, gaussian-kernel-1d: Private ordinary functions
Function, get-affine-transformation-7-parameters-properties: Public ordinary functions
Function, get-matrix-name-for-type: Private ordinary functions
Function, get-matrix-type-for-type: Private ordinary functions
Function, graddir: Private ordinary functions
Function, gradmag: Public ordinary functions
Function, inferior: Private ordinary functions
Function, insert-before: Private ordinary functions
Function, laplacian: Public ordinary functions
Function, laplacian-2: Private ordinary functions
Function, make-affine-transformation: Public ordinary functions
Function, make-affine-transformation-matrix-from-7-parameters: Public ordinary functions
Function, make-intern: Private ordinary functions
Function, matrix-means: Public ordinary functions
Function, matrix-medians: Public ordinary functions
Function, median: Private ordinary functions
Function, move-affine-transformation-7-parameters: Public ordinary functions
Function, parse-mloop-vars: Private ordinary functions
Function, print-matrix-line: Private ordinary functions
Function, remove-keyword-arg: Private ordinary functions
Function, resize-matrix: Private ordinary functions
Function, sample-variance-window: Public ordinary functions
Function, scalar: Private ordinary functions
Function, separable-morphological-op: Private ordinary functions
Function, standard-deviation: Private ordinary functions
Function, standard-matrix-class-p: Private ordinary functions
Function, standard-matrix-class-precedence-list: Private ordinary functions
Function, standard-matrix-class-slots: Private ordinary functions
Function, subclassp: Private ordinary functions
Function, superior: Private ordinary functions
Function, transform-coord: Public ordinary functions
Function, transformation-parameter: Public ordinary functions
Function, variance-window: Public ordinary functions
Function, x-derivative: Public ordinary functions
Function, y-derivative: Public ordinary functions
Function, zero-col-vector: Private ordinary functions
Function, zero-row-vector: Private ordinary functions

G
gaussian-blur: Public ordinary functions
gaussian-kernel: Public ordinary functions
gaussian-kernel-1d: Private ordinary functions
Generic Function, %discrete-convolve: Private generic functions
Generic Function, %get-subtr-matrix-class: Private generic functions
Generic Function, %mat-mult-block: Private generic functions
Generic Function, %mat-mult-with-blocks: Private generic functions
Generic Function, %separable-discrete-convolve: Private generic functions
Generic Function, %transform-matrix: Private generic functions
Generic Function, %transfrom-matrix: Private generic functions
Generic Function, (setf adjustable): Private generic functions
Generic Function, (setf initial-element): Private generic functions
Generic Function, (setf matrix-vals): Private generic functions
Generic Function, (setf mref): Public generic functions
Generic Function, (setf resizable): Private generic functions
Generic Function, (setf row-major-mref): Private generic functions
Generic Function, (setf specialized-array-p): Private generic functions
Generic Function, (setf theta): Public generic functions
Generic Function, (setf x-scale): Public generic functions
Generic Function, (setf x-shear): Public generic functions
Generic Function, (setf x-shift): Public generic functions
Generic Function, (setf y-scale): Public generic functions
Generic Function, (setf y-shear): Public generic functions
Generic Function, (setf y-shift): Public generic functions
Generic Function, accumulator-type: Private generic functions
Generic Function, add-col: Private generic functions
Generic Function, add-row: Private generic functions
Generic Function, adjustable: Private generic functions
Generic Function, affine-transform: Public generic functions
Generic Function, allocate-matrix-vals: Private generic functions
Generic Function, array->bit-matrix: Public generic functions
Generic Function, array->col-vector: Private generic functions
Generic Function, array->complex-matrix: Public generic functions
Generic Function, array->double-float-matrix: Public generic functions
Generic Function, array->fixnum-matrix: Public generic functions
Generic Function, array->float-matrix: Private generic functions
Generic Function, array->integer-matrix: Public generic functions
Generic Function, array->matrix: Public generic functions
Generic Function, array->number-matrix: Private generic functions
Generic Function, array->real-matrix: Public generic functions
Generic Function, array->row-vector: Private generic functions
Generic Function, array->sb16-matrix: Public generic functions
Generic Function, array->sb32-matrix: Public generic functions
Generic Function, array->sb8-matrix: Public generic functions
Generic Function, array->single-float-matrix: Public generic functions
Generic Function, array->t-matrix: Public generic functions
Generic Function, array->ub16-matrix: Public generic functions
Generic Function, array->ub32-matrix: Public generic functions
Generic Function, array->ub8-matrix: Public generic functions
Generic Function, array->unsigned-byte-matrix: Private generic functions
Generic Function, binary-threshold: Public generic functions
Generic Function, closest-common-matrix-class: Private generic functions
Generic Function, cols: Public generic functions
Generic Function, complement-matrix: Private generic functions
Generic Function, compute-mat-scale-result-class: Private generic functions
Generic Function, concat-matrix-cols: Private generic functions
Generic Function, copy-affine-transformation: Private generic functions
Generic Function, copy-to-bit-matrix: Public generic functions
Generic Function, copy-to-complex-matrix: Private generic functions
Generic Function, copy-to-double-float-matrix: Public generic functions
Generic Function, copy-to-fixnum-matrix: Public generic functions
Generic Function, copy-to-sb16-matrix: Private generic functions
Generic Function, copy-to-sb32-matrix: Private generic functions
Generic Function, copy-to-sb8-matrix: Private generic functions
Generic Function, copy-to-single-float-matrix: Private generic functions
Generic Function, copy-to-ub16-matrix: Public generic functions
Generic Function, copy-to-ub32-matrix: Public generic functions
Generic Function, copy-to-ub8-matrix: Public generic functions
Generic Function, cvref: Private generic functions
Generic Function, dilate: Public generic functions
Generic Function, dim: Public generic functions
Generic Function, discrete-convolve: Public generic functions
Generic Function, element-type: Private generic functions
Generic Function, erode: Public generic functions
Generic Function, fit: Private generic functions
Generic Function, fit-value: Private generic functions
Generic Function, get-col-list: Private generic functions
Generic Function, get-col-vector: Private generic functions
Generic Function, get-first-non-zero-row-in-col: Private generic functions
Generic Function, get-row-as-col-vector: Private generic functions
Generic Function, get-row-list: Private generic functions
Generic Function, get-row-vector: Private generic functions
Generic Function, horzcat: Public generic functions
Generic Function, identity-matrix: Public generic functions
Generic Function, initial-element: Private generic functions
Generic Function, invert-affine-transformation: Private generic functions
Generic Function, invert-matrix: Public generic functions
Generic Function, m*: Public generic functions
Generic Function, m+: Public generic functions
Generic Function, m-: Public generic functions
Generic Function, m.*: Public generic functions
Generic Function, mabs: Private generic functions
Generic Function, mabs-range: Private generic functions
Generic Function, mabs-range!: Private generic functions
Generic Function, map-col: Public generic functions
Generic Function, map-matrix-copy: Private generic functions
Generic Function, map-matrix-fit: Public generic functions
Generic Function, map-range: Private generic functions
Generic Function, map-row: Public generic functions
Generic Function, map-set-range: Private generic functions
Generic Function, map-set-val: Private generic functions
Generic Function, map-set-val-copy: Private generic functions
Generic Function, map-set-val-fit: Private generic functions
Generic Function, mat-abs: Public generic functions
Generic Function, mat-abs!: Private generic functions
Generic Function, mat-abs-range: Public generic functions
Generic Function, mat-abs-range!: Private generic functions
Generic Function, mat-add: Public generic functions
Generic Function, mat-add-range: Private generic functions
Generic Function, mat-add-range-double-float: Private generic functions
Generic Function, mat-add-range-integer: Private generic functions
Generic Function, mat-add-range-single-float: Private generic functions
Generic Function, mat-adddouble-float: Private generic functions
Generic Function, mat-addinteger: Private generic functions
Generic Function, mat-addsingle-float: Private generic functions
Generic Function, mat-copy: Private generic functions
Generic Function, mat-copy-into: Public generic functions
Generic Function, mat-copy-proto: Public generic functions
Generic Function, mat-copy-proto-dim: Private generic functions
Generic Function, mat-equal: Public generic functions
Generic Function, mat-equal-range: Private generic functions
Generic Function, mat-hprod: Public generic functions
Generic Function, mat-hprod!: Public generic functions
Generic Function, mat-hprod-range: Private generic functions
Generic Function, mat-hprod-range!: Private generic functions
Generic Function, mat-mult: Public generic functions
Generic Function, mat-mult-3-block: Private generic functions
Generic Function, mat-mult3: Private generic functions
Generic Function, mat-scalar-op: Private generic functions
Generic Function, mat-scale: Public generic functions
Generic Function, mat-scale-2: Private generic functions
Generic Function, mat-scale-fit: Private generic functions
Generic Function, mat-scale-fit!: Private generic functions
Generic Function, mat-scale-fit-range: Private generic functions
Generic Function, mat-scale-fit-range!: Private generic functions
Generic Function, mat-scale-range-2: Private generic functions
Generic Function, mat-sqrt: Public generic functions
Generic Function, mat-sqrt!: Public generic functions
Generic Function, mat-square: Public generic functions
Generic Function, mat-square!: Public generic functions
Generic Function, mat-subtr: Public generic functions
Generic Function, mat-subtr-range: Private generic functions
Generic Function, mat-subtr-range3: Private generic functions
Generic Function, mat-trim: Public generic functions
Generic Function, matrix->list: Private generic functions
Generic Function, matrix-l2-distance: Private generic functions
Generic Function, matrix-move: Public generic functions
Generic Function, matrix-move-range-2d: Public generic functions
Generic Function, matrix-move-range-2d-constrain: Private generic functions
Generic Function, matrix-precedence-list: Private generic functions
Generic Function, matrix-vals: Private generic functions
Generic Function, max-range: Private generic functions
Generic Function, max-val: Public generic functions
Generic Function, maxval: Private generic functions
Generic Function, mbitnor: Private generic functions
Generic Function, mbitnor!: Private generic functions
Generic Function, mbitnor!-range: Private generic functions
Generic Function, mbitnor-range: Private generic functions
Generic Function, mean: Private generic functions
Generic Function, mean-range: Private generic functions
Generic Function, min-range: Private generic functions
Generic Function, min-val: Public generic functions
Generic Function, minval: Private generic functions
Generic Function, mlog: Public generic functions
Generic Function, mlog!: Private generic functions
Generic Function, mlog-range: Public generic functions
Generic Function, mlog-range!: Private generic functions
Generic Function, mlogand: Public generic functions
Generic Function, mlogand-range: Private generic functions
Generic Function, mlogior: Public generic functions
Generic Function, mlogior-range: Private generic functions
Generic Function, mlognot: Private generic functions
Generic Function, mlognot-range: Private generic functions
Generic Function, mlogxor: Public generic functions
Generic Function, mlogxor-range: Private generic functions
Generic Function, morphological-op: Private generic functions
Generic Function, move-affine-transformation: Private generic functions
Generic Function, move-element: Private generic functions
Generic Function, mref: Public generic functions
Generic Function, norm-0-1: Public generic functions
Generic Function, norm-0-255: Public generic functions
Generic Function, normalize: Public generic functions
Generic Function, pad-matrix: Public generic functions
Generic Function, print-matrix: Public generic functions
Generic Function, print-range: Public generic functions
Generic Function, random-bit-matrix: Public generic functions
Generic Function, random-complex-matrix: Public generic functions
Generic Function, random-double-float-matrix: Public generic functions
Generic Function, random-fixnum-matrix: Public generic functions
Generic Function, random-float-matrix: Private generic functions
Generic Function, random-integer-matrix: Public generic functions
Generic Function, random-matrix: Public generic functions
Generic Function, random-number-matrix: Private generic functions
Generic Function, random-real-matrix: Public generic functions
Generic Function, random-sb16-matrix: Public generic functions
Generic Function, random-sb32-matrix: Public generic functions
Generic Function, random-sb8-matrix: Public generic functions
Generic Function, random-single-float-matrix: Public generic functions
Generic Function, random-t-matrix: Public generic functions
Generic Function, random-ub16-matrix: Public generic functions
Generic Function, random-ub32-matrix: Public generic functions
Generic Function, random-ub8-matrix: Public generic functions
Generic Function, random-unsigned-byte-matrix: Private generic functions
Generic Function, reshape: Private generic functions
Generic Function, resizable: Private generic functions
Generic Function, row-major-mref: Private generic functions
Generic Function, rows: Public generic functions
Generic Function, rvref: Private generic functions
Generic Function, sample-variance: Private generic functions
Generic Function, sample-variance-range: Private generic functions
Generic Function, scalar-divide: Public generic functions
Generic Function, scalar-divide-col: Public generic functions
Generic Function, scalar-divide-copy: Private generic functions
Generic Function, scalar-divide-row: Public generic functions
Generic Function, scalar-double-float-divide-col: Public generic functions
Generic Function, scalar-double-float-divide-row: Public generic functions
Generic Function, scalar-mult: Private generic functions
Generic Function, scalar-mult-col: Public generic functions
Generic Function, scalar-mult-copy: Private generic functions
Generic Function, scalar-mult-row: Public generic functions
Generic Function, scalar-set-val: Private generic functions
Generic Function, scalar-single-float-divide-col: Public generic functions
Generic Function, scalar-single-float-divide-row: Public generic functions
Generic Function, scalar-val: Private generic functions
Generic Function, separable-discrete-convolve: Public generic functions
Generic Function, set-affine-transformation-matrix: Private generic functions
Generic Function, set-affine-transformation-parameters: Private generic functions
Generic Function, set-col: Private generic functions
Generic Function, set-row: Private generic functions
Generic Function, set-val: Public generic functions
Generic Function, set-val-fit: Private generic functions
Generic Function, specialized-array-p: Private generic functions
Generic Function, subset-matrix: Public generic functions
Generic Function, subset-matrix-cols: Private generic functions
Generic Function, sum: Public generic functions
Generic Function, sum-cols: Private generic functions
Generic Function, sum-range: Public generic functions
Generic Function, sum-rows: Private generic functions
Generic Function, sum-square: Public generic functions
Generic Function, sum-square-range: Public generic functions
Generic Function, swap-cols: Public generic functions
Generic Function, swap-rows: Public generic functions
Generic Function, theta: Public generic functions
Generic Function, threshold: Public generic functions
Generic Function, transform-matrix: Public generic functions
Generic Function, transpose: Public generic functions
Generic Function, transpose-matrix: Private generic functions
Generic Function, val: Public generic functions
Generic Function, val-format: Private generic functions
Generic Function, variance: Private generic functions
Generic Function, variance-range: Private generic functions
Generic Function, vec-dim: Private generic functions
Generic Function, vec-set-val: Private generic functions
Generic Function, vec-val: Private generic functions
Generic Function, vertcat: Public generic functions
Generic Function, x-scale: Public generic functions
Generic Function, x-shear: Public generic functions
Generic Function, x-shift: Public generic functions
Generic Function, y-scale: Public generic functions
Generic Function, y-shear: Public generic functions
Generic Function, y-shift: Public generic functions
Generic Function, zero-matrix: Public generic functions
get-affine-transformation-7-parameters-properties: Public ordinary functions
get-col-list: Private generic functions
get-col-list: Private generic functions
get-col-vector: Private generic functions
get-col-vector: Private generic functions
get-first-non-zero-row-in-col: Private generic functions
get-first-non-zero-row-in-col: Private generic functions
get-matrix-name-for-type: Private ordinary functions
get-matrix-type-for-type: Private ordinary functions
get-row-as-col-vector: Private generic functions
get-row-as-col-vector: Private generic functions
get-row-list: Private generic functions
get-row-list: Private generic functions
get-row-vector: Private generic functions
get-row-vector: Private generic functions
graddir: Private ordinary functions
gradmag: Public ordinary functions

H
horzcat: Public generic functions
horzcat: Public generic functions

I
identity-matrix: Public generic functions
identity-matrix: Public generic functions
inferior: Private ordinary functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initial-element: Private generic functions
initialize-instance: Public standalone methods
insert-before: Private ordinary functions
invert-affine-transformation: Private generic functions
invert-affine-transformation: Private generic functions
invert-matrix: Public generic functions
invert-matrix: Public generic functions

L
laplacian: Public ordinary functions
laplacian-2: Private ordinary functions

M
m*: Public generic functions
m*: Public generic functions
m+: Public generic functions
m+: Public generic functions
m-: Public generic functions
m-: Public generic functions
m.*: Public generic functions
m.*: Public generic functions
mabs: Private generic functions
mabs: Private generic functions
mabs-range: Private generic functions
mabs-range!: Private generic functions
Macro, %%sum-range: Private macros
Macro, bilinear-interpolate: Private macros
Macro, def-binary-op: Private macros
Macro, def-matrix-abs: Private macros
Macro, def-matrix-abs!: Private macros
Macro, def-matrix-add-number: Private macros
Macro, def-matrix-add-range: Private macros
Macro, def-matrix-add-scalar: Private macros
Macro, def-matrix-convolve: Private macros
Macro, def-matrix-equal: Private macros
Macro, def-matrix-hprod: Private macros
Macro, def-matrix-hprod!: Private macros
Macro, def-matrix-log: Private macros
Macro, def-matrix-log!: Private macros
Macro, def-matrix-min-max: Private macros
Macro, def-matrix-move: Private macros
Macro, def-matrix-mult: Private macros
Macro, def-matrix-mult-block: Private macros
Macro, def-matrix-scale-2: Private macros
Macro, def-matrix-scale-fit: Private macros
Macro, def-matrix-scale-fit!: Private macros
Macro, def-matrix-square: Private macros
Macro, def-matrix-subset-matrix: Private macros
Macro, def-matrix-subtr: Private macros
Macro, def-matrix-transform: Private macros
Macro, def-move-element: Private macros
Macro, def-unary-op: Private macros
Macro, defmatrixclass: Public macros
Macro, defmatrixfuncs: Private macros
Macro, defmbitnor: Private macros
Macro, defmbitnor!: Private macros
Macro, fixnum1+: Private macros
Macro, matrix-dimensions: Private macros
Macro, matrix-total-size: Private macros
Macro, maybe-coerce: Private macros
Macro, maybe-truncate: Private macros
Macro, mloop: Public macros
Macro, mloop-range: Private macros
Macro, once-only: Private macros
Macro, quadratic-interpolate: Private macros
Macro, quadratic-kernel: Private macros
Macro, with-map-range: Private macros
Macro, with-matrix-range-do: Private macros
Macro, with-matrix-vals: Private macros
Macro, with-typed-map-range: Private macros
Macro, with-typed-matrix-accessor: Private macros
Macro, with-typed-matrix-vals: Private macros
Macro, with-typed-mref: Private macros
Macro, with-untyped-matrix-vals: Private macros
make-affine-transformation: Public ordinary functions
make-affine-transformation-matrix-from-7-parameters: Public ordinary functions
make-intern: Private ordinary functions
make-load-form: Public standalone methods
map-col: Public generic functions
map-col: Public generic functions
map-matrix-copy: Private generic functions
map-matrix-copy: Private generic functions
map-matrix-fit: Public generic functions
map-matrix-fit: Public generic functions
map-matrix-fit: Public generic functions
map-range: Private generic functions
map-range: Private generic functions
map-row: Public generic functions
map-row: Public generic functions
map-set-range: Private generic functions
map-set-range: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val: Private generic functions
map-set-val-copy: Private generic functions
map-set-val-copy: Private generic functions
map-set-val-fit: Private generic functions
map-set-val-fit: Private generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs: Public generic functions
mat-abs!: Private generic functions
mat-abs!: Private generic functions
mat-abs!: Private generic functions
mat-abs!: Private generic functions
mat-abs!: Private generic functions
mat-abs!: Private generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range: Public generic functions
mat-abs-range!: Private generic functions
mat-abs-range!: Private generic functions
mat-abs-range!: Private generic functions
mat-abs-range!: Private generic functions
mat-abs-range!: Private generic functions
mat-abs-range!: Private generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add: Public generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range: Private generic functions
mat-add-range-double-float: Private generic functions
mat-add-range-double-float: Private generic functions
mat-add-range-double-float: Private generic functions
mat-add-range-integer: Private generic functions
mat-add-range-integer: Private generic functions
mat-add-range-integer: Private generic functions
mat-add-range-integer: Private generic functions
mat-add-range-single-float: Private generic functions
mat-add-range-single-float: Private generic functions
mat-add-range-single-float: Private generic functions
mat-adddouble-float: Private generic functions
mat-adddouble-float: Private generic functions
mat-adddouble-float: Private generic functions
mat-addinteger: Private generic functions
mat-addinteger: Private generic functions
mat-addinteger: Private generic functions
mat-addinteger: Private generic functions
mat-addsingle-float: Private generic functions
mat-addsingle-float: Private generic functions
mat-addsingle-float: Private generic functions
mat-copy: Private generic functions
mat-copy: Private generic functions
mat-copy-into: Public generic functions
mat-copy-into: Public generic functions
mat-copy-proto: Public generic functions
mat-copy-proto: Public generic functions
mat-copy-proto-dim: Private generic functions
mat-copy-proto-dim: Private generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal: Public generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-equal-range: Private generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod!: Public generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-hprod-range!: Private generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult: Public generic functions
mat-mult-3-block: Private generic functions
mat-mult-3-block: Private generic functions
mat-mult-3-block: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-mult3: Private generic functions
mat-scalar-op: Private generic functions
mat-scalar-op: Private generic functions
mat-scalar-op: Private generic functions
mat-scalar-op: Private generic functions
mat-scale: Public generic functions
mat-scale: Public generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-2: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit!: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-fit-range!: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-scale-range-2: Private generic functions
mat-sqrt: Public generic functions
mat-sqrt: Public generic functions
mat-sqrt!: Public generic functions
mat-sqrt!: Public generic functions
mat-sqrt!: Public generic functions
mat-sqrt!: Public generic functions
mat-square: Public generic functions
mat-square: Public generic functions
mat-square!: Public generic functions
mat-square!: Public generic functions
mat-square!: Public generic functions
mat-square!: Public generic functions
mat-subtr: Public generic functions
mat-subtr: Public generic functions
mat-subtr: Public generic functions
mat-subtr: Public generic functions
mat-subtr: Public generic functions
mat-subtr: Public generic functions
mat-subtr-range: Private generic functions
mat-subtr-range: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-subtr-range3: Private generic functions
mat-trim: Public generic functions
mat-trim: Public generic functions
matrix->list: Private generic functions
matrix->list: Private generic functions
matrix-dimensions: Private macros
matrix-l2-distance: Private generic functions
matrix-l2-distance: Private generic functions
matrix-means: Public ordinary functions
matrix-medians: Public ordinary functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d: Public generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-move-range-2d-constrain: Private generic functions
matrix-precedence-list: Private generic functions
matrix-precedence-list: Private generic functions
matrix-total-size: Private macros
matrix-vals: Private generic functions
matrix-vals: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-range: Private generic functions
max-val: Public generic functions
max-val: Public generic functions
maxval: Private generic functions
maxval: Private generic functions
maybe-coerce: Private macros
maybe-truncate: Private macros
mbitnor: Private generic functions
mbitnor: Private generic functions
mbitnor: Private generic functions
mbitnor: Private generic functions
mbitnor: Private generic functions
mbitnor!: Private generic functions
mbitnor!: Private generic functions
mbitnor!: Private generic functions
mbitnor!: Private generic functions
mbitnor!: Private generic functions
mbitnor!-range: Private generic functions
mbitnor!-range: Private generic functions
mbitnor!-range: Private generic functions
mbitnor!-range: Private generic functions
mbitnor!-range: Private generic functions
mbitnor-range: Private generic functions
mbitnor-range: Private generic functions
mbitnor-range: Private generic functions
mbitnor-range: Private generic functions
mbitnor-range: Private generic functions
mean: Private generic functions
mean: Private generic functions
mean-range: Private generic functions
mean-range: Private generic functions
median: Private ordinary functions
Method, %discrete-convolve: Private generic functions
Method, %discrete-convolve: Private generic functions
Method, %discrete-convolve: Private generic functions
Method, %discrete-convolve: Private generic functions
Method, %discrete-convolve: Private generic functions
Method, %discrete-convolve: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %get-subtr-matrix-class: Private generic functions
Method, %mat-mult-block: Private generic functions
Method, %mat-mult-block: Private generic functions
Method, %mat-mult-with-blocks: Private generic functions
Method, %mat-mult-with-blocks: Private generic functions
Method, %separable-discrete-convolve: Private generic functions
Method, %separable-discrete-convolve: Private generic functions
Method, %separable-discrete-convolve: Private generic functions
Method, %separable-discrete-convolve: Private generic functions
Method, %separable-discrete-convolve: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, %transform-matrix: Private generic functions
Method, (setf adjustable): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf initial-element): Private generic functions
Method, (setf matrix-vals): Private generic functions
Method, (setf mref): Public generic functions
Method, (setf resizable): Private generic functions
Method, (setf row-major-mref): Private generic functions
Method, (setf specialized-array-p): Private generic functions
Method, (setf specialized-array-p): Private generic functions
Method, (setf theta): Public generic functions
Method, (setf x-scale): Public generic functions
Method, (setf x-shear): Public generic functions
Method, (setf x-shift): Public generic functions
Method, (setf y-scale): Public generic functions
Method, (setf y-shear): Public generic functions
Method, (setf y-shift): Public generic functions
Method, accumulator-type: Private generic functions
Method, add-col: Private generic functions
Method, add-row: Private generic functions
Method, adjustable: Private generic functions
Method, affine-transform: Public generic functions
Method, allocate-matrix-vals: Private generic functions
Method, allocate-matrix-vals: Private generic functions
Method, allocate-matrix-vals: Private generic functions
Method, array->bit-matrix: Public generic functions
Method, array->col-vector: Private generic functions
Method, array->complex-matrix: Public generic functions
Method, array->double-float-matrix: Public generic functions
Method, array->fixnum-matrix: Public generic functions
Method, array->float-matrix: Private generic functions
Method, array->integer-matrix: Public generic functions
Method, array->matrix: Public generic functions
Method, array->number-matrix: Private generic functions
Method, array->real-matrix: Public generic functions
Method, array->row-vector: Private generic functions
Method, array->sb16-matrix: Public generic functions
Method, array->sb32-matrix: Public generic functions
Method, array->sb8-matrix: Public generic functions
Method, array->single-float-matrix: Public generic functions
Method, array->t-matrix: Public generic functions
Method, array->ub16-matrix: Public generic functions
Method, array->ub32-matrix: Public generic functions
Method, array->ub8-matrix: Public generic functions
Method, array->unsigned-byte-matrix: Private generic functions
Method, binary-threshold: Public generic functions
Method, closest-common-matrix-class: Private generic functions
Method, cols: Public generic functions
Method, cols: Public generic functions
Method, cols: Public generic functions
Method, complement-matrix: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, compute-mat-scale-result-class: Private generic functions
Method, concat-matrix-cols: Private generic functions
Method, copy-affine-transformation: Private generic functions
Method, copy-to-bit-matrix: Public generic functions
Method, copy-to-complex-matrix: Private generic functions
Method, copy-to-double-float-matrix: Public generic functions
Method, copy-to-fixnum-matrix: Public generic functions
Method, copy-to-sb16-matrix: Private generic functions
Method, copy-to-sb32-matrix: Private generic functions
Method, copy-to-sb8-matrix: Private generic functions
Method, copy-to-single-float-matrix: Private generic functions
Method, copy-to-ub16-matrix: Public generic functions
Method, copy-to-ub32-matrix: Public generic functions
Method, copy-to-ub8-matrix: Public generic functions
Method, cvref: Private generic functions
Method, dilate: Public generic functions
Method, dim: Public generic functions
Method, dim: Public generic functions
Method, dim: Public generic functions
Method, dim: Public generic functions
Method, discrete-convolve: Public generic functions
Method, discrete-convolve: Public generic functions
Method, discrete-convolve: Public generic functions
Method, discrete-convolve: Public generic functions
Method, discrete-convolve: Public generic functions
Method, discrete-convolve: Public generic functions
Method, element-type: Private generic functions
Method, erode: Public generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit: Private generic functions
Method, fit-value: Private generic functions
Method, get-col-list: Private generic functions
Method, get-col-vector: Private generic functions
Method, get-first-non-zero-row-in-col: Private generic functions
Method, get-row-as-col-vector: Private generic functions
Method, get-row-list: Private generic functions
Method, get-row-vector: Private generic functions
Method, horzcat: Public generic functions
Method, identity-matrix: Public generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initial-element: Private generic functions
Method, initialize-instance: Public standalone methods
Method, invert-affine-transformation: Private generic functions
Method, invert-matrix: Public generic functions
Method, m*: Public generic functions
Method, m+: Public generic functions
Method, m-: Public generic functions
Method, m.*: Public generic functions
Method, mabs: Private generic functions
Method, make-load-form: Public standalone methods
Method, map-col: Public generic functions
Method, map-matrix-copy: Private generic functions
Method, map-matrix-fit: Public generic functions
Method, map-matrix-fit: Public generic functions
Method, map-range: Private generic functions
Method, map-row: Public generic functions
Method, map-set-range: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val: Private generic functions
Method, map-set-val-copy: Private generic functions
Method, map-set-val-fit: Private generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs: Public generic functions
Method, mat-abs!: Private generic functions
Method, mat-abs!: Private generic functions
Method, mat-abs!: Private generic functions
Method, mat-abs!: Private generic functions
Method, mat-abs!: Private generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range: Public generic functions
Method, mat-abs-range!: Private generic functions
Method, mat-abs-range!: Private generic functions
Method, mat-abs-range!: Private generic functions
Method, mat-abs-range!: Private generic functions
Method, mat-abs-range!: Private generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add: Public generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range: Private generic functions
Method, mat-add-range-double-float: Private generic functions
Method, mat-add-range-double-float: Private generic functions
Method, mat-add-range-integer: Private generic functions
Method, mat-add-range-integer: Private generic functions
Method, mat-add-range-integer: Private generic functions
Method, mat-add-range-single-float: Private generic functions
Method, mat-add-range-single-float: Private generic functions
Method, mat-adddouble-float: Private generic functions
Method, mat-adddouble-float: Private generic functions
Method, mat-addinteger: Private generic functions
Method, mat-addinteger: Private generic functions
Method, mat-addinteger: Private generic functions
Method, mat-addsingle-float: Private generic functions
Method, mat-addsingle-float: Private generic functions
Method, mat-copy: Private generic functions
Method, mat-copy-into: Public generic functions
Method, mat-copy-proto: Public generic functions
Method, mat-copy-proto-dim: Private generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal: Public generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-equal-range: Private generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod!: Public generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-hprod-range!: Private generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult: Public generic functions
Method, mat-mult-3-block: Private generic functions
Method, mat-mult-3-block: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-mult3: Private generic functions
Method, mat-scalar-op: Private generic functions
Method, mat-scalar-op: Private generic functions
Method, mat-scalar-op: Private generic functions
Method, mat-scale: Public generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-2: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit!: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-fit-range!: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-scale-range-2: Private generic functions
Method, mat-sqrt: Public generic functions
Method, mat-sqrt!: Public generic functions
Method, mat-sqrt!: Public generic functions
Method, mat-sqrt!: Public generic functions
Method, mat-square: Public generic functions
Method, mat-square!: Public generic functions
Method, mat-square!: Public generic functions
Method, mat-square!: Public generic functions
Method, mat-subtr: Public generic functions
Method, mat-subtr: Public generic functions
Method, mat-subtr: Public generic functions
Method, mat-subtr: Public generic functions
Method, mat-subtr: Public generic functions
Method, mat-subtr-range: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-subtr-range3: Private generic functions
Method, mat-trim: Public generic functions
Method, matrix->list: Private generic functions
Method, matrix-l2-distance: Private generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d: Public generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-move-range-2d-constrain: Private generic functions
Method, matrix-precedence-list: Private generic functions
Method, matrix-vals: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-range: Private generic functions
Method, max-val: Public generic functions
Method, maxval: Private generic functions
Method, mbitnor: Private generic functions
Method, mbitnor: Private generic functions
Method, mbitnor: Private generic functions
Method, mbitnor: Private generic functions
Method, mbitnor!: Private generic functions
Method, mbitnor!: Private generic functions
Method, mbitnor!: Private generic functions
Method, mbitnor!: Private generic functions
Method, mbitnor!-range: Private generic functions
Method, mbitnor!-range: Private generic functions
Method, mbitnor!-range: Private generic functions
Method, mbitnor!-range: Private generic functions
Method, mbitnor-range: Private generic functions
Method, mbitnor-range: Private generic functions
Method, mbitnor-range: Private generic functions
Method, mbitnor-range: Private generic functions
Method, mean: Private generic functions
Method, mean-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-range: Private generic functions
Method, min-val: Public generic functions
Method, minval: Private generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog: Public generic functions
Method, mlog!: Private generic functions
Method, mlog!: Private generic functions
Method, mlog!: Private generic functions
Method, mlog!: Private generic functions
Method, mlog!: Private generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range: Public generic functions
Method, mlog-range!: Private generic functions
Method, mlog-range!: Private generic functions
Method, mlog-range!: Private generic functions
Method, mlog-range!: Private generic functions
Method, mlog-range!: Private generic functions
Method, mlogand: Public generic functions
Method, mlogand: Public generic functions
Method, mlogand: Public generic functions
Method, mlogand: Public generic functions
Method, mlogand: Public generic functions
Method, mlogand-range: Private generic functions
Method, mlogand-range: Private generic functions
Method, mlogand-range: Private generic functions
Method, mlogand-range: Private generic functions
Method, mlogand-range: Private generic functions
Method, mlogior: Public generic functions
Method, mlogior: Public generic functions
Method, mlogior: Public generic functions
Method, mlogior: Public generic functions
Method, mlogior: Public generic functions
Method, mlogior-range: Private generic functions
Method, mlogior-range: Private generic functions
Method, mlogior-range: Private generic functions
Method, mlogior-range: Private generic functions
Method, mlogior-range: Private generic functions
Method, mlognot: Private generic functions
Method, mlognot: Private generic functions
Method, mlognot: Private generic functions
Method, mlognot: Private generic functions
Method, mlognot: Private generic functions
Method, mlognot-range: Private generic functions
Method, mlognot-range: Private generic functions
Method, mlognot-range: Private generic functions
Method, mlognot-range: Private generic functions
Method, mlognot-range: Private generic functions
Method, mlogxor: Public generic functions
Method, mlogxor: Public generic functions
Method, mlogxor: Public generic functions
Method, mlogxor: Public generic functions
Method, mlogxor: Public generic functions
Method, mlogxor-range: Private generic functions
Method, mlogxor-range: Private generic functions
Method, mlogxor-range: Private generic functions
Method, mlogxor-range: Private generic functions
Method, mlogxor-range: Private generic functions
Method, morphological-op: Private generic functions
Method, move-affine-transformation: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, move-element: Private generic functions
Method, mref: Public generic functions
Method, norm-0-1: Public generic functions
Method, norm-0-255: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, normalize: Public generic functions
Method, pad-matrix: Public generic functions
Method, print-matrix: Public generic functions
Method, print-matrix: Public generic functions
Method, print-matrix: Public generic functions
Method, print-object: Public standalone methods
Method, print-range: Public generic functions
Method, random-bit-matrix: Public generic functions
Method, random-complex-matrix: Public generic functions
Method, random-double-float-matrix: Public generic functions
Method, random-fixnum-matrix: Public generic functions
Method, random-float-matrix: Private generic functions
Method, random-integer-matrix: Public generic functions
Method, random-matrix: Public generic functions
Method, random-number-matrix: Private generic functions
Method, random-real-matrix: Public generic functions
Method, random-sb16-matrix: Public generic functions
Method, random-sb32-matrix: Public generic functions
Method, random-sb8-matrix: Public generic functions
Method, random-single-float-matrix: Public generic functions
Method, random-t-matrix: Public generic functions
Method, random-ub16-matrix: Public generic functions
Method, random-ub32-matrix: Public generic functions
Method, random-ub8-matrix: Public generic functions
Method, random-unsigned-byte-matrix: Private generic functions
Method, reinitialize-instance: Public standalone methods
Method, reshape: Private generic functions
Method, resizable: Private generic functions
Method, row-major-mref: Private generic functions
Method, rows: Public generic functions
Method, rows: Public generic functions
Method, rows: Public generic functions
Method, rvref: Private generic functions
Method, sample-variance: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, sample-variance-range: Private generic functions
Method, scalar-divide: Public generic functions
Method, scalar-divide-col: Public generic functions
Method, scalar-divide-copy: Private generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-divide-row: Public generic functions
Method, scalar-double-float-divide-col: Public generic functions
Method, scalar-double-float-divide-row: Public generic functions
Method, scalar-mult: Private generic functions
Method, scalar-mult-col: Public generic functions
Method, scalar-mult-copy: Private generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-mult-row: Public generic functions
Method, scalar-set-val: Private generic functions
Method, scalar-single-float-divide-col: Public generic functions
Method, scalar-single-float-divide-row: Public generic functions
Method, scalar-val: Private generic functions
Method, separable-discrete-convolve: Public generic functions
Method, separable-discrete-convolve: Public generic functions
Method, separable-discrete-convolve: Public generic functions
Method, separable-discrete-convolve: Public generic functions
Method, separable-discrete-convolve: Public generic functions
Method, separable-discrete-convolve: Public generic functions
Method, set-affine-transformation-matrix: Private generic functions
Method, set-affine-transformation-parameters: Private generic functions
Method, set-col: Private generic functions
Method, set-col: Private generic functions
Method, set-col: Private generic functions
Method, set-row: Private generic functions
Method, set-row: Private generic functions
Method, set-row: Private generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val: Public generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, set-val-fit: Private generic functions
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, specialized-array-p: Private generic functions
Method, specialized-array-p: Private generic functions
Method, specialized-array-p: Private generic functions
Method, subset-matrix: Public generic functions
Method, subset-matrix-cols: Private generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum: Public generic functions
Method, sum-cols: Private generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-range: Public generic functions
Method, sum-rows: Private generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, sum-square-range: Public generic functions
Method, swap-cols: Public generic functions
Method, swap-rows: Public generic functions
Method, theta: Public generic functions
Method, threshold: Public generic functions
Method, transform-matrix: Public generic functions
Method, transpose: Public generic functions
Method, transpose: Public generic functions
Method, transpose: Public generic functions
Method, transpose: Public generic functions
Method, transpose-matrix: Private generic functions
Method, val: Public generic functions
Method, val: Public generic functions
Method, val: Public generic functions
Method, val: Public generic functions
Method, val-format: Private generic functions
Method, validate-superclass: Public standalone methods
Method, validate-superclass: Public standalone methods
Method, variance: Private generic functions
Method, variance-range: Private generic functions
Method, vec-dim: Private generic functions
Method, vec-dim: Private generic functions
Method, vec-set-val: Private generic functions
Method, vec-set-val: Private generic functions
Method, vec-val: Private generic functions
Method, vec-val: Private generic functions
Method, vertcat: Public generic functions
Method, x-scale: Public generic functions
Method, x-shear: Public generic functions
Method, x-shift: Public generic functions
Method, y-scale: Public generic functions
Method, y-shear: Public generic functions
Method, y-shift: Public generic functions
Method, zero-matrix: Public generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-range: Private generic functions
min-val: Public generic functions
min-val: Public generic functions
minval: Private generic functions
minval: Private generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog: Public generic functions
mlog!: Private generic functions
mlog!: Private generic functions
mlog!: Private generic functions
mlog!: Private generic functions
mlog!: Private generic functions
mlog!: Private generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range: Public generic functions
mlog-range!: Private generic functions
mlog-range!: Private generic functions
mlog-range!: Private generic functions
mlog-range!: Private generic functions
mlog-range!: Private generic functions
mlog-range!: Private generic functions
mlogand: Public generic functions
mlogand: Public generic functions
mlogand: Public generic functions
mlogand: Public generic functions
mlogand: Public generic functions
mlogand: Public generic functions
mlogand-range: Private generic functions
mlogand-range: Private generic functions
mlogand-range: Private generic functions
mlogand-range: Private generic functions
mlogand-range: Private generic functions
mlogand-range: Private generic functions
mlogior: Public generic functions
mlogior: Public generic functions
mlogior: Public generic functions
mlogior: Public generic functions
mlogior: Public generic functions
mlogior: Public generic functions
mlogior-range: Private generic functions
mlogior-range: Private generic functions
mlogior-range: Private generic functions
mlogior-range: Private generic functions
mlogior-range: Private generic functions
mlogior-range: Private generic functions
mlognot: Private generic functions
mlognot: Private generic functions
mlognot: Private generic functions
mlognot: Private generic functions
mlognot: Private generic functions
mlognot: Private generic functions
mlognot-range: Private generic functions
mlognot-range: Private generic functions
mlognot-range: Private generic functions
mlognot-range: Private generic functions
mlognot-range: Private generic functions
mlognot-range: Private generic functions
mlogxor: Public generic functions
mlogxor: Public generic functions
mlogxor: Public generic functions
mlogxor: Public generic functions
mlogxor: Public generic functions
mlogxor: Public generic functions
mlogxor-range: Private generic functions
mlogxor-range: Private generic functions
mlogxor-range: Private generic functions
mlogxor-range: Private generic functions
mlogxor-range: Private generic functions
mlogxor-range: Private generic functions
mloop: Public macros
mloop-range: Private macros
morphological-op: Private generic functions
morphological-op: Private generic functions
move-affine-transformation: Private generic functions
move-affine-transformation: Private generic functions
move-affine-transformation-7-parameters: Public ordinary functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
move-element: Private generic functions
mref: Public generic functions
mref: Public generic functions

N
norm-0-1: Public generic functions
norm-0-1: Public generic functions
norm-0-255: Public generic functions
norm-0-255: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize: Public generic functions

O
once-only: Private macros

P
pad-matrix: Public generic functions
pad-matrix: Public generic functions
parse-mloop-vars: Private ordinary functions
print-matrix: Public generic functions
print-matrix: Public generic functions
print-matrix: Public generic functions
print-matrix: Public generic functions
print-matrix-line: Private ordinary functions
print-object: Public standalone methods
print-range: Public generic functions
print-range: Public generic functions

Q
quadratic-interpolate: Private macros
quadratic-kernel: Private macros

R
random-bit-matrix: Public generic functions
random-bit-matrix: Public generic functions
random-complex-matrix: Public generic functions
random-complex-matrix: Public generic functions
random-double-float-matrix: Public generic functions
random-double-float-matrix: Public generic functions
random-fixnum-matrix: Public generic functions
random-fixnum-matrix: Public generic functions
random-float-matrix: Private generic functions
random-float-matrix: Private generic functions
random-integer-matrix: Public generic functions
random-integer-matrix: Public generic functions
random-matrix: Public generic functions
random-matrix: Public generic functions
random-number-matrix: Private generic functions
random-number-matrix: Private generic functions
random-real-matrix: Public generic functions
random-real-matrix: Public generic functions
random-sb16-matrix: Public generic functions
random-sb16-matrix: Public generic functions
random-sb32-matrix: Public generic functions
random-sb32-matrix: Public generic functions
random-sb8-matrix: Public generic functions
random-sb8-matrix: Public generic functions
random-single-float-matrix: Public generic functions
random-single-float-matrix: Public generic functions
random-t-matrix: Public generic functions
random-t-matrix: Public generic functions
random-ub16-matrix: Public generic functions
random-ub16-matrix: Public generic functions
random-ub32-matrix: Public generic functions
random-ub32-matrix: Public generic functions
random-ub8-matrix: Public generic functions
random-ub8-matrix: Public generic functions
random-unsigned-byte-matrix: Private generic functions
random-unsigned-byte-matrix: Private generic functions
reinitialize-instance: Public standalone methods
remove-keyword-arg: Private ordinary functions
reshape: Private generic functions
reshape: Private generic functions
resizable: Private generic functions
resizable: Private generic functions
resize-matrix: Private ordinary functions
row-major-mref: Private generic functions
row-major-mref: Private generic functions
rows: Public generic functions
rows: Public generic functions
rows: Public generic functions
rows: Public generic functions
rvref: Private generic functions
rvref: Private generic functions

S
sample-variance: Private generic functions
sample-variance: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-range: Private generic functions
sample-variance-window: Public ordinary functions
scalar: Private ordinary functions
scalar-divide: Public generic functions
scalar-divide: Public generic functions
scalar-divide-col: Public generic functions
scalar-divide-col: Public generic functions
scalar-divide-copy: Private generic functions
scalar-divide-copy: Private generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-divide-row: Public generic functions
scalar-double-float-divide-col: Public generic functions
scalar-double-float-divide-col: Public generic functions
scalar-double-float-divide-row: Public generic functions
scalar-double-float-divide-row: Public generic functions
scalar-mult: Private generic functions
scalar-mult: Private generic functions
scalar-mult-col: Public generic functions
scalar-mult-col: Public generic functions
scalar-mult-copy: Private generic functions
scalar-mult-copy: Private generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-mult-row: Public generic functions
scalar-set-val: Private generic functions
scalar-set-val: Private generic functions
scalar-single-float-divide-col: Public generic functions
scalar-single-float-divide-col: Public generic functions
scalar-single-float-divide-row: Public generic functions
scalar-single-float-divide-row: Public generic functions
scalar-val: Private generic functions
scalar-val: Private generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-discrete-convolve: Public generic functions
separable-morphological-op: Private ordinary functions
set-affine-transformation-matrix: Private generic functions
set-affine-transformation-matrix: Private generic functions
set-affine-transformation-parameters: Private generic functions
set-affine-transformation-parameters: Private generic functions
set-col: Private generic functions
set-col: Private generic functions
set-col: Private generic functions
set-col: Private generic functions
set-row: Private generic functions
set-row: Private generic functions
set-row: Private generic functions
set-row: Private generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val: Public generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
set-val-fit: Private generic functions
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
specialized-array-p: Private generic functions
specialized-array-p: Private generic functions
specialized-array-p: Private generic functions
specialized-array-p: Private generic functions
standard-deviation: Private ordinary functions
standard-matrix-class-p: Private ordinary functions
standard-matrix-class-precedence-list: Private ordinary functions
standard-matrix-class-slots: Private ordinary functions
subclassp: Private ordinary functions
subset-matrix: Public generic functions
subset-matrix: Public generic functions
subset-matrix-cols: Private generic functions
subset-matrix-cols: Private generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum: Public generic functions
sum-cols: Private generic functions
sum-cols: Private generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-range: Public generic functions
sum-rows: Private generic functions
sum-rows: Private generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
sum-square-range: Public generic functions
superior: Private ordinary functions
swap-cols: Public generic functions
swap-cols: Public generic functions
swap-rows: Public generic functions
swap-rows: Public generic functions

T
theta: Public generic functions
theta: Public generic functions
threshold: Public generic functions
threshold: Public generic functions
transform-coord: Public ordinary functions
transform-matrix: Public generic functions
transform-matrix: Public generic functions
transformation-parameter: Public ordinary functions
transpose: Public generic functions
transpose: Public generic functions
transpose: Public generic functions
transpose: Public generic functions
transpose: Public generic functions
transpose-matrix: Private generic functions
transpose-matrix: Private generic functions

V
val: Public generic functions
val: Public generic functions
val: Public generic functions
val: Public generic functions
val: Public generic functions
val-format: Private generic functions
val-format: Private generic functions
validate-superclass: Public standalone methods
validate-superclass: Public standalone methods
variance: Private generic functions
variance: Private generic functions
variance-range: Private generic functions
variance-range: Private generic functions
variance-window: Public ordinary functions
vec-dim: Private generic functions
vec-dim: Private generic functions
vec-dim: Private generic functions
vec-set-val: Private generic functions
vec-set-val: Private generic functions
vec-set-val: Private generic functions
vec-val: Private generic functions
vec-val: Private generic functions
vec-val: Private generic functions
vertcat: Public generic functions
vertcat: Public generic functions

W
with-map-range: Private macros
with-matrix-range-do: Private macros
with-matrix-vals: Private macros
with-typed-map-range: Private macros
with-typed-matrix-accessor: Private macros
with-typed-matrix-vals: Private macros
with-typed-mref: Private macros
with-untyped-matrix-vals: Private macros

X
x-derivative: Public ordinary functions
x-scale: Public generic functions
x-scale: Public generic functions
x-shear: Public generic functions
x-shear: Public generic functions
x-shift: Public generic functions
x-shift: Public generic functions

Y
y-derivative: Public ordinary functions
y-scale: Public generic functions
y-scale: Public generic functions
y-shear: Public generic functions
y-shear: Public generic functions
y-shift: Public generic functions
y-shift: Public generic functions

Z
zero-col-vector: Private ordinary functions
zero-matrix: Public generic functions
zero-matrix: Public generic functions
zero-row-vector: Private ordinary functions


A.3 Variables

Jump to:   *   +   .  
A   C   D   E   I   M   R   S   T   V   X   Y  
Index Entry  Section

*
*laplacian-conv-matrix*: Private special variables
*laplacian-conv-matrix-2*: Private special variables
*matrix-print*: Private special variables
*matrix-print-col-limit*: Private special variables
*matrix-print-row-limit*: Private special variables
*max-block-size*: Private special variables
*print-matrix-float-format*: Private special variables
*print-matrix-newlines*: Private special variables
*typed-matrix-names-hash*: Private special variables
*typed-matrix-types*: Private special variables
*typed-matrix-types-hash*: Private special variables
*x-derivative-conv-matrix*: Private special variables
*y-derivative-conv-matrix*: Private special variables

+
+epsilon+: Private constants

.
.mref-expanders.: Private symbol macros

A
accumulator-type: Private classes
adjustable: Public classes

C
Constant, +epsilon+: Private constants

D
dimensions: Public classes
dimensions: Public classes

E
element-type: Private classes

I
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Public classes
initial-element: Private classes

M
m: Public classes
maxval: Private classes
minval: Private classes

R
resizeable: Public classes

S
Slot, accumulator-type: Private classes
Slot, adjustable: Public classes
Slot, dimensions: Public classes
Slot, dimensions: Public classes
Slot, element-type: Private classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Public classes
Slot, initial-element: Private classes
Slot, m: Public classes
Slot, maxval: Private classes
Slot, minval: Private classes
Slot, resizeable: Public classes
Slot, specialized-array: Public classes
Slot, specialized-array: Private classes
Slot, specialized-array: Private classes
Slot, theta: Public classes
Slot, val-format: Private classes
Slot, x-scale: Public classes
Slot, x-shear: Public classes
Slot, x-shift: Public classes
Slot, y-scale: Public classes
Slot, y-shear: Public classes
Slot, y-shift: Public classes
Special Variable, *laplacian-conv-matrix*: Private special variables
Special Variable, *laplacian-conv-matrix-2*: Private special variables
Special Variable, *matrix-print*: Private special variables
Special Variable, *matrix-print-col-limit*: Private special variables
Special Variable, *matrix-print-row-limit*: Private special variables
Special Variable, *max-block-size*: Private special variables
Special Variable, *print-matrix-float-format*: Private special variables
Special Variable, *print-matrix-newlines*: Private special variables
Special Variable, *typed-matrix-names-hash*: Private special variables
Special Variable, *typed-matrix-types*: Private special variables
Special Variable, *typed-matrix-types-hash*: Private special variables
Special Variable, *x-derivative-conv-matrix*: Private special variables
Special Variable, *y-derivative-conv-matrix*: Private special variables
specialized-array: Public classes
specialized-array: Private classes
specialized-array: Private classes
Symbol Macro, .mref-expanders.: Private symbol macros

T
theta: Public classes

V
val-format: Private classes

X
x-scale: Public classes
x-shear: Public classes
x-shift: Public classes

Y
y-scale: Public classes
y-shear: Public classes
y-shift: Public classes


A.4 Data types

Jump to:   A   B   C   D   E   F   I   L   M   N   P   R   S   T   U   V  
Index Entry  Section

A
abs.lisp: The clem/src/abs․lisp file
add.lisp: The clem/src/add․lisp file
affine-transformation: Public classes
affine-transformation-7-parameters: Public classes
arithmetic.lisp: The clem/src/arithmetic․lisp file

B
base-vector: Private classes
bit-matrix: Public classes
bit-scalar: Private classes

C
Class, affine-transformation: Public classes
Class, affine-transformation-7-parameters: Public classes
Class, base-vector: Private classes
Class, bit-matrix: Public classes
Class, bit-scalar: Private classes
Class, col-vector: Private classes
Class, complex-matrix: Public classes
Class, double-float-matrix: Public classes
Class, fixnum-matrix: Public classes
Class, float-matrix: Public classes
Class, integer-matrix: Public classes
Class, matrix: Public classes
Class, number-matrix: Public classes
Class, real-matrix: Public classes
Class, row-vector: Private classes
Class, sb16-matrix: Public classes
Class, sb32-matrix: Public classes
Class, sb8-matrix: Public classes
Class, sb8-scalar: Public classes
Class, scalar: Private classes
Class, single-float-matrix: Public classes
Class, standard-matrix-class: Private classes
Class, t-matrix: Public classes
Class, typed-matrix: Public classes
Class, typed-mixin: Private classes
Class, ub16-matrix: Public classes
Class, ub32-matrix: Public classes
Class, ub8-matrix: Public classes
Class, ub8-scalar: Public classes
Class, unsigned-byte-matrix: Public classes
clem: The clem system
clem: The clem package
clem-user: The clem-user package
clem.asd: The clem/clem․asd file
col-vector: Private classes
complex-matrix: Public classes
Condition, matrix-argument-error: Private conditions
Condition, matrix-condition: Private conditions
Condition, matrix-error: Private conditions

D
defmatrix-convolve.lisp: The clem/src/typed-ops/defmatrix-convolve․lisp file
defmatrix-equal.lisp: The clem/src/typed-ops/defmatrix-equal․lisp file
defmatrix-hprod.lisp: The clem/src/typed-ops/defmatrix-hprod․lisp file
defmatrix-mult-block.lisp: The clem/src/typed-ops/defmatrix-mult-block․lisp file
defmatrix-mult.lisp: The clem/src/typed-ops/defmatrix-mult․lisp file
defmatrix-scale.lisp: The clem/src/typed-ops/defmatrix-scale․lisp file
defmatrix-subset-matrix.lisp: The clem/src/typed-ops/defmatrix-subset-matrix․lisp file
defmatrix-transform.lisp: The clem/src/typed-ops/defmatrix-transform․lisp file
defmatrix-types.lisp: The clem/src/defmatrix-types․lisp file
defmatrix.lisp: The clem/src/defmatrix․lisp file
defpackage.lisp: The clem/src/defpackage․lisp file
double-float-matrix: Public classes

E
early-matrix.lisp: The clem/src/early-matrix․lisp file
exponential.lisp: The clem/src/exponential․lisp file
extrema.lisp: The clem/src/extrema․lisp file

F
File, abs.lisp: The clem/src/abs․lisp file
File, add.lisp: The clem/src/add․lisp file
File, arithmetic.lisp: The clem/src/arithmetic․lisp file
File, clem.asd: The clem/clem․asd file
File, defmatrix-convolve.lisp: The clem/src/typed-ops/defmatrix-convolve․lisp file
File, defmatrix-equal.lisp: The clem/src/typed-ops/defmatrix-equal․lisp file
File, defmatrix-hprod.lisp: The clem/src/typed-ops/defmatrix-hprod․lisp file
File, defmatrix-mult-block.lisp: The clem/src/typed-ops/defmatrix-mult-block․lisp file
File, defmatrix-mult.lisp: The clem/src/typed-ops/defmatrix-mult․lisp file
File, defmatrix-scale.lisp: The clem/src/typed-ops/defmatrix-scale․lisp file
File, defmatrix-subset-matrix.lisp: The clem/src/typed-ops/defmatrix-subset-matrix․lisp file
File, defmatrix-transform.lisp: The clem/src/typed-ops/defmatrix-transform․lisp file
File, defmatrix-types.lisp: The clem/src/defmatrix-types․lisp file
File, defmatrix.lisp: The clem/src/defmatrix․lisp file
File, defpackage.lisp: The clem/src/defpackage․lisp file
File, early-matrix.lisp: The clem/src/early-matrix․lisp file
File, exponential.lisp: The clem/src/exponential․lisp file
File, extrema.lisp: The clem/src/extrema․lisp file
File, interpolation.lisp: The clem/src/interpolation․lisp file
File, log.lisp: The clem/src/log․lisp file
File, logical-operations.lisp: The clem/src/logical-operations․lisp file
File, macros.lisp: The clem/src/macros․lisp file
File, matrix-classes.lisp: The clem/src/matrix-classes․lisp file
File, matrix.lisp: The clem/src/matrix․lisp file
File, matrixops.lisp: The clem/src/matrixops․lisp file
File, metaclasses.lisp: The clem/src/metaclasses․lisp file
File, mloop.lisp: The clem/src/mloop․lisp file
File, move.lisp: The clem/src/move․lisp file
File, mref.lisp: The clem/src/mref․lisp file
File, normalize.lisp: The clem/src/normalize․lisp file
File, print.lisp: The clem/src/print․lisp file
File, scalar.lisp: The clem/src/scalar․lisp file
File, scale.lisp: The clem/src/scale․lisp file
File, statistics.lisp: The clem/src/statistics․lisp file
File, subtr.lisp: The clem/src/subtr․lisp file
File, sum.lisp: The clem/src/sum․lisp file
File, transform.lisp: The clem/src/transform․lisp file
File, typed-matrix-utils.lisp: The clem/src/typed-matrix-utils․lisp file
File, typed-matrix.lisp: The clem/src/typed-matrix․lisp file
File, utilities.lisp: The clem/src/utilities․lisp file
File, vector.lisp: The clem/src/vector․lisp file
fixnum-matrix: Public classes
float-matrix: Public classes

I
index-type: Private types
integer-matrix: Public classes
interpolation.lisp: The clem/src/interpolation․lisp file

L
log.lisp: The clem/src/log․lisp file
logical-operations.lisp: The clem/src/logical-operations․lisp file

M
macros.lisp: The clem/src/macros․lisp file
matrix: Public classes
matrix-argument-error: Private conditions
matrix-classes.lisp: The clem/src/matrix-classes․lisp file
matrix-condition: Private conditions
matrix-error: Private conditions
matrix.lisp: The clem/src/matrix․lisp file
matrixops.lisp: The clem/src/matrixops․lisp file
metaclasses.lisp: The clem/src/metaclasses․lisp file
mloop.lisp: The clem/src/mloop․lisp file
Module, src: The clem/src module
Module, typed-ops: The clem/src/typed-ops module
move.lisp: The clem/src/move․lisp file
mref.lisp: The clem/src/mref․lisp file

N
normalize.lisp: The clem/src/normalize․lisp file
number-matrix: Public classes

P
Package, clem: The clem package
Package, clem-user: The clem-user package
print.lisp: The clem/src/print․lisp file

R
real-matrix: Public classes
row-vector: Private classes

S
sb16-matrix: Public classes
sb32-matrix: Public classes
sb8-matrix: Public classes
sb8-scalar: Public classes
scalar: Private classes
scalar.lisp: The clem/src/scalar․lisp file
scale.lisp: The clem/src/scale․lisp file
single-float-matrix: Public classes
src: The clem/src module
standard-matrix-class: Private classes
statistics.lisp: The clem/src/statistics․lisp file
subtr.lisp: The clem/src/subtr․lisp file
sum.lisp: The clem/src/sum․lisp file
System, clem: The clem system

T
t-matrix: Public classes
transform.lisp: The clem/src/transform․lisp file
Type, index-type: Private types
typed-matrix: Public classes
typed-matrix-utils.lisp: The clem/src/typed-matrix-utils․lisp file
typed-matrix.lisp: The clem/src/typed-matrix․lisp file
typed-mixin: Private classes
typed-ops: The clem/src/typed-ops module

U
ub16-matrix: Public classes
ub32-matrix: Public classes
ub8-matrix: Public classes
ub8-scalar: Public classes
unsigned-byte-matrix: Public classes
utilities.lisp: The clem/src/utilities․lisp file

V
vector.lisp: The clem/src/vector․lisp file