Click or drag to resize

MatrixBuilderTSameAs(VectorT, Int32, Int32) Method

Create a new matrix 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 Matrix<T> SameAs(
	Vector<T> example,
	int rows,
	int columns
)

Parameters

example  VectorT

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

rows  Int32

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

columns  Int32

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

Return Value

MatrixT

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

See Also