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