DenseVectorCreate(Int32, Double) Method |
Create a new dense vector and initialize each value using the provided value.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DenseVector Create(
int length,
double value
)
Parameters
- length Int32
- The length of the vector.
- value Double
- The value assigned to each element.
Return Value
DenseVectorThe created dense vector.
See Also