Transfer an array from the CPU to the GPU in jCUDA

I have is the matrix and would like to transfer it to the GPU using jCUDA:

// Adjacency Matrix

	private int[][] adj;

Can anyone help me?