| Name | Description |
---|
  | ElementwiseDivideIntoT(MatrixT, MatrixT, MatrixT) |
Divides a matrix element-wise by another matrix.
|
  | ElementwiseDivideIntoT(T, MatrixT, MatrixT) |
Divides a scalar by each element of a matrix.
|
  | ElementwiseDivideIntoT(MatrixT, VectorT, Dimension, MatrixT) |
Divides the elements of a matrix by the elements of a vector broadcast
along the specified dimension.
|
  | ElementwiseDivideIntoT(VectorT, Dimension, VectorT, MatrixT) |
Divides the elements of two broadcast vectors
along the specified dimension.
|