As far as I know,the only short cut is for diagonal matrix
........
- diag(a1,...,an)-1 = diag(a1-1,...,an-1).
a1,...,an are all non zero..........
since,if one is non-zero ,the matrix will become a singular matrix.........
Anyother short cuts are most welcome
Cheers !