Skip to content

Fortran code for quaternion calculations (object-oriented)

License

Notifications You must be signed in to change notification settings

MarDiehl/quaternions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quaternions

A Fortran implementation of a quaternion class

Getting started

export FC=gfortran # or ifort or pgfortran
mkdir build
cd build
cmake .. -DCMAKE_Fortran_COMPILER=$FC
make
./src/test_quaternions

Prerequisites

  • Fortran compiler
    • GNU, version 8.0 or newer (gfortran)
    • Intel, version 18.0 or newer (ifort)
    • PGI, not tested (pgfortran)
  • cmake, version 3.10 or newer

License

GNU General Public License v3

About

Fortran code for quaternion calculations (object-oriented)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published