VectorBuilderTDense(Int32, T) Method |
Create a new dense vector and initialize each value using the provided value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Vector<T> Dense(
int length,
T value
)
Parameters
- length Int32
- The length of the vector.
- value T
- The value to initialize each element to.
Return Value
VectorTThe created vector.
See Also