Skip to content

Commit

Permalink
Cleaned up table due to intellij complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Apr 15, 2023
1 parent cda95fc commit c305711
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,16 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an

This will add the entire library. Alternatively, you can include the required modules individually:

| Name | Description
|------------------|-------------------------------------------------------
| ejml-core | Contains core data structures and common code
| ejml-fdense | Algorithms for dense real 32-bit floats
| ejml-ddense | Algorithms for dense real 64-bit floats
| ejml-cdense | Algorithms for dense complex 32-bit floats
| ejml-zdense | Algorithms for dense complex 64-bit floats
| ejml-fsparse | Algorithms for sparse real 32-bit floats
| ejml-dsparse | Algorithms for sparse real 64-bit floats
| ejml-simple | Object oriented SimpleMatrix and Equations interfaces

---------------------------------------------------------------------------
| Name | Description |
|---------------------|-------------------------------------------------------|
| ejml-core | Contains core data structures and common code |
| ejml-fdense | Algorithms for dense real 32-bit floats |
| ejml-ddense | Algorithms for dense real 64-bit floats |
| ejml-cdense | Algorithms for dense complex 32-bit floats |
| ejml-zdense | Algorithms for dense complex 64-bit floats |
| ejml-fsparse | Algorithms for sparse real 32-bit floats |
| ejml-dsparse | Algorithms for sparse real 64-bit floats |
| ejml-simple | Object oriented SimpleMatrix and Equations interfaces |

## Building

Expand Down

0 comments on commit c305711

Please sign in to comment.