Skip to content

Commit 122c70c

Browse files
committed
Update
1 parent 9f736b3 commit 122c70c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# LinearAlgebraX
22

3-
4-
5-
63
This module implements basic linear algebra methods for matrices
74
with exact entries (e.g., `Rational{Int}` values). The function names
85
typically match the standard ones in Julia but with an `x` (for "exact")
96
appended.
107

8+
The functions in this module work for all types of `Integer`, `Rational`, and `Mod`
9+
entries in matrices. Other exact numbers may work as well, but are not tested.
1110

11+
As the goal of this module is always to give exact answers but, at the same time,
12+
be type stable, the results of many of these functions are `big`. That is, the `detx`
13+
of an integer matrix has entries of type `BigInt`.
1214

1315
## Functions
1416

0 commit comments

Comments
 (0)