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