| Name | Description |
---|
  | AddIntoT(MatrixT, T, MatrixT) |
Adds a matrix and a scalar.
|
  | AddIntoT(MatrixT, MatrixT, MatrixT) |
Adds two matrices.
|
  | AddIntoT(T, MatrixT, MatrixT) |
Adds a matrix and a scalar.
|
  | AddIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Adds a matrix and a vector broadcast along the specified dimension.
|
  | AddIntoT(MatrixT, TransposeOperation, MatrixT, TransposeOperation, MatrixT) |
Adds two matrices after applying the specified operation to the operands.
|