132 Commits (cf924956d7d62ce18bfc4f8441e9177ddb69c0dc)

Author SHA1 Message Date
James Goppert 6c04605531 Added conversion for scalar to vector. 9 years ago
James Goppert 2d27cd79d3 Added scalar to matrix conversion. 9 years ago
James Goppert 6974f97b1c Added scalar const conversion operator. 9 years ago
James Goppert 7b969094cb Fix for scalar type. 9 years ago
James Goppert 15865897d5 Added pow. 9 years ago
mcsauder 46c83a8c18 Correct a few indexing copy/paste errors that likely previously only functioned properly on square matrices. 9 years ago
James Goppert 95e3d7d6ce Added set function. 9 years ago
James Goppert 5a01e6c939 Added slice function for matrix. 9 years ago
James Goppert 1ae114b3d2 Improved rk4 integration to allow longer time interval than 1 step. 9 years ago
James Goppert 1778ac199c Fixed euler wrapping. 9 years ago
James Goppert a92d5c1338 Removed unneeded headers. 9 years ago
James Goppert e639a3612f Fix typo. 9 years ago
James Goppert 5aef810e7c Fixed euler angles. 9 years ago
James Goppert ffbe58ca10 Added better roundtrip euler test. 9 years ago
James Goppert d761bd3721 Fixed formatting. Made traivs more verbose. 9 years ago
James Goppert 38211e1aff Fix testing mechanism. 9 years ago
Mark Charlebois 306f0ac25d Added dspal_math.h for missing constants 9 years ago
Lorenz Meier 48a3288753 Fix QuRT build 9 years ago
James Goppert fa31c61f2c Fix for euler. 9 years ago
Roman Bapst a22a47fe15 fix euler calculation 9 years ago
Lorenz Meier 1d9d8e6f9b Use a slight ifdef hack to let things default to C++11 for most platforms 9 years ago
Lorenz Meier 187830164d Fix cast 9 years ago
James Goppert 67c8c8b331 Cast to float for isfinite. 9 years ago
James Goppert f1968f51d6 Fixed coverage issues. 9 years ago
Roman 4034c916c7 added missing cast 9 years ago
James Goppert cc800454d2 Formatting. 9 years ago
Thomas Gubler 45e6012818 matrix scalar pre multiplication and general scalar multiplication for 9 years ago
Thomas Gubler 99ac532746 remove unnecessary ; 9 years ago
Thomas Gubler d999923a35 support for std::cout 9 years ago
Roman cc1658db15 fixed wrong type conversion 9 years ago
Roman Bapst c3c6a0a9df fix euler calculation 9 years ago
Roman 10b395a782 added more quaternion methods 9 years ago
jgoppert f2c0669c0d Changed rk4 to use generic matrix interface. 9 years ago
jgoppert b9924820e1 Work on kalman filter interface. 9 years ago
jgoppert aa3a086cda Work on rk4 interface. 9 years ago
jgoppert 7656385ea1 Changed rk4 signature. 9 years ago
jgoppert a334cecfa7 Forced function instantiation for coverage testing. 9 years ago
jgoppert 787606b6b8 Formatting. 9 years ago
jgoppert 42f2e60b24 Added runge kutta integration. 9 years ago
jgoppert e972a0a111 Made kalman filter correction function usable. 9 years ago
jgoppert 5c573b075f Fixes for nuttx. 9 years ago
jgoppert 9b995e19f3 Added vector2. 9 years ago
jgoppert 1fb0f33eb4 Removed old references to matrix.hpp. 9 years ago
Lorenz Meier 4058e32f73 Fix include path 9 years ago
Lorenz Meier 222e42f934 Re-add convenience header 9 years ago
Lorenz Meier 6abd2f782a Re-add Matrix.hpp 9 years ago
Lorenz Meier 713aee154b Remove both versions of matrix / Matrix 9 years ago
jgoppert a2696fcee4 Fix for isfinite. 9 years ago
jgoppert 32839006f3 Implemented vector 3 cross product. 9 years ago
jgoppert 5b5cfcfeca Added more vector ctors. 9 years ago