Scalar Multiplication
Understand the concept of scalar multiplication on matrices and learn to implement it in R and Rcpp. Explore how to multiply each element of a matrix by a scalar using nested loops and verify results with RcppArmadillo and RcppEigen libraries.
Scalar multiplication is defined over a matrix of any dimension.
...