Exemplo n.º 1
0
 @Override
 protected Matrix2x2FType newMatrixFrom(final MatrixReadable2x2FType source) {
   return MatrixHeapArrayM2x2F.newMatrixFrom(source);
 }
Exemplo n.º 2
0
 @Override
 protected Matrix2x2FType newMatrix() {
   return MatrixHeapArrayM2x2F.newMatrix();
 }