Activity for matlisp

  • <REDACTED> committed [3a2137]

    removed unused files.

  • <REDACTED> committed [3361b4]

    Removed fill-tensor macro; we have dorefs now.

  • <REDACTED> committed [b0e1a0]

    Adding an alternate file to work with infix-lr....

  • <REDACTED> committed [a58f12]

    fixed bug: previous version couldn't handle neg...

  • <REDACTED> committed [2f3f00]

    Made changes to arithmetic

  • <REDACTED> committed [d42cb3]

    Added a all sorts of nice additions to map and ...

  • <REDACTED> committed [709eaf]

    saving.

  • <REDACTED> committed [ad177b]

    Added logical operators back into infix.

  • <REDACTED> committed [521a46]

    saving state.

  • <REDACTED> committed [2d4fd8]

    fixed issue with reshape! methods

  • <REDACTED> committed [95c9ee]

    Fixed silly bug in simplification.

  • <REDACTED> committed [6703e9]

    Saving changes to tensor-append.

  • <REDACTED> committed [9624b4]

    Merge branch 'tensor' of bicycle.cs.washington....

  • <REDACTED> committed [e5d408]

    Saving changes in infix-lr.

  • <REDACTED> committed [6e0b16]

    Saving changes.

  • <REDACTED> committed [ec2384]

    Fixed bug in check-dims.

  • <REDACTED> committed [7717d6]

    made changes to iter-slicer to spew out a tad f...

  • <REDACTED> committed [3a2137]

    removed unused files.

  • <REDACTED> committed [245936]

    Added new file to write a nicer infix parser.

  • <REDACTED> committed [cd8367]

    saving state.

  • <REDACTED> committed [33975a]

    Added trsm.lisp.

  • <REDACTED> committed [2c2a44]

    Added logo.

  • <REDACTED> committed [651b4d]

    made changes to infix to match subtensor~.

  • <REDACTED> committed [b847b3]

    Rewrote iter-macro for slicing tensors.

  • <REDACTED> committed [7ad300]

    Complete revamp of the byzantine slicing api.

  • <REDACTED> committed [cb0798]

    updated svd, made assorted changes to eig and co.

  • <REDACTED> committed [60218d]

    fixed before method in reshape!

  • <REDACTED> committed [a4fb36]

    Added syl to lapack.

  • <REDACTED> committed [b61bda]

    saving state.

  • <REDACTED> committed [873cd5]

    Saving state.

  • <REDACTED> committed [68bb59]

    Added interfaces to gees for schur decompositions.

  • <REDACTED> committed [861c48]

    iter slicing clause handles "nil" in tensor arg...

  • <REDACTED> committed [f86b00]

    added reshape!

  • <REDACTED> committed [6a10ff]

    will not be moving gesv.

  • <REDACTED> committed [4721a5]

    Getting rid of a bunch of type warnings.

  • <REDACTED> committed [1ddfdb]

    Fixed a bunch of silly indexing bugs.

  • <REDACTED> committed [4044ba]

    Apparently I haven't finished QR yet!

  • <REDACTED> committed [bbffed]

    syl doesn't have access to infix-dispatch-table.

  • <REDACTED> committed [496ada]

    fixed slice~ issue in check-dims.

  • <REDACTED> committed [9027e5]

    made changes to the infix language.

  • <REDACTED> committed [131aa5]

    matching api for t//

  • <REDACTED> committed [876a22]

    saving gnuplot.lisp

  • Akshay Srinivasan committed [6c5326]

    Merge branch 'tensor' of ssh://recycle/~/git/ma...

  • Akshay Srinivasan committed [a6ea51]

    saving state.

  • <REDACTED> committed [213c32]

    saving changes to LALR parser.

  • <REDACTED> committed [ef52a4]

    made generic-ref hygienic.

  • <REDACTED> committed [d0d1f3]

    added meshgrid.

  • <REDACTED> committed [81566a]

    removed package package dependency

  • <REDACTED> committed [9aaf48]

    updated documentation

  • <REDACTED> committed [d726fd]

    rewrote define-tensor-method, saving state

  • <REDACTED> committed [905afe]

    Moved sort-permute-base into sort-index; made p...

  • <REDACTED> committed [58a1f8]

    added tensor reader to infix-lr

  • <REDACTED> committed [fe8ca0]

    added values-n macro.

  • <REDACTED> committed [7991ce]

    infix: ** -> cl:expt

  • Akshay Srinivasan committed [973b4a]

    added in-vectors iter clause

  • Akshay Srinivasan committed [35c2bb]

    removed mapcons and added maptree

  • <REDACTED> committed [23942e]

    added new FFI

  • <REDACTED> committed [1be4ac]

    added readme.md

  • Akshay Srinivasan committed [38cda2]

    Merge branch 'tensor' of ssh://recycle/~/git/ma...

  • Akshay Srinivasan committed [0d61e7]

    added a previous-value macrolet inside values-n

  • <REDACTED> committed [94b65e]

    Merge branch 'tensor' of recycle.cs.washington....

  • <REDACTED> committed [5c0a29]

    saving state.

  • <REDACTED> committed [55ccf0]

    fixed bug in fib::cut; hnode-dcons now set to n...

  • <REDACTED> committed [bbc085]

    moved generic stuff into seperate directory

  • <REDACTED> committed [983eb7]

    saving state

  • <REDACTED> committed [0ce587]

    fixed inlet.

  • <REDACTED> committed [73c127]

    taking steps to fix insiduous bug with attribut...

  • <REDACTED> committed [e21a2a]

    added normalize!

  • Akshay Srinivasan committed [0b15cd]

    Merge branch 'tensor' of ssh://recycle/~/git/ma...

  • <REDACTED> committed [c11277]

    saving changes to arithmetic.

  • <REDACTED> committed [a7af1e]

    Merge branch 'tensor' of bicycle.cs.washington....

  • <REDACTED> committed [fb96f5]

    made changes to handle negative exponents.

  • <REDACTED> committed [add144]

    adding :c into gemv

  • <REDACTED> committed [079ea8]

    removed restart-case from potrf!, added neg-axi...

  • Akshay Srinivasan committed [b07d86]

    added sum and mean for number

  • Akshay Srinivasan committed [2f285b]

    saving state

  • <REDACTED> committed [fbf3d1]

    matlisp is now quicklisp-able!

  • Akshay Srinivasan committed [57c511]

    replaced mlet\* with a fewer paren version: let...

  • Akshay Srinivasan committed [cae6f1]

    cleaned up sum, fixed bug in setf generic-ref.

  • <REDACTED> committed [6e4e46]

    added maprange

  • <REDACTED> committed [f4ce04]

    added :type to loadtxt. tweaked LALR to handle ...

  • <REDACTED> committed [2264ea]

    added extended euclid, and redefined arithmetic...

  • <REDACTED> committed [c081e8]

    added map-tensor! macro, removed old commented ...

  • <REDACTED> committed [be2c98]

    merged integer.lisp back into numeric.lisp.

  • <REDACTED> committed [e51347]

    saving state.

  • Akshay Srinivasan committed [8fcd27]

    added with-coordinates macro

  • Akshay Srinivasan committed [471131]

    infix-reader uses #s for permutations now.

  • Akshay Srinivasan committed [bf1692]

    fixed inlet macro.

  • <REDACTED> committed [9c9c27]

    moved old unported code into src/old

  • Akshay Srinivasan committed [ee44b3]

    fixed bug in letv\*

  • <REDACTED> committed [38cf1e]

    added anonymous functions to infix. Fixed bug i...

  • <REDACTED> committed [aadb01]

    changed fib api

  • <REDACTED> committed [1bf9c9]

    saving state

  • <REDACTED> committed [60ed6a]

    saving changes

  • <REDACTED> committed [9546fe]

    moved blas-scdi into matlisp-packages

  • <REDACTED> committed [8ba7e5]

    Saving changes to fibonacci.

  • <REDACTED> committed [bfc0ae]

    update documentation

  • Akshay Srinivasan committed [46c8d4]

    fixed before check for getrs

  • <REDACTED> committed [3b2e1c]

    Merge branch 'tensor' of bicycle.cs.washington....

  • <REDACTED> committed [23942e]

    added new FFI

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.