TriangularSolve.jl

rdiv!(::AbstractMatrix, ::UpperTriangular) and ldiv!(::LowerTriangular, ::AbstractMatrix) (by JuliaSIMD)

TriangularSolve.jl Alternatives

Similar projects and alternatives to TriangularSolve.jl

  1. julia

    The Julia Programming Language

  2. 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.

    CodeRabbit logo
  3. rr

    Record and Replay Framework

  4. quickjs

    Public repository of the QuickJS Javascript Engine.

  5. Octavian.jl

    Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

  6. CUDA.jl

    CUDA programming in Julia.

  7. 18337

    14 TriangularSolve.jl VS 18337

    18.337 - Parallel Computing and Scientific Machine Learning

  8. Pkg.jl

    Pkg - Package manager for the Julia programming language

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. GPUCompiler.jl

    Reusable compiler infrastructure for Julia GPU backends.

  11. BLIS.jl

    This repo plans to provide a low-level Julia wrapper for BLIS typed interface.

  12. SciMLBenchmarks.jl

    Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R

  13. 18335

    1 TriangularSolve.jl VS 18335

    18.335 - Introduction to Numerical Methods course

  14. Fortran-code-on-GitHub

    Directory of Fortran codes on GitHub, arranged by topic

  15. MPI.jl

    MPI wrappers for Julia

  16. SuiteSparse.jl

    Discontinued Development of SuiteSparse.jl, which ships as part of the Julia standard library.

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better TriangularSolve.jl alternative or higher similarity.

TriangularSolve.jl discussion

Log in or Post with

TriangularSolve.jl reviews and mentions

Posts with mentions or reviews of TriangularSolve.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-07.
  • Why Fortran is easy to learn
    19 projects | news.ycombinator.com | 7 Jan 2022
    > 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

Basic TriangularSolve.jl repo stats
1
12
4.9
5 months ago

Sponsored
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.
coderabbit.ai