| /* ----------------------------------------------------------------------- *//** | |
| * | |
| * @file linalg.hpp | |
| * | |
| * @brief Umbrella header that includes all linear-algebra operations | |
| * | |
| *//* ----------------------------------------------------------------------- */ | |
| #include "average.hpp" | |
| #include "matrix_agg.hpp" | |
| #include "metric.hpp" | |
| #include "crossprod.hpp" | |
| #include "dim_conversion.hpp" |