|
dot-xx
A personal collection of small C++ modules
|
Files | |
| basic_ops.xx | |
| Basic vector aritmetic. No documentation for functions since they are generated with macros (I know, I know, it was just too much to just write out...). | |
| container_traits.xx | |
| Traits that help the library where std::ranges API isn't enought. READ THE DESCRIPTION OF math::container_traits CAREFULLY. | |
| cross.xx | |
| Cross product of 3D vectors. | |
| dot.xx | |
| Dot product. | |
| linalg.xx | |
| Linear algebra utilities for dxx::math. | |
| norm.xx | |
| Vector norms. | |
| traits.xx | |
| Type traits and concepts for linear algebra utilities. | |