Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shenmian/math
A simple linear algebra header-only library.
https://github.com/shenmian/math
cpp20 header-only linear-algebra mathematics
Last synced: 28 days ago
JSON representation
A simple linear algebra header-only library.
- Host: GitHub
- URL: https://github.com/shenmian/math
- Owner: ShenMian
- License: apache-2.0
- Created: 2021-09-30T12:45:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T12:51:27.000Z (over 1 year ago)
- Last Synced: 2023-07-18T13:50:32.357Z (over 1 year ago)
- Topics: cpp20, header-only, linear-algebra, mathematics
- Language: C++
- Homepage: https://shenmian.github.io/math
- Size: 4.89 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math
[![CodeFactor](https://img.shields.io/codefactor/grade/github/ShenMian/math/main?label=Code%20factor)](https://www.codefactor.io/repository/github/shenmian/math)
[![Codacy](https://img.shields.io/codacy/grade/c527e3f77b3e498a97ac955e9447537c/main?label=Codacy)](https://www.codacy.com/gh/ShenMian/math/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ShenMian/math&utm_campaign=Badge_Grade)
[![CodeQL](https://img.shields.io/github/actions/workflow/status/ShenMian/math/codeql.yml?label=CodeQL)](https://github.com/ShenMian/math/actions/workflows/codeql.yml)
[![Test](https://img.shields.io/github/actions/workflow/status/ShenMian/math/test.yml?label=Test)](https://github.com/ShenMian/math/actions/workflows/test.yml)
[![Codecov](https://img.shields.io/codecov/c/gh/ShenMian/math/main)](https://codecov.io/gh/ShenMian/math)(This project is still in the early stages of development and do not reflect the final quality)
A simple linear algebra header-only library.
## Features
Some operations support:
- SIMD: SSE.
- Compile-time computation: C++14 constexpr.## Documentation
- [API Reference](https://shenmian.github.io/math/index.html)