VectorBuilderTDense(Int32) Method |
Create a new dense vector with the given size.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Vector<T> Dense(
int size
)
Parameters
- size Int32
- The size of the vector.
Return Value
VectorTThe created vector.
See Also