Interface PMatrixByteBuffered2x2Type<A,B>
- Type Parameters:
A- A phantom type parameter (possibly representing a source coordinate system)B- A phantom type parameter (possibly representing a target coordinate system)
- All Superinterfaces:
MatrixByteBufferedType,MatrixReadable2x2DType,MatrixReadableDType,MatrixStorage2x2Type,MatrixStorageType,PMatrixReadable2x2DType<A,B>,PMatrixStorage2x2Type<A,B>,TensorByteBufferedType
- All Known Implementing Classes:
PMatrixByteBuffered2x2s16,PMatrixByteBuffered2x2s32,PMatrixByteBuffered2x2s64
public interface PMatrixByteBuffered2x2Type<A,B> extends PMatrixStorage2x2Type<A,B>, MatrixByteBufferedType
The type of byte buffer backed 2x2 matrices.
-
Method Summary
Methods inherited from interface com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType
r0c0, r0c1, r1c0, r1c1, rowColumnMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.matrices.MatrixStorage2x2Type
setMatrix2x2D, setMatrix2x2FMethods inherited from interface com.io7m.jtensors.storage.api.parameterized.matrices.PMatrixStorage2x2Type
setPMatrix2x2D, setPMatrix2x2FMethods inherited from interface com.io7m.jtensors.storage.bytebuffered.TensorByteBufferedType
byteBuffer, byteOffset, offset, sizeBytes