triangular-solve
There are 7 repositories under triangular-solve topic.
IntelLabs/SpMP
sparse matrix pre-processing library
sympiler/sympiler
Sympiler is a Code Generator for Transforming Sparse Matrix Codes
cuguilke/spike_pstrsv
A Parallel Multithreaded Sparse Triangular Linear System Solver
cakmakaf/is_triangle
We gave the code to find out whether any triple of positive real numbers represents a triangle or not.
dgarvit/sparse
Optimized sparse triangular solve.
FMatti/Triangular-SUB
Combined forward and backward substitution algorithm for solving triangular systems of equations.
keikun555/SparseTriangularSolve
Optimizing the sparse triangular solve algorithm in C/C++ using OpenMP