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

Update template arguments for LuDecomposition #454

Closed mattldawson closed 4 months ago

mattldawson commented 4 months ago

Modifies existing LuDecomposition functions to consistently use template arguments for the data type and sparse matrix policy, removing the SparseMatrixOrderingPolicy.

closes #453