- TriangularSolve.jl VS BLIS.jl
- TriangularSolve.jl VS 18335
- TriangularSolve.jl VS Pkg.jl
- TriangularSolve.jl VS SuiteSparse.jl
- TriangularSolve.jl VS GPUCompiler.jl
- TriangularSolve.jl VS MPI.jl
- TriangularSolve.jl VS rr
- TriangularSolve.jl VS CUDA.jl
- TriangularSolve.jl VS Octavian.jl
- TriangularSolve.jl VS quickjs
TriangularSolve.jl Alternatives
Similar projects and alternatives to TriangularSolve.jl
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
SciMLBenchmarks.jl
Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R
-
-
-
-
SuiteSparse.jl
Discontinued Development of SuiteSparse.jl, which ships as part of the Julia standard library.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TriangularSolve.jl discussion
TriangularSolve.jl reviews and mentions
-
Why Fortran is easy to learn
> But in the end, it's FORTRAN all the way down. Even in Julia.
That's not true. None of the Julia differential equation solver stack is calling into Fortran anymore. We have our own BLAS tools that outperform OpenBLAS and MKL in the instances we use it for (mostly LU-factorization) and those are all written in pure Julia. See https://github.com/YingboMa/RecursiveFactorization.jl, https://github.com/JuliaSIMD/TriangularSolve.jl, and https://github.com/JuliaLinearAlgebra/Octavian.jl. And this is one part of the DiffEq performance story. The performance of this of course is all validated on https://github.com/SciML/SciMLBenchmarks.jl
Stats
JuliaSIMD/TriangularSolve.jl is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of TriangularSolve.jl is Julia.