I need to generate (40000 x 20000) matrix via SQL and perform matrix operation like A'A. Then I need to obtain Eigen value and Eigen Vectors.
Can you suggest me ways to implement this in Perl.
(Maybe via PDL
)
How can I multiply large matrix stored in file.?
Thank You