Commit Graph

22 Commits

Author SHA1 Message Date
Mateusz Pusz
bbbb77286c refactor: physical replaced with isq
Refers to #249
2021-03-16 12:03:25 +01:00
Mateusz Pusz
23720d055e refactor: Refactored the library file tree
Resolves #249
2021-03-16 09:32:28 +01:00
Mateusz Pusz
cff718301c refactor: quantity_io added 2020-12-28 15:18:36 +01:00
Mateusz Pusz
cfc90f4aac refactor: 💥 basic_concepts, quantity and quantity_cast refactored
BREAKING CHANGE:  ScalableNumber renamed to QuantityValue

Resolves #107
2020-10-06 18:17:52 +02:00
Mateusz Pusz
6e510b3a2a refactor: modules-like behavior for systems removed to improve broken compile-time
Reffers to #32
2020-09-13 00:11:02 +02:00
Mateusz Pusz
2a56438f1c refactor: file tree with systems defninitions refactored to limit ODR issues
Relates to #32 as with this commit we created something like modules for derived quantities
2020-09-11 18:11:25 +02:00
Mateusz Pusz
9527b39005 refactor: 💥 q_* UDL renamed to _q_*
We had some fun exploring the STD UDLs for potential collisions,
we have learnt our lesson and know how to proceed.
Now is high time to start behaving and obeying C++ rules.
2020-09-09 19:20:35 +02:00
Mateusz Pusz
9a49df7222 refactor: 💥 Scalar concept renamed to ScalableNumber
Resolves #114
2020-09-08 21:17:09 +02:00
Mateusz Pusz
65286b7a81 Small refactoring of LA example 2020-09-06 18:10:52 +02:00
Mateusz Pusz
fea072aeb5 warnings.cmake refactored 2020-05-29 10:07:01 +02:00
Mateusz Pusz
b65a5bf6b2 quantity_of_matrix_tests uncommented thanks to a fix in the LA library 2020-05-20 22:12:37 +02:00
Andy Little
51f3739e46 example linear_algebra : change deduced type of iterator index to unsigned type 2020-05-20 21:34:04 +02:00
Mateusz Pusz
80d67163c8 linear_algebra updated to 0.7.0/testing 2020-05-17 12:04:57 +02:00
Mateusz Pusz
bd7c421e32 linear_algebra switched to 0.6.0/stable 2020-05-17 11:02:25 +02:00
Mateusz Pusz
c6627ed20f Compilation errors in LA example fixed 2020-05-10 22:40:54 +02:00
Mateusz Pusz
ce301748dd Velocity renamed to Speed (resolves #103) 2020-05-10 17:31:47 +02:00
Mateusz Pusz
7e935a4108 Physical units put in the physical namespace (I am sorry) 2020-05-08 22:39:24 +02:00
Mateusz Pusz
36055208d1 Linear Algebra chapter added 2020-03-26 18:26:27 +01:00
Mateusz Pusz
4637985b7a Quantity of matrix tests added
But commented out due to complier segfault.
2020-03-26 16:36:48 +01:00
Mateusz Pusz
73a2b30d65 Quantity of vector tests added 2020-03-25 22:40:59 +01:00
Mateusz Pusz
c2b851c92b Linear algebra example updated 2020-03-25 17:27:45 +01:00
Mateusz Pusz
9afcf9e695 Linear Algebra support added 2020-03-25 15:57:53 +01:00