Documentation of 'org.ujmp.core.doublematrix.impl.BlockMatrixLayout' Java class
BlockMatrixLayout
org.ujmp.core.doublematrix.impl

Class BlockMatrixLayout

  • All Implemented Interfaces:
    java.io.Serializable


    public final class BlockMatrixLayout
    extends java.lang.Object
    implements java.io.Serializable
    This class describes the layout (size, order) of a square block of data within a block matrix.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  BlockMatrixLayout.BlockOrder
      Enum describing the layout of a block of data.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.