org.ujmp.core.doublematrix.impl
Class BlockMatrixLayout
- java.lang.Object
-
- org.ujmp.core.doublematrix.impl.BlockMatrixLayout
-
- All Implemented Interfaces:
- java.io.Serializable
public final class BlockMatrixLayout extends java.lang.Object implements java.io.SerializableThis class describes the layout (size, order) of a square block of data within ablock matrix.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classBlockMatrixLayout.BlockOrderEnum describing the layout of a block of data.
-
Field Summary
Fields Modifier and Type Field and Description BlockMatrixLayout.BlockOrderblockOrderWhether this block is laid out in row-major (true) or column-major (false) order.intblockStripeLength of one side (stripe) of a square block.intcolumnsNumber of columns of matrix.introwsNumber of rows of matrix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()
-
-
-
Field Detail
-
blockStripe
public final int blockStripe
Length of one side (stripe) of a square block.
-
columns
public final int columns
Number of columns of matrix.
-
blockOrder
public final BlockMatrixLayout.BlockOrder blockOrder
Whether this block is laid out in row-major (true) or column-major (false) order.
-
rows
public final int rows
Number of rows of matrix.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG