GithubHelp home page GithubHelp logo

gerhobbelt / alglib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erl987/alglib

0.0 1.0 0.0 15.5 MB

The mathematical ALGLIB library for C++ with CMake support.

C++ 87.99% C 0.01% HTML 12.00% CMake 0.01% Makefile 0.01%

alglib's Introduction

ALGLIB

The mathematical ALGLIB library for C++ with CMake support.

Usage

The integration of ALGLIB into a code base using this repository can be done like this:

  cd project-root
  git submodule add https://github.com/erl987/alglib.git libraries/Alglib

Now add this subdirectory in the CMakeLists.txt file in the project root directory:

  add_subdirectory(libraries/Alglib)

Link it in the CMakeLists.txt file where ALGLIB is used:

  target_link_libraries(project PUBLIC Alglib) 

Now ALGLIB can be included in this module, e.g.:

#include "libalglib/fasttransforms.h"

Optionally compiler optimizations can be enabled:

  # enable SSE-optimizations for the Alglib-library on the supported platforms
  if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "(x86)|(X86)|(amd64)|(AMD64)")
    target_compile_definitions(project PUBLIC AE_CPU=AE_INTEL)
  endif()

Acknowledgements

The original library is provided under https://www.alglib.net.

alglib's People

Contributors

erl987 avatar georgehodgkins avatar gerhobbelt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.