refactor: Fine-grained references support added

This commit is contained in:
Mateusz Pusz
2021-04-07 11:26:45 +02:00
parent afa67c5f43
commit bd862d3517
59 changed files with 400 additions and 68 deletions

View File

@@ -60,7 +60,8 @@ std::ostream& operator<<(std::ostream& os, const matrix<ET, OT>& v)
namespace {
using namespace units::isq;
using namespace units::isq::si::references;
using namespace units::isq::si::length_references;
using namespace units::isq::si::force_references;
template<typename Rep = double>
using vector = std::math::fs_vector<Rep, 3>;
@@ -68,7 +69,6 @@ using vector = std::math::fs_vector<Rep, 3>;
template<typename Rep = double>
using matrix = std::math::fs_matrix<Rep, 3, 3>;
void vector_of_quantity_add()
{
std::cout << "\nvector_of_quantity_add:\n";