Showing 46 open source projects for "gsl"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    GSL

    GSL

    Guidelines support library

    The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support. While some types have been broken out into their own headers (e.g. gsl/span), it is simplest to just include gsl/gsl...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    ccgsl

    Use Gnu Scientific Library as if it were writtem in C++.

    The ccgsl provides simple C++ wrappers for the GNU Scientific Library. It uses Java-like shared-pointer classes in place of structs to avoid direct memory allocation/freeing and to work better with the STL. It lets you construct functions for optimisation, root-finding and the like from C++ member functions, making it easier to integrate with existing C++ code. It also provides C++ exceptions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    dibnn

    dibnn

    Drop In the Bucket Neural Networks

    One more lightweight neural network in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Hex

    Hex

    Hydrogen-Electron Collisions

    A computer code for simulation of electron-hydrogen scattering. Contains three (more or less) finished sub-programs: (a) “hex-ecs” which solves the Schrödinger equation in the B-spline basis, (b) “hex-dwba” which computes scattering variables for high energies using the distorted wave Born approximation of the first order and finally (c) “hex-db” which is a user interface to a plain SQLite database, where the intermediate results are being stored, and which is used to extract...
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 5

    F3DM

    Finite Element Method on 3D Meshes

    f3dmlib is a FEM library that can read, write and analyse 3D tetrahedral meshes, minimize a given functional, and refine the resulting meshes. The minimization is parallelized with OpenMP. Three main features in unstable 1.8.x version (available via GIT): quadratic elements, periodic boundary conditions, and the solver for scalar and electromagnetic wave equations. f3dmgeom is a collection of a few simple tools for creating surface meshes for tetgen. It can handle simple geometries only.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Interpolator

    Multi-platform C++ QT Project for polynomial regression

    Interpolator This is a software made to import X,Y data from different types of files, into a table, displaying a plot of the data you imported and with the ability to interpolate data against linear or polynomial curves. It is modular, so support for a new file type can be added by including a plugin in the plugins folder. To compile the software you need to run qmake first. Make sure to install the dependent Qt add-ons such as QtCharts. You also need GSL library (GNU Scientific Library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Python interface to the GSL library. The wrapper covers nearly everything GSL provides.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ffp

    ffp

    A 3D Free Finite element Program

    A 3D Free Finite element Program. Still under development but already working: solves the steady state Navier-Lamé and the Laplace equation in 3D on tetrahedrons. It uses the Intel MKL and NVIDIA CUDA library for solving. GSL support needs to be improved. Open CL is still missing. In addition to the numerical core (which can be used stand-alone), another project called mcf exists for using ffp as a FEFLOW plug-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    mdoptcli

    Multidimensional Optimizer for Command Line

    This program is a command-line interface to several multi-dimensional optimization algorithms coded in the *GNU Scientific Library -- GSL*. Namely the *Simplex* algorithm, which does not need a gradient, and from the gradient-based algorithms the *Conjugate Gradient -- CG* and the *Broyden-Fletcher-Goldfarb-Shanno -- BFGS* methods. The energy (and possibly energy gradient) is evaluated by a given command, which has to accept coordinates on standard input and returns the appropriate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 10

    irayMol

    Molecular visualization

    Analyses and Interactive visualizations of the structures, functions and actions of biomolecules including molecular surface computation, and protein-ligand interface and protein-ligand docking where the ligand could a small compound, a nucleic acid, membrane and other proteins, written in C++/Qt/openGL/GLSL with more than 125,000 lines of codes. In addition to Qt, the only external library needed is GSL everything else is coded from the scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GNU Scientific Library for Windows

    GNU Scientific Library for Windows

    GNU Scientific Library(GSL) 2.2.1 for Windows

    This version of GNU Scientific Library(GSL) is compiled for Windows using gcc 6.2.0. It contains both static as well as shared libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    gsl-pt_BR

    manual da gsl em pt-BR

    Manual da Gnu Scientific Library em português do Brasil. O manual possui código fonte no formato texinfo.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    OpenCL porting of GSL project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    FGSL

    Fortran interface to GSL

    This project provides a thick binding to a large subset of the GNU Scientific Library API, using the C interoperability functionality provided in Fortran 2003.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    allink

    allink

    Software for data analysis, image processing, simulations, solver.

    ... the operation of Matematica on different sets of data visualized on a Qt graphical interface. DrImage) image manipulation on the Matematica filters. The program is intended to use as less as possible external libs (optional: openGL, gsl, fftw, cgal, png, tiff, boost, MPI, Qt...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Qtag Cloud

    Qtag Cloud

    A free open source toy to generate your own Tag Clouds

    A free C/C++ Qt based open source software to generate your own highly customizable Words Clouds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MFR LQ controller with SBU

    Model-free recursive LQ controller with GSL and ODE

    Unique Control theory is "Model-free recursive LQ controller(=无模型递归LQ控制器=無模型遞歸LQ控制器)". This theory executes the optimum control without the model information. The control of the monocycle(=独轮车=獨輪車=segway=Self Balance Unicycle=SBU=赛格威=賽格威) was executed by using Open Dynamics Engine that was a physical engine together with this theory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This App solves a system of simultaneous equations (liner or nonlinear) by using a matrix root solver. Iterations and solutions are provided by GSL (GNU science library).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OpenETran

    Electric power system transient simulator

    ..., insulators, surge arresters, non-linear grounds, and lightning strokes. It efficiently calculates energy and charge duty on surge arresters, and iterates to find the critical lightning current causing flashover on one or more phases. It is also suitable for use in substation insulation coordination. Capacitor switching, TRV, and other applicaitons may be added. EPRI originally had permission to use code from the Numerical Recipes book in LPDW. These routines have been removed in favor of GSL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Infinity.NET

    Infinity.NET

    Port of the GNU Scientific Library Special Functions module to .NET

    This is the source code port of the Special Functions module from the GNU Scientific Library (GSL) to the .NET environment. The library includes implementation of the Airy functions, Bessel functions, Gamma related functions, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mlpy

    mlpy

    Machine Learning Python

    mlpy is a Python module for Machine Learning built on top of NumPy/SciPy and of GSL. mlpy provides high-level functions and classes allowing, with few lines of code, the design of rich workflows for classification, regression, clustering and feature selection. mlpy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. mlpy is available both for Python >=2.6 and Python 3.X.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22

    Suprangen - pseudorandom numbers

    Suprangen is a system of libraries for pseudorandom number generation

    Suprangen is a system of libraries of pseudorandom number generators for Monte Carlo simulation and similar applications. It includes uniform and normal double precision generators with 32 or 52 random bits, Fortran 90 interfaces, and interfaces to GSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yet another library of convex optimization routines; this one works with the GNU scientific library. Focuses on interior point methods for linear programming, second order cone programing and semidefinite programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    myGSL是基于GSL(v 1.14)库的数值计算项目. 该项目的目的在于提高GSL库的易用性,并致力于提升GSL库的计算效能. 该项目兼容于GSL库.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    ManFieLd is an easy-to-use framework to develop filtering applications for Distributed System, relieving the burden of the developer to write the support code for the filtering methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next