SparseMatrixtimesRight Method |
Matrix multiplication, y = v * A
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector timesRight(
Vector v
)
Parameters
- v Vector
- Vector
Return Value
Vectory
See Also