TNL_ASSERT_LT(matrixPointer->getLocalMatrix().getRows(),matrixPointer->getLocalMatrix().getColumns(),"the local matrix should have more columns than rows");
TNL_ASSERT_LE(matrixPointer->getLocalMatrix().getRows(),matrixPointer->getLocalMatrix().getColumns(),"the local matrix should have more columns than rows");