A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)MatrixComputationalType, MatrixReadable2x2DType, MatrixReadableDType, PMatrixReadable2x2DType<A,B>PMatrix2x2D@Immutable public interface PMatrix2x2DType<A,B> extends PMatrixReadable2x2DType<A,B>, MatrixComputationalType
double-typed matrices.| Modifier and Type | Method | Description |
|---|---|---|
double |
r0c0() |
|
double |
r0c1() |
|
double |
r1c0() |
|
double |
r1c1() |
rowColumn@Parameter(order=0) double r0c0()
r0c0 in interface MatrixReadable2x2DType@Parameter(order=1) double r0c1()
r0c1 in interface MatrixReadable2x2DType@Parameter(order=2) double r1c0()
r1c0 in interface MatrixReadable2x2DType@Parameter(order=3) double r1c1()
r1c1 in interface MatrixReadable2x2DTypeCopyright © 2017 <code@io7m.com> http://io7m.com