ro.mosc.reco.util
Class Util

java.lang.Object
  extended by ro.mosc.reco.util.Util

public class Util
extends java.lang.Object

Utilitary class


Constructor Summary
Util()
           
 
Method Summary
static void copyMatrix(int h, int w, int[][] src, int[][] dest)
          Fast copy int matrix using System.arraycopy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

copyMatrix

public static void copyMatrix(int h,
                              int w,
                              int[][] src,
                              int[][] dest)
Fast copy int matrix using System.arraycopy

Parameters:
h - matrix height
w - matrix width
src - source matrix
dest - destination matrix