ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

move get_singularity and set_reorder in LU/QR/Cholesky to monolish::equation::solver #85

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

solver tests cannot be templated because these functions exist in LU / QR / Cholesky,

move to super class monolish::equation::solver

t-hishinuma commented 2 years ago

Done