Provide dynamic operations currying for Algebra<T> instead of eager calls and add JS code generation support #162

Merged
CommanderTvis merged 44 commits from feature/dynamic-ops-currying into dev 2021-01-05 16:36:51 +03:00
Showing only changes of commit 306eaecdb1 - Show all commits

View File

@ -1,6 +1,5 @@
package kscience.kmath.estree package kscience.kmath.estree
import estree.*
import kscience.kmath.ast.MST import kscience.kmath.ast.MST
import kscience.kmath.ast.MstExpression import kscience.kmath.ast.MstExpression
import kscience.kmath.estree.internal.JSBuilder import kscience.kmath.estree.internal.JSBuilder