Interface PMatrixByteBuffered3x3Type<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,MatrixReadable3x3DType,MatrixReadableDType,MatrixStorage3x3Type,MatrixStorageType,PMatrixReadable3x3DType<A,B>,PMatrixStorage3x3Type<A,B>,TensorByteBufferedType
- All Known Implementing Classes:
PMatrixByteBuffered3x3s16,PMatrixByteBuffered3x3s32,PMatrixByteBuffered3x3s64
public interface PMatrixByteBuffered3x3Type<A,B> extends PMatrixStorage3x3Type<A,B>, MatrixByteBufferedType
The type of byte buffer backed 3x3 matrices.
-
Method Summary
Methods inherited from interface com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType
r0c0, r0c1, r0c2, r1c0, r1c1, r1c2, r2c0, r2c1, r2c2, rowColumnMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.matrices.MatrixStorage3x3Type
setMatrix3x3D, setMatrix3x3FMethods inherited from interface com.io7m.jtensors.storage.api.parameterized.matrices.PMatrixStorage3x3Type
setPMatrix3x3D, setPMatrix3x3FMethods inherited from interface com.io7m.jtensors.storage.bytebuffered.TensorByteBufferedType
byteBuffer, byteOffset, offset, sizeBytes