EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Extend performance graphs #18

Open ChristophWWagner opened 6 years ago

ChristophWWagner commented 6 years ago

The performance graphs for "forward projection" should contain a second (and maybe third) plot for x10 (and x100 respectively) vectors. To be explicit: Current implementation is numpy vs. fastmat (both with one data vector per transform). Proposed variant is: (numpy x1 vs. fastmat x1 va. fastmat x10 (vs. fastmat x100))

@SebastianSemper Incorporate this into the tex extraction scheme?

SebastianSemper commented 6 years ago

Should be a no brainer to add this to the plot generation in the new sphinx docu.