Skip to content

Commit

Permalink
updated README, fixed export of unary methods
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Apr 29, 2018
1 parent ff102c0 commit cd42f36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<p align="center">
<img src="https://github.com/chakravala/Reduce.jl/blob/master/docs/src/assets/logo.png" alt="Reduce.jl"/>
</p>

# ReduceLinAlg.jl

**LINALG: Linear algebra package**
*A selection of functions that are useful in the world of linear algebra*

[![Build Status](https://travis-ci.org/chakravala/ReduceLinAlg.jl.svg?branch=master)](https://travis-ci.org/chakravala/ReduceLinAlg.jl)
[![Coverage Status](https://coveralls.io/repos/chakravala/ReduceLinAlg.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/chakravala/ReduceLinAlg.jl?branch=master)
[![codecov.io](http://codecov.io/github/chakravala/ReduceLinAlg.jl/coverage.svg?branch=master)](http://codecov.io/github/chakravala/ReduceLinAlg.jl?branch=master)
[![Join the chat at gitter](https://badges.gitter.im/Reduce-jl/Lobby.svg)](https://gitter.im/Reduce-jl/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**LINALG: Linear algebra package**
*A selection of functions that are useful in the world of linear algebra*
Upstream REDUCE package by Matt Rebbeck.

REDUCE package by Matt Rebbeck.
This Julia package relies on [Reduce.jl](https://github.com/chakravala/Reduce.jl) paser generator by dispatching methods from the "linalg" package.

This Julia package builds on [Reduce.jl](https://github.com/chakravala/Reduce.jl) by dispatching methods from the "linalg" package.
Meta-package [ReduceAlgebra.jl](https://github.com/JuliaReducePkg/ReduceAlgebra.jl), upstream docs ([LINALG](http://www.reduce-algebra.com/manual/manualse127.html) / [pdf](http://www.reduce-algebra.com/manual/contributed/linalg.pdf)), Julia docs (none yet)
2 changes: 1 addition & 1 deletion src/ReduceLinAlg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const unr = [
:vandermonde,
]

:(export $(lin...)) |> eval
:(export $([lin;unr]...)) |> eval

for fun in lin
@eval begin
Expand Down

0 comments on commit cd42f36

Please sign in to comment.