Click or drag to resize

SparseMatrixtimes(Vector) Method

Matrix multiplication

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Vector times(
	Vector v
)

Parameters

v  Vector
Vector

Return Value

Vector
The product of this matrix and v.
See Also