Skip to content

Commit

Permalink
Add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-jones committed Jun 26, 2024
1 parent 3335473 commit 45dac49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Cramer

![build](https://github.com/cm-jones/cramer/actions/workflows/ci.yml/badge.svg)
[![Test Coverage](https://codecov.io/gh/cm-jones/cramer/branch/main/graph/badge.svg?token=fc9ee083-78b6-4e43-bf23-bfa85832df85)](https://codecov.io/gh/cm-jones/cramer)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Cramer is an open-source, numerical linear algebra library for C++ that implements basic operations on vectors (e.g., norm, inner product, and outer product) and matrices (e.g., trace, determinant, transpose) as well as important algorithms in linear algebra (e.g., computing eigenvectors and eigenvalues, solving systems of linear equations).
Expand Down

0 comments on commit 45dac49

Please sign in to comment.