Giter VIP home page Giter VIP logo

cyfre's Introduction

cyfre

License: MIT build-tests

A Templated C++ matrix library which aims to provide an easy to use interface for basic and intermediate vector-vector, vector-matrix & matrix-matrix operations, and other linear algebra operations.

Note

Requires: c++20

Important

This library is on an ongoing re-write to improve the api and use more modern C++ features. To see the old working implementation of this library check the version_1.9 branch or download it here.

Goals

This library aims to achieve the following features in the future.

  1. Provide an easy to use interface zero-cost abstractions.
  2. Provide support for different BLAS libraries like OpenBLAS, cuBLAS, etc. as backend to achieve fast performance.
  3. Easy to setup, supports different build system for installation.
  4. Continually improve the implementation.

For now the library is nowhere near the said features but this is the ultimate goal of the library. Any contributions and help that will make this library one step closer to its goals are welcome.

Docs

  1. Installation (work in progress)
  2. Compilation (work in progress)
  3. Initialization
  4. scalar operations with vectors and matrices (not available yet)
  5. vector-vector operations (not available yet)
  6. vector-matrix operations (not available yet)
  7. matrix-matrix operations (not available yet)

About

This repository started in december 2020 as a personal hobby project not intended to replace big matrix libraries like Eigen, OpenCV's - cv::Mat or BLAS and is only for didactic purposes. Though performance is still a priority, meaning this library will... as much as possible, use the fastest and the most efficient algorithms and implementations THAT THE AUTHOR(s) KNOW OF.

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.