Skip to content

Commit c305711

Browse files
Cleaned up table due to intellij complaints
1 parent cda95fc commit c305711

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,16 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an
5252

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

55-
| Name | Description
56-
|------------------|-------------------------------------------------------
57-
| ejml-core | Contains core data structures and common code
58-
| ejml-fdense | Algorithms for dense real 32-bit floats
59-
| ejml-ddense | Algorithms for dense real 64-bit floats
60-
| ejml-cdense | Algorithms for dense complex 32-bit floats
61-
| ejml-zdense | Algorithms for dense complex 64-bit floats
62-
| ejml-fsparse | Algorithms for sparse real 32-bit floats
63-
| ejml-dsparse | Algorithms for sparse real 64-bit floats
64-
| ejml-simple | Object oriented SimpleMatrix and Equations interfaces
65-
66-
---------------------------------------------------------------------------
55+
| Name | Description |
56+
|---------------------|-------------------------------------------------------|
57+
| ejml-core | Contains core data structures and common code |
58+
| ejml-fdense | Algorithms for dense real 32-bit floats |
59+
| ejml-ddense | Algorithms for dense real 64-bit floats |
60+
| ejml-cdense | Algorithms for dense complex 32-bit floats |
61+
| ejml-zdense | Algorithms for dense complex 64-bit floats |
62+
| ejml-fsparse | Algorithms for sparse real 32-bit floats |
63+
| ejml-dsparse | Algorithms for sparse real 64-bit floats |
64+
| ejml-simple | Object oriented SimpleMatrix and Equations interfaces |
6765

6866
## Building
6967

0 commit comments

Comments
 (0)