genMath.lib Functions
Alphabetical Function List

Main Help Page            Functions by Category

 

genGaussSeidel Generic Gauss-Seidel Linear System Solver
genMatrixAdd addition of two generic mxn matrices
genMatrixMult generic matrix mult: mxn X nxp matrices
genMatrixMultnxn generic nxn matrix multiplication
genMatrixScale generic matrix multiply by scalar
genMatrixTrace generic trace of nxn matrix 
genMatrixTranspose transpose a generic mxn matrix
genRungeKutta Generic Runge-Kutta first order differential equation solver
genTrap generic Trapezoidal Rule Integration
genVectorAdd Add two generic vectors of dimension n
genVectorAngle The cosine of the angle between two generic vectors of dimension n
genVectorCrossProdLen The length of the resultant vector that is the Cross Product of two generic vectors of dimension n
genVectorDotProd Dot Product of two generic vectors of dimension n
genVectorLength Length of generic vector of dimension n
genVectorNegate Negative of a generic vector of dimension n
genVectorScale Multiply a generic vector of dimension n by a scalar
Trap100 Trapezoidal Rule Integration for function of 100 elements
Trap500 Trapezoidal Rule Integration for function of 500 elements
Trap512 Trapezoidal Rule Integration for function of 512 elements
Trap1000 Trapezoidal Rule Integration for function of 1000 elements
Trap1024 Trapezoidal Rule Integration for function of 1024 elements
Trap2048 Trapezoidal Rule Integration for function of 2048 elements
Trap4096 Trapezoidal Rule Integration for function of 4096 elements
Trap5000 Trapezoidal Rule Integration for function of 5000 elements
VectorAdd2d Add two 2-d vectors
VectorAdd3d Add two 3-d vectors
VectorAngle2d The cosine of the angle between two 2d vectors
VectorAngle3d The cosine of the angle between two 3d vectors
VectorDotProd2d Dot Product of two 2-d vectors
VectorDotProd3d Dot Product of two 3-d vectors
VectorLength2d Length of a 2-d vector
VectorLength3d Length of a 3d vector
VectorNegate2d Negative of a 2-d vector
VectorNegate3d Negative of a 3-d vector