Package com.apple.foundationdb.linear
Class MatrixHelpers
java.lang.Object
com.apple.foundationdb.linear.MatrixHelpers
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealMatrixrandomGaussianMatrix(Random random, int rowDimension, int columnDimension) static RealMatrixrandomOrthogonalMatrix(Random random, int dimension)
-
Method Details
-
randomOrthogonalMatrix
-
randomGaussianMatrix
@Nonnull public static RealMatrix randomGaussianMatrix(@Nonnull Random random, int rowDimension, int columnDimension)
-