Click or drag to resize

MatrixBuilderTRandomPositiveDefinite(Int32, IContinuousDistribution) 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.3572.0 (4.8.3572.0)
Syntax
C#
public Matrix<T> RandomPositiveDefinite(
	int order,
	IContinuousDistribution distribution
)

Parameters

order  Int32
The order (number of rows and columns) of the matrix.
distribution  IContinuousDistribution
The distribution to sample from.

Return Value

MatrixT
The created matrix.
See Also