See #406 for more detail. Bezier extraction matrix fails for following spline ```python test = sp.BSpline( degrees=[0, 0], control_points=[ [0], [1], [2], [3], ], knot_vectors=[[0, .5, 1], [0, .5, 1]] ) ```