Christoph Ruegg
|
6d7b0e3f2e
|
Random: use a less problematic seed by default
|
13 years ago |
Christoph Ruegg
|
ae053e168b
|
Control: fix portable build
|
13 years ago |
Christoph Ruegg
|
46bf65d87e
|
Control: simpler UseNativeMKL() and UseManaged() methods
|
13 years ago |
Christoph Ruegg
|
2b1b319caa
|
Build: nuspec description and tag tweaks
|
13 years ago |
Christoph Ruegg
|
c00ac97367
|
Build: use semver assembly version for F# version patching
|
13 years ago |
Christoph Ruegg
|
383b222807
|
Build: automatically grab NuGet version (different from assembly or build) from TeamCity
|
13 years ago |
Christoph Ruegg
|
8757556c41
|
Build: signed FSharp NuGet package
|
13 years ago |
Christoph Ruegg
|
024570b9e6
|
Fix a negative-zero issue in complex numbers; make all portable tests pass
|
13 years ago |
Christoph Ruegg
|
a36d20bece
|
Build: do not vary test assembly name by configuration
|
13 years ago |
Christoph Ruegg
|
2f275c1fb0
|
Build: make whole unit test suite hybrid so it can run against all portable profiles
|
13 years ago |
Christoph Ruegg
|
c50297f890
|
Build: add portable profile 47 (in addition to 136) with System.Numerics
|
13 years ago |
Christoph Ruegg
|
6a65aa5027
|
LA: align CreateIdentity with the other static create functions
|
13 years ago |
Christoph Ruegg
|
6773c6f9cc
|
LA: create matrix of 2D-array of matrices #133
|
13 years ago |
Christoph Ruegg
|
cc4a4e57ce
|
LA: SetSubMatrix overloads (one more convenient, one more flexible) #133
|
13 years ago |
Christoph Ruegg
|
3ced81752b
|
LA: docs: refer from Stack/Append/DiagonalStack to each other #133
|
13 years ago |
Christoph Ruegg
|
9fbb6646c9
|
LA: vector.OfArray (copy) #136
|
13 years ago |
Christoph Ruegg
|
e70a5977ec
|
LA: Builder tweaks #139
|
13 years ago |
Christoph Ruegg
|
f9d8009858
|
LA: split builders to vector/matrix, also allows shorter member names #139
|
13 years ago |
Christoph Ruegg
|
a5503f8563
|
LA: create of column/row arrays/vectors IEnumerable overload #139; F# workaround no longer needed
|
13 years ago |
Christoph Ruegg
|
7c816fe93b
|
Basic regression: cosmetics
|
13 years ago |
Christoph Ruegg
|
e4b7e0f94d
|
Distance: make vector implementations generic
|
13 years ago |
Christoph Ruegg
|
6360e77a22
|
LA: fix return type of Norms to double (instead of T)
|
13 years ago |
Christoph Ruegg
|
9c104be751
|
Basic regression: multiple-response overloads (matrix instead of vector)
|
13 years ago |
Christoph Ruegg
|
3f90613ff7
|
Basic direct linear regression (simple, multiple, weighted, local)
|
13 years ago |
Christoph Ruegg
|
2bb3fb381e
|
LA: Add MILU(0) also for single, complex and complex32
|
13 years ago |
Christoph Ruegg
|
07725b4cc1
|
LU: fix array length bug I've introduced into MILU(0) a few commits ago
|
13 years ago |
Christoph Ruegg
|
e098656b08
|
Resources: fix typo in histogram exception message.
|
13 years ago |
Christoph Ruegg
|
f28f4acc54
|
LA: F# use 'SkipZeros' instead of cryptic 'nz' suffix
|
13 years ago |
Christoph Ruegg
|
638d055edd
|
LA: F# matrix/vector creation now fully generic (hence all modules also)
|
13 years ago |
Christoph Ruegg
|
a803ebf44b
|
LA: Fix arg validation bug in routine to copy a vector into a sub-row of a matrix
|
13 years ago |
Christoph Ruegg
|
31eda8d8b0
|
LA: Make builder much more complete
|
13 years ago |
Christoph Ruegg
|
8c9457cc8a
|
Cosmetics
|
13 years ago |
Christoph Ruegg
|
afec8f3c2f
|
LA: Migrate sparse CSR format to more common row pointer convention
|
13 years ago |
Christoph Ruegg
|
78dc687d09
|
LA: flattening iterative solver namespaces
|
13 years ago |
Christoph Ruegg
|
d18a0b24b3
|
LA: preconditioner more consistent naming
|
13 years ago |
Christoph Ruegg
|
203a438eb1
|
LA: MILU(0) preconditioner (sparse optimized) by wo80, thanks!
|
13 years ago |
Christoph Ruegg
|
57a2916866
|
LA: default to enable the computation of SVD vectors; cosmetics
|
13 years ago |
Christoph Ruegg
|
240f25974f
|
LA: update tests to modified optional signatures
|
13 years ago |
Christoph Ruegg
|
3a8cbcf60f
|
Misc cleanup, docs, optional params
|
13 years ago |
Christoph Ruegg
|
6be3117f66
|
Trig: improve confusing/wrong inline docs and argument naming #138
|
13 years ago |
Christoph Ruegg
|
7a4e4c079c
|
LA: update tests to reflect new iterator default behavior
|
13 years ago |
Christoph Ruegg
|
cb58405b85
|
LA: add direct (factorization-based) Solve methods to matrix type
|
13 years ago |
Christoph Ruegg
|
4b002209b5
|
LA: leverage lighter params syntax in iterator creation
|
13 years ago |
Christoph Ruegg
|
ad501d0f33
|
LA: integrate iterative solvers into matrix type, leads to significant simplification
|
13 years ago |
Christoph Ruegg
|
b38ce946e5
|
LA: Undo introduction of iterator HasX helpers
|
13 years ago |
Christoph Ruegg
|
ec7101b0d3
|
LA: simplify iterative solver stop criteria by merging Indeterminate+Running into Continue state
|
13 years ago |
Christoph Ruegg
|
7dac174cfe
|
LA: new iterative solver cancellation stop criterium
|
13 years ago |
Christoph Ruegg
|
d5104df7a3
|
LA: drop iterative solver manual-stop functionality (to be replaced)
|
13 years ago |
Christoph Ruegg
|
60bf831b35
|
LA: s/IPreConditioner/IPreconditioner/ (casing)
|
13 years ago |
Christoph Ruegg
|
c035c55dd7
|
LA: iterative solver no longer stateful on preconditioner
|
13 years ago |