issues
search
m-tosch
/
mu
A small, simple c++ math library
MIT License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add README for coverage
#115
m-tosch
closed
3 years ago
0
document how to use repository with cmake
#114
m-tosch
closed
3 years ago
2
add README for examples
#113
m-tosch
closed
3 years ago
0
add README for tests
#112
m-tosch
closed
3 years ago
0
add more modes to build CI/CD pipeline
#111
m-tosch
closed
3 years ago
1
death tests fail to die in release mode
#110
m-tosch
closed
3 years ago
3
gh pages doc does not show formulas
#109
m-tosch
opened
3 years ago
5
transpose *this* matrix object if symmetrical
#108
m-tosch
closed
3 years ago
1
implement normalization functions
#107
m-tosch
closed
3 years ago
2
implement polar-cartesian coord. transformations
#106
m-tosch
opened
3 years ago
0
document every literal with a short docstring
#105
m-tosch
closed
3 years ago
2
include free functions in mu namespace in doc
#104
m-tosch
closed
3 years ago
0
include MatrixNxN, Matrix2x2, Matrix3x3 in doc
#103
m-tosch
closed
3 years ago
2
exclude tests and utility code from doc generation
#102
m-tosch
closed
3 years ago
2
add Vector3D examples
#101
m-tosch
closed
3 years ago
0
add Vector2D examples
#100
m-tosch
closed
3 years ago
0
disable reported warnings for example files
#99
m-tosch
closed
3 years ago
1
add more examples
#98
m-tosch
closed
3 years ago
0
some docstrings not showing in doxygen html view
#97
m-tosch
closed
3 years ago
5
enforce standard version c++14 instead of 17 in sources
#96
m-tosch
closed
3 years ago
1
investigate bad coverage results with gcov
#95
m-tosch
opened
3 years ago
3
write down most important bullet points in README
#94
m-tosch
closed
3 years ago
1
implement standard deviation function
#93
m-tosch
closed
3 years ago
0
investigate how to implement a complex data type option
#92
m-tosch
opened
3 years ago
0
transpose functions for Matrix
#91
m-tosch
closed
3 years ago
1
unified solution to get test object size at compile time
#90
m-tosch
closed
3 years ago
1
row() and col() to return specific rows and columns
#89
m-tosch
closed
3 years ago
1
zeros() utility function
#88
m-tosch
closed
3 years ago
0
ones() utility function
#87
m-tosch
closed
3 years ago
0
utility function to create identity matrix
#86
m-tosch
closed
3 years ago
2
where to put which utility functions?
#85
m-tosch
opened
3 years ago
1
diag() function that returns the Matrix diagonale as a Vector
#84
m-tosch
closed
3 years ago
1
implicit narrowing in variadic template constructors
#83
m-tosch
closed
3 years ago
4
constructor type combination tests fail when compiled with clang
#82
m-tosch
closed
3 years ago
1
put all explicit template instantiations in a unified place
#81
m-tosch
closed
3 years ago
2
implement operator << for Matrix
#80
m-tosch
closed
3 years ago
1
include same type constructor init. tests in type combination tests
#79
m-tosch
closed
3 years ago
2
single value constructor combination tests
#78
m-tosch
closed
3 years ago
1
change same type combination ctor tests compare object
#77
m-tosch
closed
3 years ago
1
merge vector<>vector and matrix<>matrix ctor from-different-type tests
#76
m-tosch
closed
3 years ago
3
implement constructor-from-different-typed Matrix
#75
m-tosch
closed
3 years ago
1
implement cast operator overload for Matrix
#74
m-tosch
closed
3 years ago
1
implement Matrix multiplication for different sizes
#73
m-tosch
closed
3 years ago
3
merge vector<>vector and matrix<>matrix math tests in single typed test suite
#72
m-tosch
closed
3 years ago
5
implement Matrix<>Matrix math
#71
m-tosch
closed
3 years ago
0
improve template overloading for is_a_vector test in scalar combinations test header
#70
m-tosch
opened
3 years ago
1
merge vector<>scalar and matrix<>scalar tests in single typed test suite file
#69
m-tosch
closed
3 years ago
3
implement Matrix<>Scalar math
#68
m-tosch
closed
3 years ago
0
enable instantiation without specifying the size?
#67
m-tosch
closed
3 years ago
1
clean dot() function setup
#66
m-tosch
closed
3 years ago
3
Next