Click or drag to resize

SvdT Constructor

Initializes a new instance of the SvdT class

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Svd(
	Vector<T> s,
	Matrix<T> u,
	Matrix<T> vt,
	bool vectorsComputed
)

Parameters

s  VectorT

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.Svd`1.#ctor(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Boolean)"]

u  MatrixT

[Missing <param name="u"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.Svd`1.#ctor(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Boolean)"]

vt  MatrixT

[Missing <param name="vt"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.Svd`1.#ctor(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Boolean)"]

vectorsComputed  Boolean

[Missing <param name="vectorsComputed"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.Svd`1.#ctor(Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Boolean)"]

See Also