net.maizegenetics.matrixalgebra.Matrix.package-info Maven / Gradle / Ivy
/**
* Matrix algebra package that makes connections to various library optimization including parallelized and native code.
* This {@link net.maizegenetics.matrixalgebra.Matrix.DoubleMatrixFactory} attempts to find the most efficient
* library on the current computer, and then uses this for calculations.
* @author Peter Bradbury
*/
package net.maizegenetics.matrixalgebra.Matrix;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy