Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | Add {take,drop}Last{Rows,Columns} | ntfrgl | |
2015-06-01 | type operators | Alberto Ruiz | |
2015-06-01 | generic gaussElim, modularTest | Alberto Ruiz | |
2015-05-31 | added experimental module for modular operation | Alberto Ruiz | |
2015-05-28 | reexport omat | Alberto Ruiz | |
2015-05-28 | extract using omat | Alberto Ruiz | |
2015-05-28 | general Range, test | Alberto Ruiz | |
2015-05-28 | remap autoconformable | Alberto Ruiz | |
2015-05-28 | use omat for multiplyI | Alberto Ruiz | |
2015-05-28 | test int funs | Alberto Ruiz | |
2015-05-27 | omat, AT, remap | Alberto Ruiz | |
2015-05-27 | ccompare, cselect, toInt | Alberto Ruiz | |
2015-05-26 | fixed cmod, sorting functions | Alberto Ruiz | |
2015-05-26 | general sortVector, sortIndex | Alberto Ruiz | |
2015-05-26 | tr', improved ?? | Alberto Ruiz | |
2015-05-26 | tr' , documentation | Alberto Ruiz | |
2015-05-25 | indexable and normed CInt elements | Alberto Ruiz | |
2015-05-25 | At range, idxs | Alberto Ruiz | |
2015-05-25 | range | Alberto Ruiz | |
2015-05-24 | fromInt | Alberto Ruiz | |
2015-05-24 | cmod | Alberto Ruiz | |
2015-05-24 | Container, Product and Num instances for CInt elements | Alberto Ruiz | |
2015-05-24 | step and cond CInt | Alberto Ruiz | |
2015-05-24 | joint extractor of rows and columns | Alberto Ruiz | |
2015-05-23 | join SContainer and Container using Fractional contexts | Alberto Ruiz | |
2015-05-23 | multiplyI | Alberto Ruiz | |
2015-05-22 | export extractor | Alberto Ruiz | |
2015-05-22 | conj to SContainer, tr on CInt | Alberto Ruiz | |
2015-05-22 | extraction modes | Alberto Ruiz | |
2015-05-22 | initial CInt SContainer | Alberto Ruiz | |
2015-05-21 | SContainer | Alberto Ruiz | |
2015-05-21 | CInt elements, wip | Alberto Ruiz | |
2015-05-19 | Merge branch 'master' into develop | Alberto Ruiz | |
2015-05-19 | solve uninstallablity in FreeBSD, a better urandom() | maxc01 | |
2015-04-15 | remove Util | Alberto Ruiz | |
2015-04-15 | add unitary and pairwiseD2 | Alberto Ruiz | |
2015-04-15 | add operator <# (vector x matrix) | Alberto Ruiz | |
2015-04-10 | conj trans in right singular vectors fo complex matrices, adapt pinvTol and ↵ | Alberto Ruiz | |
nullspaceSVD | |||
2015-04-10 | added module HMatrix.Util | Alberto Ruiz | |
2015-04-10 | merge recent | Alberto Ruiz | |
2015-03-11 | In C99 int32_t is from stdint.h | Thomas M. DuBuisson | |
A windows user was complaining about this issue on IRC today, so here's a patch. | |||
2015-03-01 | Merge pull request #118 from idontgetoutmuch/master | Alberto Ruiz | |
Add Cholesky to Static. | |||
2015-03-01 | Add Cholesky to Static. | Dominic Steinitz | |
2015-02-28 | GHC 7.11 cannot deduce Fractional and Element instances | Maxim Baz | |
2015-01-14 | Merge pull request #107 from bgamari/master | Alberto Ruiz | |
GHC 7.10 fixes | |||
2015-01-13 | Implicit quantification will soon be an error | Ben Gamari | |
2015-01-13 | Chain: GHC 7.10 requires FlexibleInstances for inferred signatures | Ben Gamari | |
2015-01-08 | update base to ghc-7.10 | Alberto Ruiz | |
2014-12-29 | add semicoron | Kiwamu Ishikura | |
add semicoron | |||
2014-12-29 | use __APPLE__ instead of OSX | Kiwamu Ishikura | |
use __APPLE__ for predefined os detection OSX. |