Package org.ujmp.core.doublematrix.impl
package org.ujmp.core.doublematrix.impl
-
ClassDescriptionA dense 2D matrix with square block layout.This class describes the layout (size, order) of a square block of data within a
block matrix
.Enum describing the layout of a block of data.Multiply blocks of A and B in the specified range(fromM->toM, fromN->toN, fromK->toK),
and add to matrix C.