Upsurge
Upsurge copied to clipboard
Multi-dimensional Swift math
Can't seem to figure out why this is missing. Any ideas? Can't build the app. Running Xcode 9.2, target Swift 4.0 > > Upsurge/ValueArray.swift:134:35: error: missing argument for parameter 'capacity'...
Followup of our twitter conversation. You'll find a gist with a rethinking of the basic types to make them more similar to NumPy's: - make Matrix and MatrixSlice a single...
I need help with an interpolation algorithm for my app. I have a couple of arrays: (1) my measurements array (days versus weights) (2) a reference array with minimum weights...
Since it was pretty hard for me to understand how to use Upsurge only with the source codes, I thought of creating a markdown file for easier landing for people...
``` // S is a Matrix sum(S[0..
I may be missing something obvious, but is there a 'trick' to performing arithmetic on Matrices with scalars? Simple things like 1.0 + exp(A) seems to require working with a...
I'm experimenting with a Package.swift using the new build system. Interestingly, it generates static libraries by default but without any lib prefix so the library becomes Upsurge.a. A swiftmodule is...