I have classA wherein I have a get method to get the updated matrix, when I am trying to call the matrix in classB to print it out on console. I am getting something like
<packageA.prod.Cell.CellClass instance at 0x02C55558>,
<packageA.prod.Cell.CellClass instance at 0x02C55580>,
How can I get the values stored in such location to be printed out?
How can I split such values, as I am getting a list of such values and as list cannot be split