net.maizegenetics.matrixalgebra.Matrix.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tassel Show documentation
Show all versions of tassel Show documentation
TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage
disequilibrium.
The newest version!
/**
* 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;