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