Interface Matrix2x2DType

All Superinterfaces:
MatrixComputationalType, MatrixReadable2x2DType, MatrixReadableDType
All Known Implementing Classes:
Matrix2x2D

@Immutable
public interface Matrix2x2DType
extends MatrixReadable2x2DType, MatrixComputationalType
The type of 2x2 double-typed matrices.
  • Method Summary

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

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

    rowColumn