Skip to content

Methods to generate orthogonal polynomials of laguerre, hermite, and chebyshev type.

License

Notifications You must be signed in to change notification settings

andylbrummer/ortho-poly

Repository files navigation

NPM version NPM downloads Build Status Coverage Status Dependency Status

Generate orthoganal polynomials of types: Laguerre, Chebyshev and Hermite.

How to Install

$ npm install ortho-poly

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul

To launch the documentation site, run:

$ npm install -g easystatic
$ npm start

License

MIT © 2016 Andy Brummer

About

Methods to generate orthogonal polynomials of laguerre, hermite, and chebyshev type.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published