Git Product home page Git Product logo

jbrown1618 / vector Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 1.0 2.74 MB

A linear algebra library for TypeScript and JavaScript

License: MIT License

TypeScript 99.65% JavaScript 0.35%
linear-algebra-library typescript vector matrix matrix-calculations matrix-multiplication matrix-factorization linear-algebra linear-regression qr-decomposition gauss-jordan vector-math lu-decomposition least-squares cholesky-decomposition singular-value-decomposition svd

vector's Introduction

Vector

A linear algebra library written in TypeScript that focuses on generality, extensibility, and ease of use.

Features

  • Core:
    • Basic manipulation of vectors and matrices
    • Out-of-the-box support for number and ComplexNumber
    • Extensible to support general scalar types
  • Matrix Operations:
    • Matrix determinants
    • Matrix exponentials
    • Elementary row operations
    • Gauss-Jordan elimination
    • Eigenvalue / Eigenvector finding
  • Matrix Factorizations:
    • Cholesky Decomposition
    • LU Decomposition
    • QR Decomposition
    • Singular Value Decomposition
  • Applications:
    • Calculus: Differentiation via finite differences
    • Statistics: Least-Squares Regression for arbitrary model functions
    • Statistics: Principal component analysis
  • Machine learning models
    • Regularized linear regression
    • Logistic Regression
    • Support Vector Machines
  • And more to come!

Using Vector

See our Usage Guide for more on how to use Vector in your project.

Contributing to Vector

See our Contribution Guide for contribution guidelines and coding standards.

Documentation

See the API Documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.