Searched defs:createBlocksLayout (Results 1 – 2 of 2) sorted by relevance
268 public static double[][] createBlocksLayout(final int rows, final int columns) { in createBlocksLayout() method in BlockRealMatrix
277 public static <T extends FieldElement<T>> T[][] createBlocksLayout(final Field<T> field, in createBlocksLayout() method in BlockFieldMatrix