Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Members

IconMemberDescription
static memberMultiply(Matrix, Matrix)
Multiplies two Matrix objects.
(Inherited from Matrix.)
static memberMultiply(Matrix, Vector)
Multiplies a Vector by a Matrix.
(Inherited from Matrix.)
Multiply(MatrixOperationSide, TransposeOperation, TransposeOperation, Matrix)
Multiplies this Matrix by another matrix and returns the result.
(Inherited from Matrix.)
static memberMultiply(Vector, Matrix)
Multiplies a Vector by a Matrix.
(Inherited from Matrix.)
Multiply(Double)
Multiplies this Matrix by a scalar factor.
(Inherited from Matrix.)
static memberMultiply(Double, Matrix)
Multiplies a Matrix by a scalar.
(Inherited from Matrix.)
static memberMultiply(Matrix, Matrix)
Multiplies two Matrix objects.
(Inherited from Matrix.)
static memberMultiply(Matrix, Vector)
Multiplies a Vector by a Matrix.
(Inherited from Matrix.)
static memberMultiply(Matrix, Double)
Multiplies a Matrix by a scalar.
(Inherited from Matrix.)
static memberMultiply(Vector, Matrix)
Multiplies a Vector by a Matrix.
(Inherited from Matrix.)
static memberMultiply(Double, Matrix)
Multiplies a Matrix by a scalar.
(Inherited from Matrix.)