multilinear v0.5.0.0 Release Notes

Release Date: 2018-11-25 // over 5 years ago
    • reformulation of Multilinear class - added Generic and NFData superclasses. This allows any Multilinear tensor to be derived generically in e.g. serialization instances and also fully evaluated for performace reasons
    • ➕ added simple Sequential <=> MultiCore converters in Multilinear.Generic module

Previous changes from v0.4.0.0

    • ➕ added multi-core parallelism, sample benchmark is available in ./benchmark/results.zip
    • ✅ more robust QuickCheck tests
    • some API changes; simplified Multilinear class