public class DoubleMatrixFactory
public static DoubleMatrixFactory DEFAULT
public DoubleMatrixFactory(net.maizegenetics.matrixalgebra.Matrix.DoubleMatrixFactory.FactoryType type)
public static void setDefault(net.maizegenetics.matrixalgebra.Matrix.DoubleMatrixFactory.FactoryType type)
public net.maizegenetics.matrixalgebra.Matrix.DoubleMatrixFactory.FactoryType getType()
public DoubleMatrix make(int row, int col)
row - the number of rows in the matrixcol - the number of columns in the matrixpublic DoubleMatrix make(int row, int col, kotlin.Array[] values)
public DoubleMatrix make(int row, int col, kotlin.Array[] values, boolean columnMajor)
public DoubleMatrix make(kotlin.Array[] values)
public DoubleMatrix make(DistanceMatrix values)
public DoubleMatrix make(int row, int col, double val)
public DoubleMatrix identity(int n)
public DoubleMatrix diagonal(kotlin.Array[] diag)
public DoubleMatrix compose(DoubleMatrix[] components)