blob: eede7ceae663521ac66aacc3a7154a3158dfbe77 [file] [log] [blame]
/* ----------------------------------------------------------------------- *//**
*
* @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"