Christoph Ruegg
|
02f6960c50
|
Random: rework
|
13 years ago |
Christoph Ruegg
|
3e6f11a443
|
Generate: more tests, fix PeriodicMapSequence
|
13 years ago |
Christoph Ruegg
|
b51b0c1294
|
Drop redundant SignalGenerator and Signals namespace (use Generate instead)
|
13 years ago |
Christoph Ruegg
|
f83d6469fe
|
Generate: Periodic; LinearSpacedMap, LinearRangeMap
|
13 years ago |
Christoph Ruegg
|
5d9699eb0a
|
Generate: Map, RandomMap; prepare to phase out SignalGenerator
|
13 years ago |
Christoph Ruegg
|
59e375ac01
|
Euclid: new Euclid class with mod/rem and all that used to be in integer theory #175
|
13 years ago |
Christoph Ruegg
|
520a32743d
|
Generate: port signal generation routines from neodym
|
13 years ago |
Christoph Ruegg
|
348ee3fa2f
|
FindRoots: explicit formula for chebychev polynomials (1st and 2nd kind)
|
13 years ago |
Christoph Ruegg
|
2a839bac28
|
Windows: port window functions from neodym
|
13 years ago |
Christoph Ruegg
|
a52c2c1b9e
|
Providers: fix tests against native providers
|
13 years ago |
Christoph Ruegg
|
f2e0ad6f10
|
Tests: test category attributes
|
13 years ago |
Christoph Ruegg
|
2b0700a1d1
|
Native: unit test native providers
|
13 years ago |
Christoph Ruegg
|
cb28a44a61
|
Providers: InitializeVerify
|
13 years ago |
Christoph Ruegg
|
e9eb4d92de
|
Native: fix paths, new root solution MathNet.Numerics.NativeProviders.sln
|
13 years ago |
Christoph Ruegg
|
bc8a93e939
|
Native: upgrade projects to VS12
|
13 years ago |
Christoph Ruegg
|
10f8e22bd3
|
LA: concrete conjugate and negate
|
13 years ago |
Christoph Ruegg
|
67a0923040
|
LA: Matrix ConjugateTransposeAndMultiply and variants
|
13 years ago |
Christoph Ruegg
|
03c2a96292
|
Tests: refactoring towards generic builder 2
|
13 years ago |
Christoph Ruegg
|
f934eb66c6
|
Tests: refactoring towards generic builder 1
|
13 years ago |
Christoph Ruegg
|
056d3e5742
|
Tests: simplify matrix structure theory tests by using matrix builders
|
13 years ago |
Christoph Ruegg
|
5e997534ad
|
LA: build random with standard distribution, seed
|
13 years ago |
Christoph Ruegg
|
d243a5b246
|
LA: Build.RandomPositiveDefinite; Build.Random with standard dist+rng
|
13 years ago |
Christoph Ruegg
|
9c93ef8328
|
Tests: always seed RNGs
|
13 years ago |
Christoph Ruegg
|
f8e81d375e
|
Random: use thread-safe mersenne twister instead of System.Random as default fallback
|
13 years ago |
Christoph Ruegg
|
d130a2ba8f
|
Random: MersenneTwister.Default (thread-safe)
|
13 years ago |
Christoph Ruegg
|
3e408a8973
|
Update release notes to mention .Net 3.5 support
|
13 years ago |
Christoph Ruegg
|
4ff8e377d0
|
Update readme to mention .Net 3.5 support
|
13 years ago |
Christoph Ruegg
|
865d83ba2d
|
Build: .Net 3.5 tests now compiled against .Net 3.5 (instead of .Net 4.5)
|
13 years ago |
Christoph Ruegg
|
810cea5e1d
|
Tests: no more need to use dynamic/DLR thanks to matrix builders
|
13 years ago |
Christoph Ruegg
|
c005b96958
|
Build: .Net 3.5-only solution
|
13 years ago |
Christoph Ruegg
|
0a5a9b4346
|
Compatiblity: Tuple backport for .Net 3.5 must implement IComparable
|
13 years ago |
Christoph Ruegg
|
2ae9c2f811
|
Build: .Net 3.5 variant of UnitTests project in portable solution
|
13 years ago |
Christoph Ruegg
|
7c6d83464f
|
Build: .Net 3.5 variant of Numerics project in portable solution
|
13 years ago |
Christoph Ruegg
|
26b30e590a
|
Inline docs
|
13 years ago |
Christoph Ruegg
|
fa1c97abbc
|
LA: more sensible choice of return storage type, with tests #146
|
13 years ago |
Christoph Ruegg
|
b281e58bb2
|
Update release notes, contributors
|
13 years ago |
Christoph Ruegg
|
a0a861e790
|
LA: phase out Vector.CreateMatrix/CreateVector (no longer needed)
|
13 years ago |
Christoph Ruegg
|
7f7120ea60
|
LA: phase out Matrix.CreateMatrix/CreateVector (no longer needed)
|
13 years ago |
Christoph Ruegg
|
64a641e8ca
|
LA: extend Build.Diagonal for diagonal matrices
|
13 years ago |
Christoph Ruegg
|
d83566155f
|
Fit: use diagonal matrices where appropritate (since they are much faster now)
|
13 years ago |
Christoph Ruegg
|
241336e1e4
|
LA: diagonal-dense Add Subtract
|
13 years ago |
Christoph Ruegg
|
465a2c2bd8
|
LA: Diagonal matrices: clean up some pointless null-checks
|
13 years ago |
Christoph Ruegg
|
6754045a56
|
LA: diagonal matrix-vector Multiply LeftMultiply/TransposeThisAndMultiply
|
13 years ago |
Christoph Ruegg
|
aadb8a4bb5
|
LA: diagonal-dense Multiply TransoseAndMultiply TransposeThisAndMultiply
|
13 years ago |
Christoph Ruegg
|
44228a6d41
|
LA: Build.SameType of one or two example instances
|
13 years ago |
Christoph Ruegg
|
2e1dc29f96
|
LA: dense-diagonal TransposeThisAndMultiply
|
13 years ago |
Christoph Ruegg
|
19873cb304
|
LA: dense-diagonal TransposeAndMultiply
|
13 years ago |
Christoph Ruegg
|
06be8470b6
|
LA: dense-diagonal Add Subtract Multiply
|
13 years ago |
Christoph Ruegg
|
3259ce6ba2
|
LA: extend diagonal matrix builder
|
13 years ago |
Christoph Ruegg
|
8b92117356
|
LA: Matrix.ClearSubMatrix should nop-return instead of fail on empty/negative selection
|
13 years ago |