#Rust pop-quiz answer: matrix/(spreadsheet)-transpose
You know what 'transpose' means, mathematically?
It means the rows become the columns, or, as I implement it in matrix_utils.rs: the cols become the rows.
Example: where I show ETH/BTC ratios over time.
No comments:
Post a Comment