Raises two vectors elementwise.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Matrix<T> ElementwisePowAsRightCore(
Matrix<T> left,
Matrix<T> result
)
Protected Overridable Function ElementwisePowAsRightCore (
left As Matrix(Of T),
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ ElementwisePowAsRightCore(
Matrix<T>^ left,
Matrix<T>^ result
)
abstract ElementwisePowAsRightCore :
left : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
override ElementwisePowAsRightCore :
left : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
Parameters
- left
- Type: Extreme.Mathematics.GenericMatrixT
The left operand in the division. - result
- Type: Extreme.Mathematics.GenericMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements are
the quotient of the corresponding elements of
this matrix and
left.
Numerical Libraries
Supported in: 5.x
Reference