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.
szaghi/VecFor
Vector algebra class for Fortran poor people
maasir554/vectogebra
:sparkles: Python package for vector algebra
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
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.
igor-240340/VectorMath
A custom vector implementation
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...!
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...!
harmim/vut-izg-project
Základy počítačové grafiky - Projekt - Vykreslovací řetězec a programování shaderů
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).