Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)