Trilinos VS mdspan

Compare Trilinos vs mdspan and see what are their differences.

mdspan

Reference implementation of mdspan targeting C++23 (by kokkos)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Trilinos mdspan
2 6
1,156 375
0.9% 2.4%
9.9 8.5
4 days ago 11 days ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Trilinos

Posts with mentions or reviews of Trilinos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Software component names should be whimsical and cryptic
    2 projects | news.ycombinator.com | 13 Sep 2022
    If you want to see this line of thinking taken a bit too far, check out the list of Trilinos packages on github: https://github.com/trilinos/Trilinos/tree/master/packages

    It definitely makes things much less accessible to a newcomer / outsider.

    (Trilinos is a set of scientific / engineering libraries for HPC)

  • C++ for scientific programming?
    6 projects | /r/cpp | 27 Jul 2022
    It can be the base of whatever *you* write via bindings generators like pybind11. In that sense, the answer to your question is "however you like". For actual simulation code, you'll see a lot more legacy Fortran and C. That said, with things like mdspan maybe being standardized (proposal), efforts towards a standard linear algebra library, and the existence of ubiquitous HPC frameworks already having been written in C++, I would say it's only a matter of time before C++ accounts for an even bigger share of all HPC code.

mdspan

Posts with mentions or reviews of mdspan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-27.
  • July 2022 ISO C++ committee virtual meeting report
    1 project | /r/cpp | 30 Jul 2022
    Why not use https://github.com/kokkos/mdspan though ?
  • C++ for scientific programming?
    6 projects | /r/cpp | 27 Jul 2022
    It can be the base of whatever *you* write via bindings generators like pybind11. In that sense, the answer to your question is "however you like". For actual simulation code, you'll see a lot more legacy Fortran and C. That said, with things like mdspan maybe being standardized (proposal), efforts towards a standard linear algebra library, and the existence of ubiquitous HPC frameworks already having been written in C++, I would say it's only a matter of time before C++ accounts for an even bigger share of all HPC code.
  • [D] Deep Learning Framework for C++.
    7 projects | /r/MachineLearning | 12 Jun 2022
    I'm aware of only two relevant projects myself, I don't know much, came to reddit kind of by chance. One of the multi-dimensional array libraries proposed for potential standardisation, and a gnu machine learning library that was discontinued which could be worked off of. There's probably a lot more out there, but don't get distracted from making something awesome :)
  • Array template implementation
    1 project | /r/cpp_questions | 7 Mar 2022
    As u/IyeOnline already made the important points about VLAs and std::vector, I would just add that you may find std::mdspan to be a helpful data structure. You can allocate 1d memory and give it a 2d shape of k with nice 2d indexing, eg auto& elem = mymdspan(row, col);.
  • C++23: Near The Finish Line
    11 projects | /r/cpp | 15 Nov 2021
    Kokkos mdspan
  • Is there an OOP-wrapper library for cublas?
    5 projects | /r/CUDA | 9 Aug 2021
    The good thing here is that it heavily relies on mdpsan that is a multidimensional view that handle shape and strides. And kokkos provide a C++14 compatible implementation with a complete CUDA support.

What are some alternatives?

When comparing Trilinos and mdspan you can also consider the following projects:

FFTW - DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

stdBLAS - Reference Implementation for stdBLAS

GSL - GNU Scientific Library with CMake build support and AMPL bindings

kokkos - Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction

Blitz++ - Git mirror of Blitz++ at http://sourceforge.net/projects/blitz/

circle - The compiler is available for download. Get it!

Kratos - Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.

kokkos-kernels - Kokkos C++ Performance Portability Programming Ecosystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels

HELICS - Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)

plf_hive - plf::hive is a fork of plf::colony to match the current C++ standards proposal.

Torch - http://torch.ch

deepdetect - Deep Learning API and Server in C++14 support for Caffe, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE