Unwind Block of Blocks
Reference issue
What does this implement/fix?
A backwards compatible version of !1290 without the bulk of the improvements from @cantonios
Adds an explicit method to convert block of block expressions to a simple block. The implicit conversion operator is problematic as the unwinding of other block types, e.g. Block<SparseMatrix>
is not yet supported.
Additional information
Edited by Charles Schlosser