- 08 Nov, 2019 7 commits
-
-
Ferdinand Fischer authored
Added symbolic evaluation of quantity.Symbolic. (This is necessary for some strange functions, see e.g. the corresponding unittest) Simplified the "isempty" check for quantities
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Added converter of quantity.Discrete to quantity.Function: a linear interpolation is used as valueContin$
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
Added help information for the plotEigenvalues function Modified definition of signals.Piecewise
-
-
Simon authored
Important performance update transz_fast_nDim: matlab's matrix multiplication becomes very slow for large vectors. However, elementwise multiplication is ultra fast! Example: a = ones(20000,20); b = ones(20,20000); Now c = a*b is very very slow compared to d = sum(a.'.*b,1)!
-
- 07 Nov, 2019 3 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 06 Nov, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 05 Nov, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 01 Nov, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 31 Oct, 2019 5 commits
-
-
Jakob Gabriel authored
-
-
Jakob Gabriel authored
-
Simon authored
-
Simon authored
-
- 28 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 24 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 18 Oct, 2019 3 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 17 Oct, 2019 4 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 14 Oct, 2019 4 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
- checks numel - better readable
-
Jakob Gabriel authored
- now also checks sizes -
-
Jakob Gabriel authored
-
- 12 Oct, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 11 Oct, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 10 Oct, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 09 Oct, 2019 1 commit
-
-
Ferdinand Fischer authored
Removed exportData as property and added a converter for this class Fixed integration for empty objects. Fixed name of integrated quantities.
-
- 08 Oct, 2019 1 commit
-
-
Simon authored
-
- 07 Oct, 2019 1 commit
-
-
Simon authored
added functions misc.fold and misc.unfold to convert vectors/arrays from and to folding representation
-