Showing 26 open source projects for "hyperbolic"

View related business solutions
  • 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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Trixi.jl

    Trixi.jl

    Trixi.jl: Adaptive high-order numerical simulations of hyperbolic PDEs

    Trixi.jl is a numerical simulation framework for hyperbolic conservation laws written in Julia. A key objective for the framework is to be useful to both scientists and students. Therefore, next to having an extensible design with a fast implementation, Trixi.jl is focused on being easy to use for new or inexperienced users, including the installation and postprocessing procedures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Manifolds.jl

    Manifolds.jl

    Manifolds.jl provides a library of manifolds

    Package Manifolds.jl aims to provide both a unified interface to define and use manifolds as well as a library of manifolds to use for your projects. This package is mostly stable, see #438 for planned upcoming changes. The implemented manifolds are accompanied by their mathematical formulae. The manifolds are implemented using the interface for manifolds given in ManifoldsBase.jl. You can use that interface to implement your own software on manifolds, such that all manifolds based on that...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Reduce.jl

    Reduce.jl

    Symbolic parser for Julia language term rewriting using REDUCE algebra

    REDUCE is a portable general-purpose computer algebra system. It is a system for doing scalar, vector and matrix algebra by computer, which also supports arbitrary precision numerical approximation and interfaces to gnuplot to provide graphics. It can be used interactively for simple calculations (as illustrated in the screenshot below) but also provides a full programming language, with a syntax similar to other modern programming languages. REDUCE supports alternative user interfaces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    treebolic-wordnet

    Treebolic hyperbolic visualization for WordNet

    WordNet Browser with Treebolic's hyperbolic rendering (see https://treebolic.sourceforge.net)
    Downloads: 14 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Treebolic is a Java suite (including library) whose purpose is to give a hyperbolic rendering of hierarchical data. A tree is rendered with nodes and edges but display space is subject to a particular curvature (hence the name).
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 6

    eval: command line calculator

    Evaluate math expressions from command line or in interactive session.

    ...In a session, results may be assigned to unlimited number of variables and used in later calculations. Example: > x := 6+7 13.0000 >y := x*2 26.0000 Large number of elementary, special, trigonometric, hyperbolic and probability distribution functions are available. Number of decimal digits is defined by assigning _decimal variable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Fosite - advection problem solver

    numerical simulation code for solving transport equations in 1D/2D/3D

    Fosite is a generic framework for the numerical solution of hyperbolic conservation laws in generalized orthogonal coordinates. Its main purpose is the simulation of compressible flows in accretion disks. The underlying numerical solution method belongs to the family of unsplit conservative finite volume TVD schemes. The method is 2nd order accurate in space and uses high order Runge-Kutta and multistep schemes for time evolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GeomSpace

    GeomSpace

    Interactive geometry software for Euclidean and non-Euclidean spaces

    GeomSpace is interactive geometry software for different geometric spaces. You can build your own universe of any dimension and with any geometry. You can choose Euclidean, elliptic, hyperbolic, Galilean, Minkowskii, de Sitter among other spaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ganja.js

    Ganja.js

    Javascript Geometric Algebra Generator for Javascript, c++

    Ganja.js is a Geometric Algebra code generator for javascript. It generates Clifford algebras and sub-algebras of any signature and implements operator overloading and algebraic constants. Mathematically, an algebra generated by ganja.js is a graded exterior (Grassmann) algebra (or one of its subalgebras) with a non-metric outer product, extended (Clifford) with geometric and contraction inner products, a Poincare duality operator and the main involutions and morphisms. Technically, ganja.js...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10

    BigDecimal

    Arithmetic and calculus with decimal numbers of arbitrary precision.

    ...In BigDecimal all the arithmetic operations are implemented, including, logarithms, systems resolution of linear equations, trigonometric functions, polynomial regression, hyperbolic functions, the notorious gamma function (factorial for non-integer real numbers) and more that will be implemented still. My intention is, at a minimum, to implement all the mathematical functions of the Windows calculator, and at most, if any, all the mathematical functions of Office Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Construct2D

    COmputational fluid dyNamics STRUctured grid CreaTor for 2D airfoils

    ...Construct2D can create grids with O topology (recommended for airfoils with a blunt trailing edge) or C topology (recommended for airfoils with a sharp trailing edge). Now available in version 2.0: hyperbolic grid generation to create higher quality grids in a fraction of the time compared to elliptic grid generation. Elliptic grid generation is still available also. Smooth airfoil surface spacing is handled automatically with user-controlled clustering parameters. Also included is a visualizer written in Python with matplotlib.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    Lib Hyper Math for GCC (C++)

    Lib Hyper Math for GCC (C++)

    Library Hyper Math for GCC (C++)

    This library has complementary features to the "cmath" library. Here we present functions for trigonometric calculations (cot, sec, csc, acot, asec, acsc) and hyperbolic (coth, sech, csch, acoth, asech, acsch) and exponential (nthrt) calculations and more. The results are presented in radians. For results in degrees multiply 180/M_PI by radians or use function torad. For degrees multiply M_PI/180 or use todeg. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    libnova

    Celestial Mechanics Engine

    libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 14

    BigI

    BigI is a collection of Big Number libraries

    ...All the basic math (+-*/%Pow and ModPow) as well as equivalence are handled internally in Assembly language. There is also a math library for handling the trig, log, hyperbolic functions and such. I am starting this project here in the hopes of getting some help. The bulk of the project is in managed c++, but would like to convert to native c++ and just have managed to work with other managed languages. I am also looking to create complex versions of the Dec and Fract classes. The Assembly language routines are working correctly, and Ive been able to get satisfactory response times, however, this is with my own memory management implementation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Graph visualization using hyperbolic geometry (hyperbolic trees, but also general graphs). Applications cover web site structures, topic maps, organisational charts and wikis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Snap (snap-pari) is a computer program for studying arithmetic invariants of hyperbolic 3-manifolds. See: Computing arithmetic invariants of 3-manifolds by Coulson, Goodman, Hodgson and Neumann, Experimental Mathematics Vol.9 (2000) 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PureBasic - Standard Template Library
    This is a collection of some helpfull and efficient templates for the powerfull programming language PureBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Developed in Java programming language, this software lets its users view and manipulate hierarchical data structures represented as a hyperbolic trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This program allows visulaization of Poincare, Klein and Gans model using projections of the Weierstrass model. Done in Java 3d with full navigation and animation options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hyperview3d allows the visualization of hyperbolic geometry models. Specifically the Klein , Poincare , Weierstrass and Gans model. It allows switching between one model to the other and user defined texture mapping onto the 3D model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HyperArt (Hyperbolic Art) lets you view and design hyperbolic repeating patterns similar to M. C. Escher's Circle Limit I-IV patterns. The software is based on algorithms developed by Dr Douglas Dunham from University of Minnesota, Duluth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An hyperbolic tree visualization java library, to implement hyperbolic tree easily. See http://www.inxight.com for explanations and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GPLconx is an educational visualization tool that allows exploration of lines and conic sections in three models of 2-D hyperbolic geometry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SnapPea

    Obsolete packaging code for SnapPea

    Packaging code for SnapPea, a program for creating and studying hyperbolic 3-manifolds. This is for packaging ONLY. SnapPea itself (and its successor SnapPy) can be found at: http://www.math.uic.edu/t3m/SnapPy/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RPNCalc is a nice, clean reverse-Polish-notation scientific calculator for KDE. It provides all the basics plus trig functions (including hyperbolic). It also has a handy memory list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB