ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

t-hishinuma opened this issue · comments

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

move to super class monolish::equation::solver

Done