teramonagi
|
69560e8dd2
|
Add Find root method "Bryoden".
|
12 years ago |
Christoph Ruegg
|
3c91240d75
|
Release: v3.0.2
|
12 years ago |
Christoph Ruegg
|
b6b5d5bdae
|
Release: v3.0.1
|
12 years ago |
Christoph Ruegg
|
8830436906
|
Release: v3.0.0
|
12 years ago |
Christoph Ruegg
|
5ad81f3396
|
Release: v3.0.0-beta05
|
12 years ago |
Christoph Ruegg
|
86ad88f1e2
|
Release: v3.0.0-beta04
|
12 years ago |
Christoph Ruegg
|
9a9a00b515
|
Build: drop legacy MsBuild-integrated NuGet package-restore
|
12 years ago |
Christoph Ruegg
|
725d7487d8
|
Release: v3.0.0-beta03
|
12 years ago |
Christoph Ruegg
|
975380d53d
|
Release: v3.0.0-beta02
|
12 years ago |
Christoph Ruegg
|
2c3328900f
|
Build: build NuGet packages with FAKE
|
12 years ago |
Christoph Ruegg
|
4d0381c286
|
Build: drop PCL profile 136 (replaced by profile 344)
|
12 years ago |
Christoph Ruegg
|
237e826c20
|
Build: Xamarinify solutions
|
12 years ago |
Christoph Ruegg
|
f1b0325415
|
Build: fix Fsharp.Core reference in F# PCL projects (legacy)
|
12 years ago |
Christoph Ruegg
|
d32903e4c0
|
Build: add PCL profile 344
|
12 years ago |
Christoph Ruegg
|
170bcb690a
|
Drop 3 Obsolete attributes in Control, disable a warning in F# unit tests; fixes all warnings
|
12 years ago |
Christoph Ruegg
|
fa67ff3ab4
|
BigRational: fix pow to support negative integer exponents
|
12 years ago |
Christoph Ruegg
|
1ebebfb62f
|
BigRational: add IsZero, IsOne, IsInteger, Reciprocal, Pow (compat with **), FromFraction
|
12 years ago |
Christoph Ruegg
|
e1e735bc10
|
Build: fix F# projects to build with mono F#
|
13 years ago |
Christoph Ruegg
|
ed940a85b2
|
Fsharp functions should use 'Func' instead of just 'F' as suffix
|
13 years ago |
Christoph Ruegg
|
be8498e6c1
|
Build: do not copy FSharp.Core to out (fixes docs)
|
13 years ago |
Christoph Ruegg
|
89c6824114
|
Build: roll back F# portable FSharp.Core hint path
|
13 years ago |
Christoph Ruegg
|
89c76125c6
|
Build: VS12 (2013) support, build config simplification
|
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
|
6773c6f9cc
|
LA: create matrix of 2D-array of matrices #133
|
13 years ago |
Christoph Ruegg
|
e70a5977ec
|
LA: Builder tweaks #139
|
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
|
015d5211f0
|
LA: create matrix from row/col arrays, rework & simplify creating from F#
|
13 years ago |
Christoph Ruegg
|
72439d00ff
|
LA: Create sparse matrix from row/col vectors; rework creation in F#
|
13 years ago |
Christoph Ruegg
|
c9af3dee3a
|
LA: Clean up and extend F# matrix/vector combinators
|
13 years ago |
Christoph Ruegg
|
8ec3597664
|
LA: F# create/init functions should always return generic types
|
13 years ago |
Christoph Ruegg
|
8bfcab62ed
|
LA: Move all from .Generic namespace to parent namespace
|
13 years ago |
Christoph Ruegg
|
50a334bf2c
|
LA: Support for pointwise .*, ./ and .% operators where supported (F# for now)
|
13 years ago |
Christoph Ruegg
|
e126c553db
|
RootFinding: drop 'and' in functions; migrate exception text to resx.
|
13 years ago |
Christoph Ruegg
|
ed6f278cdf
|
RootFinding: add very basic F# unit tests
|
13 years ago |
Christoph Ruegg
|
f668ff7932
|
Tests: file rename
|
13 years ago |
Christoph Ruegg
|
89a110db1a
|
Matrix: updated F# module for ofColumn/RowVectors
|
13 years ago |
Christoph Ruegg
|
a7e247ecd4
|
Fitting: rename from LeastSquares to Fit for discoverability
|
13 years ago |
Christoph Ruegg
|
f01a95d23d
|
Fitting: Tweaks to F# linear combination fitting
|
13 years ago |
Christoph Ruegg
|
d9518826be
|
Upgrade FsUnit (now as NuGet package)
|
13 years ago |
Christoph Ruegg
|
8fc3ba9470
|
Fitting: Idiomatic least squares curve fitting for F#
|
13 years ago |
Christoph Ruegg
|
dcade5cb90
|
Fitting: New Least Squares Linear Curve Fitting
|
13 years ago |
Christoph Ruegg
|
53200083fa
|
Twek naming of new F# matrix creating functions
|
13 years ago |
Christoph Ruegg
|
a3a40666b6
|
LA: Functional Map/MapIndexed on matrices, with F# support
|
13 years ago |
Christoph Ruegg
|
0384038145
|
LA: Functional Map/MapIndexed on vectors, with F# support
|
13 years ago |
Christoph Ruegg
|
fad553b8a4
|
LA: matrix of nested enumerables, with F# support and tests
|
13 years ago |
Christoph Ruegg
|
68b620ebee
|
LA: vectors of indexed enumerable
|
13 years ago |
Christoph Ruegg
|
af476c29f1
|
LA: matrix construction rework #104
|
13 years ago |