Tagged Questions
2
votes
1answer
138 views
Any implementations of graph st-ordering or ear-decomposition?
I'm in the search for an implementation of an ear-decomposition algorithm (http://www.ics.uci.edu/~eppstein/junkyard/euler/ear.html). I examined networkx and didn't find one. Although the algorithm ...
2
votes
2answers
2k views
Decompose complex matrix transformation into a series of simple transformations?
I wonder if it is possible (and if it is then how) to re-present an arbitrary M3 matrix transformation as a sequence of simpler transformations (such as translate, scale, skew, rotate)
In other ...