Interface Matrix3x3DType

All Superinterfaces:
MatrixComputationalType, MatrixReadable3x3DType, MatrixReadableDType
All Known Implementing Classes:
Matrix3x3D

@Immutable
public interface Matrix3x3DType
extends MatrixReadable3x3DType, MatrixComputationalType
The type of 3x3 double-typed matrices.
  • Method Summary

    Modifier and Type Method Description
    double r0c0()  
    double r0c1()  
    double r0c2()  
    double r1c0()  
    double r1c1()  
    double r1c2()  
    double r2c0()  
    double r2c1()  
    double r2c2()  

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

    rowColumn