Interface MatrixElementType

All Superinterfaces:
ElementType

@NonExtendable public non-sealed interface MatrixElementType extends ElementType
  • Method Summary

    Modifier and Type
    Method
    Description
    @org.jetbrains.annotations.Range(from=2L, to=4L) int
     
     
    @org.jetbrains.annotations.Range(from=2L, to=4L) int
     

    Methods inherited from interface dev.engine_room.flywheel.api.layout.ElementType

    byteAlignment, byteSize
  • Method Details

    • repr

      FloatRepr repr()
    • rows

      @org.jetbrains.annotations.Range(from=2L, to=4L) int rows()
    • columns

      @org.jetbrains.annotations.Range(from=2L, to=4L) int columns()