Christoph Ruegg
|
8986e42482
|
Update Readme
|
12 years ago |
Christoph Ruegg
|
3582ead263
|
Readme formatting
|
12 years ago |
Christoph Ruegg
|
e124122cd5
|
Build: disable target dependencies but enable tests in AppVeyor; update readme
|
12 years ago |
Christoph Ruegg
|
ed6ea2c2b5
|
Tests: turn VectorStorageTests into theory
|
12 years ago |
Christoph Ruegg
|
31e937cbef
|
Tests: prefer matrix builders
|
12 years ago |
Christoph Ruegg
|
d4c13af568
|
LA: F# Vector.map2 module function
|
12 years ago |
Christoph Ruegg
|
e80ea6f5a2
|
LA: fix RemoveColumn/Row early index bound check #240
|
12 years ago |
Christoph Ruegg
|
2bf262c329
|
LA: Vector.Map2, storage-optimized
|
12 years ago |
Christoph Ruegg
|
0e306932fd
|
Fix corrupted exception message resource string #239
|
12 years ago |
Christoph Ruegg
|
3354b68483
|
Interpolation: use Array.BinarySearch in segment search in splines (via Candy Chiu)
|
12 years ago |
Christoph Ruegg
|
3e2216b1b7
|
Statistics: expose Entropy in Statistics class; doc fixes
|
12 years ago |
Christoph Ruegg
|
50aa5fc9df
|
Stylecop
|
12 years ago |
Christoph Ruegg
|
b104c4ad14
|
Merge pull request #236 from mastry/master
Added StreamingStatistics.Entropy function
|
12 years ago |
Christoph Ruegg
|
e13e34d226
|
Release Data Extensions: v3.0.0
|
12 years ago |
Christoph Ruegg
|
85429d9036
|
Data: Matlab: roundtrip test
|
12 years ago |
Christoph Ruegg
|
87f1eefcf9
|
Data: docs
|
12 years ago |
Christoph Ruegg
|
9bbbb9124c
|
Data: Text: static api only for delimited file reading and writing
|
12 years ago |
Christoph Ruegg
|
b908592109
|
Data: Matlab: adapt parsing changes to formatting side as well
|
12 years ago |
Christoph Ruegg
|
db8b64c782
|
Data: Matlab: refactoring, simplification, optimizations
|
12 years ago |
Christoph Ruegg
|
2b177f935a
|
Data: Matlab: static MatlabWriter api design (consistent with MatlabReader)
|
12 years ago |
Christoph Ruegg
|
4f4987ce34
|
Data: Matlab: api naming
|
12 years ago |
Christoph Ruegg
|
1c9f4f2ba9
|
Data: Matlab: MatlabReader.ListMatrices
|
12 years ago |
Christoph Ruegg
|
7be849100f
|
Data: Matlab: static parser design, refactoring
|
12 years ago |
Christoph Ruegg
|
d33397d25c
|
Data: Matlab: introduce MatlabMatrix type, refactoring
|
12 years ago |
Jeff Mastry
|
aefe55dae2
|
Added StreamingStatistics.Entropy function
|
12 years ago |
Christoph Ruegg
|
07cd162e57
|
Data: Matlab: delayed deserialization, allow matrix file to contain matrices of multiple types
|
12 years ago |
Christoph Ruegg
|
67e0336993
|
Data: Matlab: simplify names
|
12 years ago |
Christoph Ruegg
|
d21e076a58
|
Data: leverage MATLAB sparse data format for faster reading into sparse matrix (via Christian Woltering)
|
12 years ago |
Christoph Ruegg
|
184e41c863
|
Data: StyleCop
|
12 years ago |
Christoph Ruegg
|
c74708ba7d
|
Release notes formatting
|
12 years ago |
Christoph Ruegg
|
b46977fe00
|
Release: v3.1.0
|
12 years ago |
Christoph Ruegg
|
4210b3f79c
|
Interpolation: explicitly check for min required number of samples #232
|
12 years ago |
Christoph Ruegg
|
873ff2f588
|
Merge pull request #229 from vvavrychuk/master
documented how Evd<double> encodes eigenvectors
|
12 years ago |
Christoph Ruegg
|
3daaee299a
|
Merge pull request #231 from mjmckp/master
Fix DoOuterProduct (bug in bounds of for loop)
|
12 years ago |
Christoph Ruegg
|
cc5079bdcf
|
StyleCop
|
12 years ago |
Christoph Ruegg
|
118da972b4
|
Interpolation: modify step interpolation to allow non-zero right-open segment value.
|
12 years ago |
Christoph Ruegg
|
c330723df4
|
Interpolation: adapt new interpolators to v3 api design
|
12 years ago |
Candy Chiu
|
df8fb6a978
|
Added LogLinearSpline and TransformedInterpolation interpolators.
|
12 years ago |
Candy Chiu
|
1cc14ced95
|
Added a Step function interpolator.
|
12 years ago |
mjmckp
|
9b7bb7bb6f
|
Fix DoOuterProduct (bug in bounds of for loop)
|
12 years ago |
vvavrychuk
|
7312a4720e
|
documented how Evd<double> encodes eigenvectors
|
12 years ago |
Christoph Ruegg
|
feaa0c1dd7
|
Build: publish api directly to api subfolder
|
12 years ago |
Christoph Ruegg
|
5b1385c363
|
Docs: cleanup old docs build script and template (no longer used)
|
12 years ago |
Christoph Ruegg
|
9d246cac78
|
Special Functions: fix integral in documentation of GammaUpperIncomplete
|
12 years ago |
Christoph Ruegg
|
a5240079be
|
Merge pull request #226 from teramonagi/work
Add the interface to Bryoden method in FindRoots.fs
|
12 years ago |
Christoph Ruegg
|
e50de5b606
|
LA: the proper term for being conjugate symmetric is 'Hermitian'
|
12 years ago |
teramonagi
|
69560e8dd2
|
Add Find root method "Bryoden".
|
12 years ago |
Christoph Ruegg
|
416c7a79b5
|
Cleanup/drop old tools
|
12 years ago |
Christoph Ruegg
|
a92ef873c2
|
Docs: matrices and vectors
|
12 years ago |
Christoph Ruegg
|
aa5c3c644b
|
LA: consistency: Vector.MapConvert - but does not modify Map as it would break compatibility (delayed to v4)
|
12 years ago |