rulinalg v0.3.5 Release Notes

Release Date: 2016-10-30 // over 7 years ago
  • 🆕 New Contributors

    💥 Breaking Changes

    • None

    🔋 Features

    • Added new iter_diag and iter_diag_mut functions to BaseMatrix and BaseMatrixMut respectively.

    🐛 Bug Fixes

    • The matrix! macro now works on empty matrices.

    Minor Changes

    • 🔨 Some refactoring of decomposition module.
    • More lenient error handling on triangular solvers. They no longer assert! that a matrix is triangular.
    • ✅ All tests are now using matrix! macro and other tidier constructors.