| Name | Description |
---|
  | AddScaledIntoT(MatrixT, T, MatrixT, MatrixT) |
Adds a multiple of a matrix to another matrix
and returns the result.
|
  | AddScaledIntoT(MatrixT, T, VectorT, Dimension, MatrixT) |
Adds a multiple of a vector broadcast along the specified dimension
to another matrix and returns the result.
|
  | AddScaledIntoT(MatrixT, TransposeOperation, T, MatrixT, TransposeOperation, MatrixT) |
Adds a multiple of a matrix to another matrix
and returns the result.
|