Can the following loop be vectorized? Each iteration in the loop forms an outer product, then symmetric and store the result as a column in a matrix. Expect m to be large (e.g., 1e4) and s to be sm
Can the following loop be vectorized? Each iteration in the loop forms an outer product, then symmetric and store the result as a column in a matrix. Expect m to be large (e.g., 1e4) and s to be sm