Divides two matrices element-wise.
Namespace: Extreme.Mathematics.DistributedAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override Matrix<T> ElementwiseDivideAsLeftCore(
Matrix<T> right,
Matrix<T> result
)
Protected Overrides Function ElementwiseDivideAsLeftCore (
right As Matrix(Of T),
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ ElementwiseDivideAsLeftCore(
Matrix<T>^ right,
Matrix<T>^ result
) override
abstract ElementwiseDivideAsLeftCore :
right : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
override ElementwiseDivideAsLeftCore :
right : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
Parameters
- right
- Type: Extreme.MathematicsMatrixT
The right operand in the division. - result
- Type: Extreme.MathematicsMatrixT
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
right.
Numerical Libraries
Supported in: 6.0
Reference