SparseMatrixtimes(Vector) Method |
Matrix multiplication
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Vector times(
Vector v
)
Parameters
- v Vector
- Vector
Return Value
VectorThe product of this matrix and
v.
See Also