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

Members

IconMemberDescription
Multiply(Matrix)
Adds the scaled product of a Matrix and a Vector to this Vector.
(Inherited from Vector.)
Multiply(Matrix, MatrixOperationSide)
Multiplies a Vector by a Matrix.
(Inherited from Vector.)
Multiply(Double)
Multiplies a vector by a given factor.
(Inherited from Vector.)
static memberMultiply(Double, Vector)
Multiplies a Vector by a constant.
(Inherited from Vector.)
static memberMultiply(Vector, Double)
Multiplies a Vector by a constant.
(Inherited from Vector.)
static memberMultiply(Double, Vector)
Multiplies a Vector by a constant.
(Inherited from Vector.)