|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ujmp.core.doublematrix.impl.BlockMatrixLayout
public final class BlockMatrixLayout
This class describes the layout (size, order) of a square block of data
within a block matrix
.
Nested Class Summary | |
---|---|
static class |
BlockMatrixLayout.BlockOrder
Enum describing the layout of a block of data. |
Field Summary | |
---|---|
protected int |
blockArea
Total size of a block (area). |
BlockMatrixLayout.BlockOrder |
blockOrder
Whether this block is laid out in row-major (true) or column-major (false) order. |
int |
blockStripe
Length of one side (stripe) of a square block. |
int |
columns
Number of columns of matrix. |
int |
rows
Number of rows of matrix. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final int blockArea
public final int blockStripe
public final int columns
public final BlockMatrixLayout.BlockOrder blockOrder
public final int rows
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |