| Name | Description |
---|
  | ElementwisePowT(MatrixT, T) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowT(MatrixT, MatrixT) |
Raises the elements of a matrix to a power
from the corresponding elements in another matrix.
|
  | ElementwisePowT(MatrixT, MatrixInt32) |
Raises the elements of a matrix to an integer power
from the corresponding elements in another matrix.
|
  | ElementwisePowT(MatrixT, Int32) |
Raises the element of a matrix to a constant power.
|
  | ElementwisePowT(MatrixT, VectorT, Dimension) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(MatrixT, VectorInt32, Dimension) |
Raises the elements of a matrix to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(VectorT, Dimension, MatrixT) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowT(VectorT, Dimension, MatrixInt32) |
Raises the elements of a vector broadcast along the specified dimension
to a power from the corresponding elements in a matrix
|
  | ElementwisePowT(VectorT, Dimension, VectorT) |
Raises the elements of a broadcast vector to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|
  | ElementwisePowT(VectorT, Dimension, VectorInt32) |
Raises the elements of a broadcast vector to a power
from the corresponding elements in a vector broadcast along the specified dimension.
|