]> gitweb.factorcode.org Git - factor.git/history - basis/math/matrices
io.streams.tee: more tests
[factor.git] / basis / math / matrices /
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-11-06 Raghu Radd bzip3 compression vocabulary
2022-10-31 John Benediktssonmath.matrices: fix using in docs
2022-09-29 Giftpflanzemath.matrices: Fix matrix-set-nths typo
2022-07-31 Doug Colemanbasis: use head-to-index and index-to-tail
2022-07-31 Doug Colemancore: rename some words
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemanfactor: use new words
2022-01-25 John Benediktssonmath.matrices: fix unshaped-cols-iota to use (each...
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-26 gifti258math.matrices: Fix typo
2021-12-22 John Benediktssonmath.vectors: make these non-generic to fix simd-128...
2021-12-22 Cat Stevensmath.vectors,matrices: l2-norm -> aliased as norm ...
2021-12-22 Cat Stevensvnorm rename
2021-12-20 gifti258math.matrices: Fix documentation
2020-12-13 John Benediktssonmath.matrices: adding matrix-map-index.
2020-11-21 Doug Colemanmath.matrices: Fix more docs.
2020-11-20 Doug Colemandocs: fix string issue
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-03-01 Cat Stevensmath.matrices: fix/rename mnorm, update all norms
2020-02-26 John Benediktssonmath.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2020-01-29 John Benediktssonmath.matrices: use any? and all? directly in tests.
2020-01-29 John Benediktssonmath.matrices: update using on tests.
2020-01-29 John Benediktssonmath: use sorted-histogram values in a few places.
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2018-07-04 Doug Colemanmath.matrices: Add some more matrix norms.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-24 Björn Lindqvistmath.matrices: rename for consistency
2018-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-14 John Benediktssonmath.matrices.elimination: avoid double length call.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-11-30 John Benediktssoncleanup "over push" is "suffix!".
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: more matrix-related documentation
2014-04-14 Björn LindqvistDocs: doc and examples for math.matrices
2014-01-06 John Benediktssonmath.matrices: add error for negative m^n (and test).
2013-05-14 John Benediktssonmath.matrices: simpler square-rows.
2013-05-14 John Benediktssonmath.matrices: faster square-rows and square-cols.
2013-04-25 John Benediktssonmath.matrices: add tests for square-matrix?.
2012-11-08 Doug Colemanmath.matrices: Add m+n, m-n, n+m, n-m, words.
2012-10-22 Doug Colemanmath.matrices: Trying to flesh out the matrices vocabul...
2012-10-22 Doug Colemanmath.matrices: Add some combinators for iterating over...
2012-10-22 Doug Colemanmath.matrics: Add some combinators and indexing words...
2012-08-09 John Benediktssonmath.matrices: adding the outer product.
2012-07-30 Doug Colemanmath.matrices: rename van-der-monde to vandermonde
2012-07-30 John Benediktssonmath.matrices: adding van-der-monde matrix.
2012-07-19 John Benediktssoncleanup some use of with-scope.
2012-05-25 John Benediktssonmath.matrices: adding docs for a few words.
2012-05-24 Doug Colemanmath.matrices: Add another test to make sure we calcula...
2012-05-24 Doug Colemanmath.matrices: Add stitch. Add Kronecker product.
2012-05-05 John Benediktssonmath.matrices: adding hilbert-matrix, toeplitz-matrix...
2012-05-04 Doug Colemanmath.matrices: Add a diagonal-matrix word that makes...
2012-03-29 John Benediktssonmath.vectors: separate "dot product" from "Hermitian...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-08-01 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-26 Slava PestovMerge branch 'master' of http://github.com/mrjbq7/factor
2010-07-26 Philipp BrüschweilerMerge branch 'gtk' into gtk-image-loader
2010-07-26 Philipp BrüschweilerMerge remote branch 'ex-rzr/master' into gtk
2010-07-25 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-24 Slava Pestovmath.matrices: move normal word from gpu.demos.bunny...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-09 Joe Groffmop up compiler errors from macosx load-all
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-26 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-26 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-25 Slava Pestovsequences: add cartesian-each, cartesian-map, cartesian...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Doug ColemanMerge branch 'mongodb-changes' of git://github.com...
2010-01-14 Slava PestovRemoving integers-as-sequences
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-25 Slava PestovMerge branch 'master' into no_literal_table
next