jaxoplanet icon indicating copy to clipboard operation
jaxoplanet copied to clipboard

Benchmark performance of starry rotation matrices

Open dfm opened this issue 2 years ago • 0 comments

The rotation matrices are block diagonal and in the implementation in #17, the full dense matrix is constructed. This probably isn't what we want in all cases: for larger systems we might want to manually implement the matrix product. That being said, if we're using GPU acceleration, we may want to use the direct solve up to fairly high order. We should benchmark this on several different systems to select sensible defaults and give advice to users.

dfm avatar Mar 02 '23 12:03 dfm