| Name | Description |
---|
  | MapT, U(FuncT, U, MatrixT) |
Applies a function to the elements of a matrix
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, MatrixT, MatrixU) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, MatrixT, VectorU, Dimension) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, VectorT, Dimension, MatrixU) |
Applies a function to the corresponding elements of two matrices
and returns the result in a new matrix.
|
  | MapT, U, V(FuncT, U, V, VectorT, Dimension, VectorU) |
Maps two broadcast vectors to form a matrix.
|