Skip to content
Snippets Groups Projects

Draft: Transpose matrices

Open STEVAN Antoine requested to merge transpose-matrices into main

should address #4

changelog

  • transpose all random matrices when they are created, i.e. using Matrix::random(n, k) instead of Matrix::random(k, n)
  • transpose the Vandermonde matrix definition
  • add a Matrix::get_row method
  • fix the linalg tests
  • show the exact error in FEC tests
  • do not transpose in fec::encode and fec::decode
  • add test assertion to make sure fec::encode always generates
    n
    shards
  • add some runtime assertions

tests

cargo t -- linalg fec

passes

Edited by STEVAN Antoine

Merge request reports

Merge request pipeline #6741 failed

Merge request pipeline failed for 07622060

Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply