diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-29 19:04:48 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-29 19:11:44 +0100 |
| commit | f7458f9533d28b95dcd71b20166a5961f358e824 (patch) | |
| tree | b574d955a01d87a6b1b07f0eb0c78271f3738f30 /library/src/math/mod.rs | |
| parent | 0911c709a8cc819946f8099af6d2e4bffef505a6 (diff) | |
Matrices
Diffstat (limited to 'library/src/math/mod.rs')
| -rw-r--r-- | library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index ab67a0d3..65baf7ac 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -74,6 +74,7 @@ pub fn module(sym: &Module) -> Module { math.def_func::<FracNode>("frac"); math.def_func::<BinomNode>("binom"); math.def_func::<VecNode>("vec"); + math.def_func::<MatNode>("mat"); math.def_func::<CasesNode>("cases"); // Roots. |
