// permuted matrix
PermutedMatrix pmm=new PermutedMatrix(mmn,
Indexz.createRandomPermutation(mmn.rowCount()),
Indexz.createRandomPermutation(mmn.columnCount()));
doGenericTests(pmm);
doGenericTests(pmm.subMatrix(1, 4, 1, 5));
}
@Test public void g_VectorMatrix() {
// specialised Mx3 matrix