- 05 Apr, 2020 1 commit
-
-
Ferdinand Fischer authored
Extend the check of isConstant to values that also have a grid. By this, some computations can be simplified.
-
- 04 Apr, 2020 2 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
- 02 Apr, 2020 2 commits
-
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
Add a specification for boundary values in quantity.Domain
-
- 01 Apr, 2020 1 commit
-
-
Jakob Gabriel authored
quantity.Domain: new methods real and imag
-
- 31 Mar, 2020 1 commit
-
-
Ferdinand Fischer authored
-
- 30 Mar, 2020 1 commit
-
-
Ferdinand Fischer authored
quantity.Discrete/zeros will return an empty array if the requested size for zeros contains 0 as size. quantity.Discrete/compose works on quantities defined on quantity.EquidistantDomain
-
- 27 Mar, 2020 1 commit
-
-
Ferdinand Fischer authored
-
- 23 Mar, 2020 2 commits
-
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
-
- 17 Mar, 2020 2 commits
-
-
Jakob Gabriel authored
quantity.Discrete & Symbolic: bugfixes because of string inputs in plot + Symbolic.subs + Symbolic.gridName2variable
-
Jakob Gabriel authored
-
- 16 Mar, 2020 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 10 Mar, 2020 2 commits
-
-
Ferdinand Fischer authored
Change the parameter order of quantity.*/diff Now, the domain name wrt which the derivative should be taken is the second argument and the order of the derivative is the third. speed up of the unittest utilizing setupOnce
-
Jakob Gabriel authored
-
- 09 Mar, 2020 1 commit
-
-
Jakob Gabriel authored
-
- 04 Mar, 2020 2 commits
-
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
-
- 03 Mar, 2020 3 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
changed misc.diag_nd to use a for loop on the domain, which will be collapsed. Added misc.rat to compute rational approximations of real numbers Added quantity.EquidistantDomain to simplify the initialization of a domain with a certain step size Fixed signals/SmoothStep to use spline wise interpolation instead of symbolic computation
-
- 29 Feb, 2020 1 commit
-
-
Jakob Gabriel authored
quantity.Discrete: rearranged on() such that the easy cases are faster, since the permutation of the grid / domain can be skipped
-
- 28 Feb, 2020 1 commit
-
-
Jakob Gabriel authored
-
- 27 Feb, 2020 5 commits
-
-
Ferdinand Fischer authored
Further minor fixes ...
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 26 Feb, 2020 3 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Thus, also the TimeDelayOperator is working for such functions.
-
- 25 Feb, 2020 2 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
It uses the isequal comparison now to check if the objects have the same entries and not the == as before. Changed type of quantity.Domain to handle
-
- 24 Feb, 2020 3 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Fixed quantity.*/diff to be callable with a quantity.Domain. Secondly, the quantity.Discrete/diff and quantity.Symbolic/diff were merged so that the common part is in quantity.Discrete/diff and the particular part for each class is in quantity.*/diff_inner
-
Ferdinand Fischer authored
-
- 20 Feb, 2020 2 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-