SparseVectorCreate(Int32, Single) Method |
Create a new sparse vector and initialize each value using the provided value.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static SparseVector Create(
int length,
float value
)
Parameters
- length Int32
- The length of the vector.
- value Single
- The value assigned to each entry.
Return Value
SparseVectorA new sparse vector with each entry set to the specified value.
See Also