Create row and column indices for locations of symmetric band-sparse matrix. Starts with the locations of the diagonal, proceed with upper-diagonals, followed by lower-diagonals.
t_create_loc(len, D)
a list containing
the row indices r
and
the column indices c
length of the diagonal of the band-sparse matrix
number of super-diagonals to include for the band-sparse