Multiplies a matrix by the linear operator and returns the result.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected override Matrix<T> MultiplyAsLeftCore(
TransposeOperation transpose,
Matrix<T> right,
Matrix<T> result
)
Protected Overrides Function MultiplyAsLeftCore (
transpose As TransposeOperation,
right As Matrix(Of T),
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ MultiplyAsLeftCore(
TransposeOperation transpose,
Matrix<T>^ right,
Matrix<T>^ result
) override
abstract MultiplyAsLeftCore :
transpose : TransposeOperation *
right : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
override MultiplyAsLeftCore :
transpose : TransposeOperation *
right : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
Parameters
- transpose
- Type: Extreme.MathematicsTransposeOperation
The operation to be performed on the operator before multiplying. - right
- Type: Extreme.MathematicsMatrixT
The right operand of the multiplication. - result
- Type: Extreme.MathematicsMatrixT
The vector that is to hold the result. May be .
Return Value
Type:
MatrixTA vector that is the product of
this matrix and
right.
Numerical Libraries
Supported in: 6.0
Reference