Uses of Class
org.drip.numerical.matrix.R1SquareEigenized
Package | Description |
---|---|
org.drip.measure.crng |
Continuous Random Number Stream Generator
|
org.drip.numerical.matrix |
Implementation of R1 C1 Matrices
|
-
Uses of R1SquareEigenized in org.drip.measure.crng
Methods in org.drip.measure.crng that return R1SquareEigenized Modifier and Type Method Description static R1SquareEigenized
RandomMatrixGenerator. EigenizedR1Square(int elementCount, double maximumElement, boolean isEntryInteger)
Construct an Eigenized Square Matrix of Random Elements up to the Maximum Value -
Uses of R1SquareEigenized in org.drip.numerical.matrix
Methods in org.drip.numerical.matrix that return R1SquareEigenized Modifier and Type Method Description static R1SquareEigenized
R1SquareEigenized. Standard(EigenOutput eigenOutput)
Construct a Standard Instance of R1SquareEigenized from the EigenOutput