- 10 Jul, 2019 4 commits
-
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
- 08 Jul, 2019 2 commits
-
-
Jakob Gabriel authored
quantity.example: comments
-
Jakob Gabriel authored
quantity.example: add illustrative example for scalars and a volterra integral of 2nd kind for 2x2 kernels
-
- 05 Jul, 2019 2 commits
-
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
new: misc.getfield for hierarchical structs, example: myStruct.topLevel.lowerLevel.data == misc.getfield(myStruct, 'topLevel.lowerLevel.data')
-
- 03 Jul, 2019 2 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 02 Jul, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 24 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 21 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
- added methods imag() and real() quantity.Symbolic: - new method combineGridGridNameVariable() to avoid duplication of code in mathematical operations (mtimes, plus)
-
- 20 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
quantity: added 'stable' option to unique()-calls. Hence, the order of gridNames is not sorted but remains unchanged in most cases.
-
- 18 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
- added cumInt() that behaves as Discrete method but only calls int() of Symbolic - fixed plus for quantities with different variables - deleted minus since minus in parent class Discrete calls plus() of Symbolic, hence an additional implementation of minus in Symbolic was not necessary.
-
- 14 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 13 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
- previously for gridNames with more than one char, int was called recursivley (for 'zeta', int was called for ('z', 'e', 't', 'a'). Fixed that. - yet, int does not consider inputs for integral bounds that do not coincide with the bounds of the grid. hence now a assertion informs about that problem if different bounds specified by inputs.
-
- 12 Jun, 2019 3 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
- 11 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 07 Jun, 2019 2 commits
-
-
Jakob Gabriel authored
-
Ferdinand Fischer authored
-
- 06 Jun, 2019 1 commit
-
-
Jakob Gabriel authored
- fixed infinite loop in mtimes() quantity.Discrete & .Symbolic: - renamed variables in isConstant() to improve readability
-
- 04 Jun, 2019 4 commits
-
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
Jakob Gabriel authored
quantity.Discrete & quantity.Symbolic: plus and minus now support quantity and numeric arrays of same size.
-
Jakob Gabriel authored
-
- 03 Jun, 2019 2 commits
-
-
Ferdinand Fischer authored
-
Jakob Gabriel authored
-
- 31 May, 2019 1 commit
-
-
Jakob Gabriel authored
- plot() added option to hide array indices in title >> 'titleWithIndex', false - l2norm() calculate quadratic norm
-
- 30 May, 2019 2 commits
-
-
Jakob Gabriel authored
quantity.Discrete.gridOf() if quantity has no grid that coincides with the input gridName, then an [] is returned.
-
Jakob Gabriel authored
- solveAlgebraic: adjusted to change of changeGrid from call-by-reference to call-by-value - diff(): now supports specification of various variables for which the derivative should be applied. Ensured consistency with Symbolic. Maybe a more elegant use of gradient() is possible. - unittests: adjusted for now behavior of diff() quantity.Symbolic bugfixes: - diff(): now supports specification of various variables for which the derivative should be applied. Ensured consistency with Discrete. - unittests: adjusted for now behavior of diff()
-
- 29 May, 2019 1 commit
-
-
Ferdinand Fischer authored
-
- 28 May, 2019 2 commits
-
-
Ferdinand Fischer authored
-
Ferdinand Fischer authored
-
- 27 May, 2019 2 commits
-
-
Ferdinand Fischer authored
Changed implementation of integration for "Discretes". The input arguments are now consitent with the matlab "int" function.
-
Jakob Gabriel authored
-
- 25 May, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 24 May, 2019 1 commit
-
-
Ferdinand Fischer authored
-