//6. Block for the results
Matrix result = future.get();
System.out.println("Done:"+result.length()+"x"+result.length()+ "in "+(System.currentTimeMillis() - init)+"[ms]");
//7. Shutdown the system
skandium.shutdown();
}
/**
* Creates a new Matrix with random content.
* @param size The width and height of the desired matrix