Module common

Module common 

Source

Functions§

example_matrix
naive_matmul
Textbook implementation of matrix multiplication, in order for this crate to be independant of any backend.
random_matrix
Generate a random matrix of size m x n
rank_k_matrix
Generate a rank-k matrix by multiplying m×k and k×n matrices