Applies the linear operator to a vector.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Multiply(
Vector<T> vector
)
Public Function Multiply (
vector As Vector(Of T)
) As Vector(Of T)
public:
Vector<T>^ Multiply(
Vector<T>^ vector
)
member Multiply :
vector : Vector<'T> -> Vector<'T>
Parameters
- vector
- Type: Extreme.MathematicsVectorT
A VectorT.
Return Value
Type:
VectorTThe product of the linear operator and
vector.
Reference