repo.or.cz
/
lineal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+Calculator and code looks
[lineal.git]
/
src
/
math
/
math.lisp
blob
92a3f85f00f74c4b6beb4b384978c665d5904d8e
1
2
;; The functions herein deal with linear algebra
3
(
defpackage
:
lineal.math
4
(:
use
:
cl
))
5
6