MatrixBuilderTRandomPositiveDefinite(Int32) Method |
Create a new positive definite dense matrix where each value is the product
of two samples from the standard distribution.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Matrix<T> RandomPositiveDefinite(
int order
)
Parameters
- order Int32
- The order (number of rows and columns) of the matrix.
Return Value
MatrixTThe created matrix.
See Also