vector-algebra

There are 10 repositories under vector-algebra topic.

  • R-js/blasjs

    Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.

    Language:TypeScript29213522
  • szaghi/VecFor

    Vector algebra class for Fortran poor people

    Language:Fortran29786
  • maasir554/vectogebra

    :sparkles: Python package for vector algebra

    Language:Python2110
  • alex-mous/SimpleVectorsJS

    SimpleVectorsJS is a library to make working with vectors in Node JS easy, including all standard vector operations and properties for n-dimension vectors

    Language:JavaScript1100
  • ToastCoder/pyvect

    Pyvect (or) Python Vector is an open-source python module which is created for the purpose of simplifying most of the popular vector algebra calculations from the angle between vectors, projection of one vector over the other to some higher vector calculations like finding the area, distance, volume and centroid of various popular vector shapes and much more.

    Language:Python1121
  • igor-240340/VectorMath

    A custom vector implementation

    Language:C#00
  • Moulishankar10/jvect

    Java version of python package called 'pyvect' which used for various vector operations such as finding the angle between vectors, projection of one vector over the other and much more...!

    Language:Java0100
  • ToastCoder/cvect

    Cvect is a C version of pyvect python module created for the purpose of simplifying the vector calculations such as finding the angle between vectors, projection of one vector over the other and much more...!

    Language:C0100
  • harmim/vut-izg-project

    Základy počítačové grafiky - Projekt - Vykreslovací řetězec a programování shaderů

    Language:C202
  • ttcpavle/Gradient-descent-of-2-argument-function

    This is a simple script for finding local minimum of a 2 argument function z=f(x,y) starting from given point (x,y).

    Language:C