21 Commits (a33eca054a3c113c8cff4c4f85d12b60a7e3bb19)

Author SHA1 Message Date
Christoph Ruegg 20d7bdb828 LA: Vector.Fold2 12 years ago
Christoph Ruegg 07cd0194f3 Build: .Net 3.5 support for F# extensions #243 12 years ago
Christoph Ruegg d4c13af568 LA: F# Vector.map2 module function 12 years ago
Christoph Ruegg 0eef2b15b3 LA: consistency: enumerators should leverage Zeros-enum, like map/fold already does. 12 years ago
Christoph Ruegg 1681a5208f LA: use enums for zero and existing data behavior instead of booleans (readability, errors) 13 years ago
Christoph Ruegg 38fea05dcf LA: make non-arithmetic instance members available as functions in F# 13 years ago
Christoph Ruegg ba3ba30a96 LA: F# matrix/vector zero random and identity functions with explicit generic type parameter 13 years ago
Christoph Ruegg f73bc67ee0 LA: storage-aware non-inplace map on vectors 13 years ago
Christoph Ruegg 5e997534ad LA: build random with standard distribution, seed 13 years ago
Christoph Ruegg a0a861e790 LA: phase out Vector.CreateMatrix/CreateVector (no longer needed) 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 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 e0745b5e16 LA: generalize remaining F# extensions, expose Zero/One 13 years ago
Christoph Ruegg c9af3dee3a LA: Clean up and extend F# matrix/vector combinators 13 years ago
Christoph Ruegg b4f03e4560 LA: Further clean up and extend matrix/vector enumeration 13 years ago
Christoph Ruegg 88d26ccee0 LA: Clean up and extend vector enumeration 13 years ago
Christoph Ruegg 3e3f89694d LA: Generalize F# functions to generic types where possible 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 01b54a5168 Drop obsolete code 13 years ago
Robin Neatherway 45b45301b9 Update LinearAlgebra.Double.Vector.fs 13 years ago
Robin Neatherway b0d3ca8ebc Update LinearAlgebra.Double.Vector.fs 13 years ago
Christoph Ruegg a3a40666b6 LA: Functional Map/MapIndexed on matrices, with F# support 14 years ago
Christoph Ruegg 0384038145 LA: Functional Map/MapIndexed on vectors, with F# support 14 years ago
Christoph Ruegg fad553b8a4 LA: matrix of nested enumerables, with F# support and tests 14 years ago
Christoph Ruegg 3cb3eccf2b FSharp: matrix/vector zeroCreate, randomCreate, create, raw, ofArray2 14 years ago
Christoph Ruegg 68b620ebee LA: vectors of indexed enumerable 14 years ago
Christoph Ruegg e40928256e FSharp: leverage functional matrix/vector init of core 14 years ago
Christoph Ruegg 12c918202a FSharp: use more efficient constructs where possible 14 years ago
Christoph Ruegg c65f6e952c Cosmetics, more eol whitespace 14 years ago
Christoph Ruegg 892bbe510e F#: Simplify and clarify project file structure 14 years ago
Gustavo Guerra 4dfa1c66a5 Add Vector.insert (similar to Matrix.InsertColumn and Matrix.InsertRow) 15 years ago
Gustavo Guerra a1618854ba add foldBack to Vector and Matrix 15 years ago
Marcus Cuda cbd321574f andriy's conversion to a generic matrix 16 years ago
Jurgen Van Gael 941f0ca790 Added sparse interface to the F# front-end. 16 years ago
Jurgen Van Gael 6334379f12 Updated the F# interface to comply with the October 2009 CTP. 17 years ago
Jurgen Van Gael 2f9b6690a7 Finished the initial F# interface for Double.DenseVector. 17 years ago
Jurgen Van Gael c7db7cd590 Extended F# API (doesn't compile just yet). 17 years ago