You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kritz
38e966cea1
Add min, max, constrain function for Matrix (#105)
* Add min, max, constrain function for Matrix
* Set individual elements to nan in constrain
* Deal with NANs
|
5 years ago |
.. |
CMakeLists.txt
|
Automatic Differentiation 'Dual' Type (#100)
|
5 years ago |
attitude.cpp
|
Add test for setting Quaternion to Identity (#104)
|
5 years ago |
copyto.cpp
|
More features: longerThan, norm, copyTo and slice on a Slice (#97)
|
5 years ago |
dual.cpp
|
Fix weird C preprocessor conflicts (#101)
|
5 years ago |
filter.cpp
|
Removed all uses of C library from tests
|
8 years ago |
hatvee.cpp
|
Removed all uses of C library from tests
|
8 years ago |
helper.cpp
|
helper: consider matrices with the same NANs and INFINITYs equal
|
5 years ago |
integration.cpp
|
Removed all uses of C library from tests
|
8 years ago |
inverse.cpp
|
tests: use __FLT_EPSILON__ in comparisons
|
6 years ago |
least_squares.cpp
|
testing float/double with Type template
|
6 years ago |
matrixAssignment.cpp
|
Add min, max, constrain function for Matrix (#105)
|
5 years ago |
matrixMult.cpp
|
helper: consider matrices with the same NANs and INFINITYs equal
|
5 years ago |
matrixScalarMult.cpp
|
Removed all uses of C library from tests
|
8 years ago |
setIdentity.cpp
|
define FLT_EPSILON; be descriptive about upper_right_triangle() method
|
6 years ago |
slice.cpp
|
More features: longerThan, norm, copyTo and slice on a Slice (#97)
|
5 years ago |
squareMatrix.cpp
|
Add support for Slice to Matrix, SquareMatrix, Vector
|
5 years ago |
test_data.py
|
define FLT_EPSILON; be descriptive about upper_right_triangle() method
|
6 years ago |
test_macros.hpp
|
define FLT_EPSILON; be descriptive about upper_right_triangle() method
|
6 years ago |
transpose.cpp
|
Removed all uses of C library from tests
|
8 years ago |
upperRightTriangle.cpp
|
Remove direct access to internal data
|
5 years ago |
vector.cpp
|
More features: longerThan, norm, copyTo and slice on a Slice (#97)
|
5 years ago |
vector2.cpp
|
define FLT_EPSILON; be descriptive about upper_right_triangle() method
|
6 years ago |
vector3.cpp
|
Add helpers based on Slice: row(), col(), xy()
|
5 years ago |
vectorAssignment.cpp
|
Removed all uses of C library from tests
|
8 years ago |