Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eig

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Get the eigenvalues and eigenvectors of a row-based matrix. Currently based on eigenfaces, but that will hopefully change soon.

API

var eig = require('eig')

eig([[1,0],[0,1]]).then(function (result) {
  console.log(result.eigenvalues)
  console.log(result.eigenvectors)
})

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages