for (int j = 0; j < _columnCount; j++) {
sum = sum.add(_value[i][j]);
}
}
return (int) sum.magnitude();
}
/** Join a matrix of matrices into a single matrix by tiling.
* All matrices in the matrix must be of the same type,
* the same type as this matrix. But none of them needs to