Skip to content

mikolalysenko/robust-dot-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robust-dot-product

Exactly computes the dot product between vectors as an nonoverlapping increasing sequence.

Install

npm install robust-dot-product

Example

var robustDot = require("robust-dot-product")

robustDot([2, 3], [4, 5])

require("robust-dot-product")(a, b)

Computes the dot product of a and b as a nonoverlapping increasing sequence

  • a, b are both arrays of numbers

Returns A nonoverlapping increasing sequence representing the dot product of a and b

Credits

(c) 2013 Mikola Lysenko. MIT License

About

Exact dot product between two vectors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published