What are the common applications of the real world Dense linear algebra ?
Many problems can be easily described and effectively calculated using linear algebra as a common language between a person and a computer. Most often, although these systems require solving sparse matrices, not dense ones. What are the common applications that challenge this rule?
I am wondering if the community needs to spend extra time improving DLA packages like LAPACK . Who uses LAPACK in a limited computing application? Who uses LAPACK to solve big problems requiring parallelism?
In particular, what are the problems that today cannot be solved due to the insufficient capabilities of dense linear algebra.
source
share