Search:

Type: Posts; User: mikoile

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    632

    Re: inverting rows and lines of a matrix

    Actually it doesn't work, It gives me: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1

    The idea is to switch each element with his opposite, so I've thought to do 4 cycles...
  2. Replies
    3
    Views
    632

    inverting rows and lines of a matrix

    Hi everyone, I'd like to create a program in which all rows and columns of a given matrix are inverted. The matrix elements are objects Bin<Double,Integer>, where Double is the value, Integer is the...
Results 1 to 2 of 2