Showing 20 open source projects for "eigen"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    SlopeCraft

    SlopeCraft

    Map Pixel Art Generator for Minecraft

    SlopeCraft is a tool designed to generate 3D pixel art maps for Minecraft. Utilizing Qt, Eigen, and zlib, it allows users to convert images into Minecraft-compatible maps, enabling the creation of intricate pixel art within the game environment. SlopeCraft stands out by offering features that differentiate it from similar tools like SpriteCraft.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Quantum++

    Quantum++

    Modern C++ quantum computing library

    Quantum++ is a modern C++ general-purpose quantum computing library, composed solely of template header files. Quantum++ is written in standard C++17 and has very low external dependencies, using only the Eigen 3 linear algebra header-only template library and, if available, the OpenMP multiprocessing library. Quantum++ is not restricted to qubit systems or specific quantum information processing tasks, being capable of simulating arbitrary quantum processes. The main design factors taken in consideration were ease of use, high portability, and high performance. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    frugally-deep

    frugally-deep

    A lightweight header-only library for using Keras (TensorFlow) models

    Use Keras models in C++ with ease. A lightweight header-only library for using Keras (TensorFlow) models in C++. Works out-of-the-box also when compiled into a 32-bit executable. (Of course, 64 bit is fine too.) Avoids temporarily allocating (potentially large chunks of) additional RAM during convolutions (by not materializing the im2col input matrix). Utterly ignores even the most powerful GPU in your system and uses only one CPU core per prediction. Quite fast on one CPU core, and you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Citrine

    Citrine

    Nederlandstalige programmeertaal voor scholen

    Citrine/NL is een gratis, open source, Nederlandstalige programmeertaal voor scholieren, studenten en hobbyisten. Maak eenvoudig je eigen app of computerspel in het Nederlands! Ben je klaar om zelf programma's te schrijven in je eigen taal? Met Citrine/NL maak je op een begrijpelijke en plezierige manier kennis met de wereld van het programmeren. Gewoon lekker in het Nederlands! Geen Engelse termen, geen ingewikkelde syntax. Alleen heldere Nederlandse zinnen waarmee je de computer precies vertelt wat hij moet doen. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - The depth of a full-stack IT platform, with the power of AI. Icon
    Atera - The depth of a full-stack IT platform, with the power of AI.

    Atera introduces your autonomous AI agent - Ensure operational efficiency at any scale with 24/7 autonomous IT support.

    Atera prioritizes security and compliance through robust protections that align with industry standards. Our AI-driven features were built on responsible AI principles and empower IT teams to work efficiently while maintaining trust and compliance.
    Learn More
  • 5
    Armadillo

    Armadillo

    fast C++ library for linear algebra & scientific computing

    * Fast C++ library for linear algebra (matrix maths) and scientific computing * Easy to use functions and syntax, deliberately similar to Matlab / Octave * Uses template meta-programming techniques to increase efficiency * Provides user-friendly wrappers for OpenBLAS, Intel MKL, LAPACK, ATLAS, ARPACK, SuperLU and FFTW libraries * Useful for machine learning, pattern recognition, signal processing, bioinformatics, statistics, finance, etc. * Downloads:...
    Leader badge
    Downloads: 2,393 This Week
    Last Update:
    See Project
  • 6
    stkpp

    stkpp

    C++ Statistical ToolKit

    STK++ (http://www.stkpp.org) is a versatile, fast, reliable and elegant collection of C++ classes for statistics, clustering, linear algebra, arrays (with an Eigen-like API), regression, dimension reduction, etc. Some functionalities provided by the library are available in the R environment as R functions (http://cran.at.r-project.org/web/packages/rtkore/index.html). At a convenience, we propose the source packages on sourceforge. The library offers a dense set of (mostly) template classes in C++ and is suitable for projects ranging from small one-off projects to complete data mining application suites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ... ➢ Matrix Addition ➢ Matrix Subtraction ➢ Matrix Multiplication ➢ Matrix Inverse ➢ Matrix Transpose ➢ Min element in Matrix ➢ Max element in Matrix ➢ Determinant of matrix ➢ Eigen value ➢ Eigen Matrix ➢ Rank of Matrix ➢ Upper Triangular Matrix ➢ Lower Triangular Matrix ➢ Linear system solution by Gauss Jordan Elimination Note: For any type of support please mail us on 'akshaypadghan567@gmail.com"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyArmadillo

    PyArmadillo

    linear algebra library for Python

    PyArmadillo - streamlined linear algebra library for Python, with emphasis on ease of use. Alternative to NumPy / SciPy. * Main page: https://pyarma.sourceforge.io * Documentation: https://pyarma.sourceforge.io/docs.html * Bug reports: https://pyarma.sourceforge.io/faq.html * Git repo: https://gitlab.com/jason-rumengan/pyarma
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Tensor Algebra Compiler

    Tensor Algebra Compiler

    The Tensor Algebra Compiler (taco) computes sparse tensor expressions

    ...This lets TACO achieve performance that exceeds the MATLAB Tensor Toolbox by up to several orders of magnitude and that is competitive with other high-performance sparse linear/tensor algebra libraries like Eigen, Intel oneMKL, and SPLATT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ViennaCL

    Linear algebra and solver library using CUDA, OpenCL, and OpenMP

    ViennaCL provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL, and OpenMP. The focus is on generic implementations of iterative solvers often used for large linear systems and simple integration into existing projects.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 12
    Homepage voor dit project https://www.ictscripters.com/filebase/Entry/225-Voetbal-nl-Ripper/ Dit script (scripts) haalt informatie op van de site voetbal.nl en slaat het op in de database. Vele mogelijkheden voor clubs om de informatie op de website te tonen. <<<<<<<<<<<< >>>>>>>>>>>> LET OP: Update: 11-11-2015 wmpoint.eu heeft 'oude' scripts (die nog gewoon onderhouden worden) verwijderd. Ben op zoek naar een nieuwe locatie (een echte website) voor het script. LET OP: Update:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Cybervision - 3D reconstruction software

    Cybervision - 3D reconstruction software

    Cybervision is a 3D reconstruction software for SEM images

    Project has moved Github at https://github.com/zlogic/cybervision Cybervision is a 3D reconstruction software for SEM images. It's an abandoned project, but can be useful as a working example for many, many technologies, such as: * Qt (including threads, vectors, graphics and OpenGL) * Eigen library (http://eigen.tuxfamily.org/) * libsift library (https://sourceforge.net/projects/libsift/) * OpenCL and of course, 3D reconstruction in general.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Face Detection and Recognition over Commandline. simply move the detected Faces into the folder 'faces' and Faceregocgnition will show the name in a Commandline Window. Using Blob-Detection for better CPU-load. FaceDetection uses Eigen, Fisher and LBPHF. Part of EVAGui2 Project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ProgCrea

    ProgCrea

    Maak nu je eigen programma met ProgCrea!

    With ProgCrea you can create a batch script. This program is no longer supported by SBC Software! © SBC Software 2014
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Medical Data Segmentation Toolkit
    MDSTk is a collection of 2D/3D image processing tools aimed at medical images. It contains routines for volume data processing (3D filtering, segmentation, etc.) as well as fast low-level vector graphics library for surface and tetrahedral meshing. MDSTk has been forked by 3Dim Laboratory s.r.o. to provide better support and further push its development forward. Please check VPL (Voxel Processing Library) project available on Bitbucket (https://bitbucket.org/3dimlab/vpl).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A role playing game developed in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MathGL++ is a class library for fast C++ maths for use in OpenGL C++ projects. Easy to use and similar to the OpenGL API. Matricies, Vectors, Quaternions, Linear polynomials with eigen systems are all going to be included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Dutch: maken van bekwaamheidsverklaringen en/of inschrijven voor cursussen door de verpleegkundige. Cursisten en docenten kunnen hierover een eigen overzicht genereren. Verklaringen kunnen door een supervisor geprint worden.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    C++ Multivariate Distributions Library

    C++ Multivariate Distributions Library

    A Multivariate Distributions Package for C++

    A library based on Eigen and Boost to handle common multivariate distributions in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next