[Chapel Merge] Matrix Exponentials - Performance & LAPACK based s

Branch: refs/heads/main
Revision: e7fb0a5
Author: e-kayrakli
Log Message:

Merge pull request #17966 from prashanth018/mat_expo_3

Matrix Exponentials - Performance & LAPACK based solvePQ.

This PR includes Performance tests and implements functionality to compute solvePQ using LAPACK.

[Contributed by @prashanth018]
[Reviewed by @npadmana, @e-kayrakli, tested/merged by @e-kayrakli]

Tested the new and existing matrix exponential tests with:

  • [x] standard

  • [x] gasnet

  • [x] On XC with LAPACK

    Modified Files:
    A test/library/packages/LinearAlgebra/performance/me/COMPOPTS
    A test/library/packages/LinearAlgebra/performance/me/me-perf.chpl
    A test/library/packages/LinearAlgebra/performance/me/me-perf.execopts
    A test/library/packages/LinearAlgebra/performance/me/me-perf.good
    M modules/packages/LinearAlgebra.chpl
    M test/library/packages/LinearAlgebra/correctness/no-dependencies/testExpm.chpl

    Compare: Comparing 4e42881db502...e7fb0a59a112 · chapel-lang/chapel · GitHub