Showing 19 open source projects for "gsl"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    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: 2 This Week
    Last Update:
    See Project
  • 2

    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: 0 This Week
    Last Update:
    See Project
  • 3
    A Python interface to the GSL library. The wrapper covers nearly everything GSL provides.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    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 energy (or gradient) on standard output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    C++ Core Guidelines

    C++ Core Guidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines

    The C++ Core Guidelines is a living set of best-practice recommendations for writing modern, safe, and maintainable C++. Authored and curated by leaders in the C++ community, it organizes guidance into rules on type and resource safety, interfaces, performance, error handling, concurrency, and library design. Each rule is rationale-driven, showing the “why” behind recommendations and linking to examples that illustrate good and bad patterns. The guidelines encourage use of modern language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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: 2 This Week
    Last Update:
    See Project
  • 7

    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: 1 This Week
    Last Update:
    See Project
  • 8
    OpenCL porting of GSL project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    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: 27 This Week
    Last Update:
    See Project
  • 11
    ctypesGSL is Python bindings for the GSL library using the ctypes module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Incremental singular value decomposition (SVD) routines for the Gnu Scientific Library (GSL). It outperforms the standard batch-SVD methods in running/windowed SVD applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Game Savvy Lisp (GSL) is a library of game creation tools and functions. The aim is to allow fast expressive programming, and quick prototyping. Please go here to get the latest version: http://code.google.com/p/gamesavvylisp/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ComLinC (a COMmunications Library IN C programming language), a C library for communications research and simulation. It's based on GSL. ComLinC aims at providing elegent, fast functionality to the frequently encountered problems in communications area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Statistical Extensions to the GNU Scientific Library (GSL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EMPEPA is software that permits to find the most likely rates of a PEPA model according to a set of sample executions by using the EM algorithm. It uses the GNU Scientific Library (GSL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Ch GSL package is a Ch binding to the GNU Scientific C Library. Ch GSL enables all functions in the GNU Scientific C Library to run in Ch interpretively without compilation. It is ideal for programmers requiring algorithms available from GSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tools used to implement logging analysis. Includes log configuration files and Java classes to configure the LOG4J logging package to log into a database, as well as PHP scripts to analyse this content and create visualisations(as graphs) of these results
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The GSL Java Interface allows Java applications to access the GNU Scientific Library. The interface is built using the Java Native Interface (JNI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB