Say I have a banded, unsymmetric sparse matrix like the one below, created using the R Matrix package:
x = Matrix(matrix(c(1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1), 4