Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-jones committed Jul 6, 2024
1 parent 9f42ba3 commit 3aa7d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## Description

Cramer is an open-source, numerical linear algebra library for C++ that supports a wide variety of computations with vectors and matrices. For a full list of features, see [below](#features).
Cramer supports a large collection of computations with vectors and matrices. For a full list of features, see [Features](#features).

It's named after the Genevan mathematician [Gabriel Cramer](https://en.wikipedia.org/wiki/Gabriel_Cramer), who is probably most well-known for his discovery of Cramer's rule: a formula to solve a system of linear equations of the form $Ax = b$ using determinants (if and only if there is a unique solution, i.e., A is invertible).
It's named after the Genevan mathematician [Gabriel Cramer](https://en.wikipedia.org/wiki/Gabriel_Cramer), who is probably most well-known for Cramer's rule: a formula to solve a system of linear equations using determinants.

I realize that there are other (and much better) linear algebra libraries out there, but I wanted to create one that was easy to understand, maintain, and use. Think of it as a slimmed down version of [Eigen](https://gitlab.com/libeigen/eigen).
There are better linear algebra libraries out there, but I wanted to create one that was easier to use, understand, and maintain. Think of it as a smaller version of [Eigen](https://gitlab.com/libeigen/eigen).

## Features

Expand Down

0 comments on commit 3aa7d69

Please sign in to comment.