Open LoPA607 opened 1 month ago
https://github.com/LoPA607/Hello-Foss-CPP/blob/main/src/broadcast.cpp In this code snippet B is resized , but resizing b every time can change memory location of matrix B. Make the code effective such that it B matrix is in original location
https://github.com/LoPA607/Hello-Foss-CPP/blob/main/src/broadcast.cpp In this code snippet B is resized , but resizing b every time can change memory location of matrix B. Make the code effective such that it B matrix is in original location