Click or drag to resize

DenseVectorCreate(Int32, Complex32) Method

Create a new dense vector and initialize each value using the provided value.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DenseVector Create(
	int length,
	Complex32 value
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.DenseVector.Create(System.Int32,Altaxo.Calc.Complex32)"]

value  Complex32

[Missing <param name="value"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.DenseVector.Create(System.Int32,Altaxo.Calc.Complex32)"]

Return Value

DenseVector

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.DenseVector.Create(System.Int32,Altaxo.Calc.Complex32)"]

See Also