Example Usage ============== Example source code can be found in ./examples directory. Most of the syntax in PyVSparse should be familiar to users of `scipy.sparse`. However, some syntax is a little different. Below are a list of examples to demonstrate syntax and capabilities of PyVSparse. PyVSparse uses OpenMP to parallelize some operations, such as the constructors. .. toctree:: :caption: Examples examples/constructor examples/io examples/operations examples/utilities