It sounds that the following lines extracted from this [project](https://github.com/AKS1996/GSOC-Prep/blob/simple_graphics/visp-java-demos/vpCore-Demo-Manual/src/Main.java) are not printing the resulting vpColVector or vpMatrix content: ``` System.out.println(M.getCol(0)); System.out.println(M.transpose()); System.out.println(cam.get_K()); ```
It sounds that the following lines extracted from this project are not printing the resulting vpColVector or vpMatrix content: