Click or drag to resize

CreateMatrixRandomPositiveDefiniteT(Int32, Int32) Method

Create a new positive definite dense matrix where each value is the product of two samples from the provided random distribution.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix<T> RandomPositiveDefinite<T>(
	int order,
	int seed
)
where T : struct, new(), IEquatable<T>, IFormattable

Parameters

order  Int32

[Missing <param name="order"/> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateMatrix.RandomPositiveDefinite``1(System.Int32,System.Int32)"]

seed  Int32

[Missing <param name="seed"/> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateMatrix.RandomPositiveDefinite``1(System.Int32,System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateMatrix.RandomPositiveDefinite``1(System.Int32,System.Int32)"]

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateMatrix.RandomPositiveDefinite``1(System.Int32,System.Int32)"]

See Also