Interface Matrix2x2FType

All Superinterfaces:
MatrixComputationalType, MatrixReadable2x2FType, MatrixReadableFType
All Known Implementing Classes:
Matrix2x2F

@Immutable
public interface Matrix2x2FType
extends MatrixReadable2x2FType, MatrixComputationalType
The type of 2x2 float-typed matrices.
  • Method Summary

    Modifier and Type Method Description
    float r0c0()  
    float r0c1()  
    float r1c0()  
    float r1c1()  

    Methods inherited from interface com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType

    rowColumn