NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Add template to the LuDecomposition class #453

Closed sjsprecious closed 4 months ago

sjsprecious commented 4 months ago

While updating the CUDA matrix class for the CudaLuDecomposition class, I found it was not trivial to add the CudaSparseMatrix type to the GetLUMatrices function.

After discussing with Matt, this issue could be resolved by adding template to the whole LuDecomposition base class.