Skip to content

Algebric library for Kinetics and kinematics mechanics.

Notifications You must be signed in to change notification settings

ertosns/algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algebra: C++ library for linear algebra

C++ linear algebra library required for [ kinetics ] (https://github.com/ertosns/kinetics.git) based of the API defined by Modern Robotics: Mechanics, Planning, and Control (Kevin Lynch and Frank Park, Cambridge University Press 2017).

to deploy the library run:

user@name:~$ . ./install.sh

to verify is working, you can try an example examples/exercise.cpp

user@name:~$ g++  exercise.cpp -lalgebra -I/usr/local/lib -I /usr/include/eigen3 -lpthread

About

Algebric library for Kinetics and kinematics mechanics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published