The new subspace tensor uses a slice that points into original tensor, but the nulls, being a bitslice, cannot share the original nulls bits unless they happen to be mod 8 aligned on the byte boundaries.
fixed by adding bitslice.SubSlice (and rest of todo: methods there: Insert, Delete), and calling in subspace.
The new subspace tensor uses a slice that points into original tensor, but the nulls, being a bitslice, cannot share the original nulls bits unless they happen to be mod 8 aligned on the byte boundaries.
fixed by adding bitslice.SubSlice (and rest of todo: methods there: Insert, Delete), and calling in subspace.