A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public interface PMatrix2x2DType<A,B> extends PMatrixReadable2x2DType<A,B>, MatrixComputationalType
double-typed matrices.| Modifier and Type | Method and Description |
|---|---|
double |
r0c0() |
double |
r0c1() |
double |
r1c0() |
double |
r1c1() |
rowColumndouble r0c0()
r0c0 in interface MatrixReadable2x2DTypedouble r0c1()
r0c1 in interface MatrixReadable2x2DTypedouble r1c0()
r1c0 in interface MatrixReadable2x2DTypedouble r1c1()
r1c1 in interface MatrixReadable2x2DTypeCopyright © 2017 <code@io7m.com> http://io7m.com