# math **Repository Path**: ShenMian/Math ## Basic Information - **Project Name**: math - **Description**: 一个简单的仅头文件的线性代数库. (GitHub 镜像) - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/ShenMian/Math - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-03 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)