]> gitweb.factorcode.org Git - factor.git/history - basis/math/vectors
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / math / vectors /
2023-12-07 John Benediktssonmath.vectors.ranges: change using
2023-12-07 Keldan ChapmanAdd range methods
2023-10-23 John Benediktssonmath.vectors: replace supremum
2023-10-23 John Benediktssonmath.vectors: rename vsupremum/vinfimum
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-01 John Benediktssonmath.vectors.simd: rename assert-positive to not conflict
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemansequences: rename count to count-by
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-22 John Benediktssonmath.vectors: make these non-generic to fix simd-128...
2021-12-22 Cat Stevensl2-norm -> norm in the rest of the places
2021-12-22 Cat Stevensmath.vectors,matrices: l2-norm -> aliased as norm ...
2021-12-22 Cat Stevensvnorm rename
2021-03-02 John Benediktssonmath: fix some help-lint warnings.
2021-01-28 Doug Colemanfactor: trim using lists
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-02-26 John Benediktssonmath.vectors: rename "h." to "hdot"
2020-02-26 John Benediktssonmath.vectors.simd: fix typo in simd vdot intrinsic.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2019-10-25 John Benediktssonmath.vectors: use $sequence in docs.
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-25 John Benediktssonmore test IN: cleanup.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-23 Doug Colemanmath.vectors.simd.intrinsics: Add a comment so I am...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-08 John Benediktssonsets: moving unique/conjoin/conjoin-at to compiler...
2016-08-22 Björn Lindqvistmath.vectors: new word vclamp for clamping vectors
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-03-26 Björn Lindqvistmirrors: make all sequences be "inspectable", could...
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2016-03-11 Björn Lindqvistmath.vectors.simd.intrinsics: the syntax for declaring...
2015-11-04 Alexander IljinRename variables in some stack declarations for consist...
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-29 John Benediktssonfix another doc using.
2015-07-29 John Benediktssonfix some help-lint errors.
2015-07-29 Björn Lindqvistcompiler.cfg.*: tests against #1308
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-26 Doug Colemanmath.vectors.conversion: [foo] for words that make...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
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-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-11-18 Björn Lindqvistmath.vectors: new word v>integer = [ >integer ] map
2014-11-17 Doug Colemanmath.vectors.simd: Attempt to print out full simd failu...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-05-26 John Benediktssonmore doc types.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-01-06 John Benediktssonuse swapd in a few places.
2013-01-03 Doug Colemanmath.vectors: Don't use macro with locals and cond...
2013-01-02 Doug Colemanmath.vectors: Fix spacing.
2012-09-18 Alex Vondrakcompiler.cfg.gvn.math: missed some availability checks...
2012-08-30 Doug Colemanmath.vectors: Implement infinity p-norm and special...
2012-07-30 John Benediktssonmath.vectors: implement v^, v^n, n^v.
2012-05-03 John Benediktssonmath.vectors: adding p-norm.
2012-03-29 John Benediktssonmath.vectors: separate "dot product" from "Hermitian...
2011-12-30 John Benediktssonmath.vectors: fix some $examples in docs.
2011-12-14 Joe Grofffix help-lint failures
2011-12-14 Joe Groffmath.vectors: add higher-order stack effect to vif
2011-12-07 Joe Groffmath.vectors.simd.intrinsics: fix deploy bug
2011-12-07 Doug Colemanhelp-lint fixes for recent changes
2011-11-24 Joe Groffuse radix literals
2011-11-14 Joe Groffmath.vectors.simd: don't try distance on int types
2011-11-14 Joe Groffmath.vectors.simd: unencrypt check-optimizer
2011-11-14 Joe Groffcode beautification
2011-11-14 Joe Groffmath.vectors.simd: add vcount to the tests
2011-11-14 Joe Groffmath.vectors.simd.intrinsics: fix double-2 vcount
2011-11-14 Joe Groffmath.vectors.simd: make vcount work for all ints
2011-11-14 Joe Groffmath.vectors.simd.intrinsics: better fake vgetmask
2011-11-14 Joe Groffcompiler: add intrinsic for PMOVMSKB/MOVMSKP[SD]
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-31 Slava Pestovmath.vectors.simd: vlshift, vrshift, hlshift and hrshif...
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-19 John BenediktssonRemove unused words. Fixes #132.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
next