A C++ algorithm to compute the coefficients of a function development in a spherical harmonics convergent series

This page summarizes the projects mentioned and recommended in the original post on /r/compsci

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • SAFD-algorithm

    Discontinued An app to compute the coefficients of a function development in a spherical harmonics convergent series.

  • GitHub repository: https://github.com/JustWhit3/SAFD-algorithm

  • array

    Boost.org array module (by boostorg)

  • On the part of templates VS aliases: I disagree, that long names would "spoil" the code. Readability & Maintenance > Esthetic ! As I first read your code, I was confused about these custom types and later on, I saw that they were just default types named different. Maybe this works good for you, but I guess this does not hold for the major C++ developers. For example, look how Boost::array is doing this:

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

    InfluxDB logo
  • osmanip

    A cross-platform library for output stream manipulation using ANSI escape sequences.

  • Yes, you are completely agree, in fact if I have to develop a library I am really careful about this, see for example my library osmanip , here I didn't tyedef almost anything except some two complex map types. I mean, since this is a code used only in its own main in the sense that it is not a pure library that could be used in other projects (or maybe yes if you want, it is compatible with everything).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts