Typed array functions provides a number of javascript functions which emulate ndarray and Numeric Javascript in a smaller package. These pacakges are all published via npm.
-
typed-array-function - An alternative for the ndarray cwise funciton compiler which also supports Numeric Javascript array of array data representation.
-
typed-array-ops - A set of multi dimensional element wise array operators like ndarray-ops, but built on typed-array-function
-
typed-matrix-ops - Numeric Javascript matrix operators ported to typed-array-function.
-
typed-array-rotate - ndarray-rotate ported to typed-array-function.
-
typed-array-warp - ndarray-warp ported to typed-array-function.
-
typed-numeric-uncmin - Unconstrained funciton minimization from Numeric Javascript ported to typed-array-*.