[C] = [D] + [A][B]it is sometimes necessary to shift the matrix [A] before computing the product [A][B]. This parameter allows [A] to be shifted by MMKA columns before multiplying with [B]. The effect is though MMKA columns of 0's were added to the beginning of [A], to form [0|A].