Creates a square identity matrix. i.e. for n = 3:
[ 1 0 0 ] [ 0 1 0 ] [ 0 0 1 ]
Arguments:
|
code » | ||||
Creates a new zero padded matix.
|
code » | ||||
![]()
Calls a function for each cell in a matrix.
Arguments:
|
code » | ||||
Tests whether an array is a valid matrix. A valid array is an array of
arrays where all arrays are of the same length and all elements are numbers.
|
code » | ||||
Calls a function for every cell in a matrix and inserts the result into a
new matrix of equal dimensions.
Arguments:
|
code » |