Click or drag to resize

VectorBuilderTSameAsTU(MatrixTU, Int32) Method

Create a new vector with the same kind of the provided example.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> SameAs<TU>(
	Matrix<TU> example,
	int length
)
where TU : struct, new(), IEquatable<TU>, IFormattable

Parameters

example  MatrixTU

[Missing <param name="example"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs``1(Altaxo.Calc.LinearAlgebra.Matrix{``0},System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs``1(Altaxo.Calc.LinearAlgebra.Matrix{``0},System.Int32)"]

Type Parameters

TU

[Missing <typeparam name="TU"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs``1(Altaxo.Calc.LinearAlgebra.Matrix{``0},System.Int32)"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.SameAs``1(Altaxo.Calc.LinearAlgebra.Matrix{``0},System.Int32)"]

See Also