-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the library multi-dimensional, dimension-less? #2
Comments
Hi Vincente,
First of all thanks for the interest in my project.
I would love to have an official physical library library in the C++
Standard Library. This is my modest attempt to create one. It is only in a
startup phase for now as I did not have too much time to work on it yet. I
will come back to it after San Diego and Meeting C++.
I am open to contributors, feature requests and feedback :-) I want it to
cover the most important needs of C++ industry.
Best
Mat
śr., 31 paź 2018, 22:34 użytkownik Vicente J. Botet Escriba <
[email protected]> napisał:
… Could you confirm the current implementation is uni-dimensional?
If yes,
Do you plan to manage with multi-dimensions?
Do you plan to manage with dimension-less quantities? Just a counter, as
counting the number of potatos.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAe5lMAAYHDD39fY5A90dCmbaCBib7b-ks5uqof9gaJpZM4YFz1E>
.
|
Could you please describe what you mean by multidimensional? I support
velocity already...
I am not sure if dimension-less quantities have much sense in the industry
and how they differ from strong typedefs. I would need to think about it a
bit more. Could you please provide an example of some physical
multidimensional calculation that would use such quantity?
Best
Mat
The next milestone for me is to handle temperature.
Best
Mat
pt., 2 lis 2018, 06:59 użytkownik Mateusz Pusz <[email protected]>
napisał:
… Hi Vincente,
First of all thanks for the interest in my project.
I would love to have an official physical library library in the C++
Standard Library. This is my modest attempt to create one. It is only in a
startup phase for now as I did not have too much time to work on it yet. I
will come back to it after San Diego and Meeting C++.
I am open to contributors, feature requests and feedback :-) I want it to
cover the most important needs of C++ industry.
Best
Mat
śr., 31 paź 2018, 22:34 użytkownik Vicente J. Botet Escriba <
***@***.***> napisał:
> Could you confirm the current implementation is uni-dimensional?
> If yes,
>
> Do you plan to manage with multi-dimensions?
>
> Do you plan to manage with dimension-less quantities? Just a counter, as
> counting the number of potatos.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#2>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAe5lMAAYHDD39fY5A90dCmbaCBib7b-ks5uqof9gaJpZM4YFz1E>
> .
>
|
I'm reading between the lines on @viboes message, but I'm often dealing with cameras, and so go from radiance ph/(srm^2sec) to sensor counts through electrons. Neither photons, nor electrons, nor sensor counts appear in typical base unit lists, as they are counts of things (although we're usually interested in expected value, and so floating point values are allowed). It may be worth looking at the kinds of units astropy or YT supports? Other obvious (to me) dimensionless quantities that are handy are the angle dimensionless quantities. I regularly encounter radians, degrees/minute/seconds, and hours/minutes/seconds as angle measures (ignoring the aforementioned solid angle) |
My current understanding of @viboes question is that there are 2 mixed abstractions here:
|
For (2) see #27 |
I have a feeling that this wasn't a question about restricting operations with |
Could you confirm the current implementation is uni-dimensional?
If yes,
Do you plan to manage with multi-dimensions?
Do you plan to manage with dimension-less quantities? Just a counter, as counting the number of potatos.
The text was updated successfully, but these errors were encountered: