Skip to content

llMBQll/linear-algebra-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Algebra Library

This library was created as part of my B.Sc. thesis at Warsaw University of Technology in 2021.
It explores the possibilities provided by C++20 in regard to library design by designing a statically-typed linear algebra library that supports multiple backends.
This library allows the user to easily implement their own backends, even on per function basis. The implementation is only required to be present only when it will be actually called, and this will be verified at compile time.
Some features could not be tested as some features were not supported by all major compilers (GCC, Clang, MSVC) at the time. This was the case for std::source_location and still is the case for module support.

Features

  • Multiple backends
    • CPU
    • CUDA
    • OpenCL
  • Static typing, all implementations are resolved at compile time
  • C++ standard library compatibility

License

This project is licensed under the MIT, see LICENSE file for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published