-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated README, fixed export of unary methods
- Loading branch information
1 parent
ff102c0
commit cd42f36
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters