Package Utils

Class Matrix


  • public class Matrix
    extends java.lang.Object
    Matrix utility functions
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[][] transpose​(byte[][] o)
      Transposes a matrix
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transpose

        public static byte[][] transpose​(byte[][] o)
        Transposes a matrix
        Parameters:
        o - The original matrix
        Returns:
        The transposed matrix