- 14 Oct, 2019 1 commit
-
-
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.
-
- 01 Oct, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 29 Sep, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 26 Sep, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 29 Aug, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 19 Jul, 2019 1 commit
-
-
Jakob Gabriel authored
-
- 12 Jul, 2019 3 commits
-
-
Jakob Gabriel authored
quantity.Discrete: mtimes now uses transpose instead of ctranspose, and transposing is hidden in the names
-
Jakob Gabriel authored
-
Jakob Gabriel authored
-
- 11 Jul, 2019 1 commit
-
-
Jakob Gabriel authored
- setName() for setting names of all elements of a quantity array - transpose() for transposing quantities: now call by value and change of name - flipGrid() changes name now
-
- 10 Jul, 2019 4 commits
-
-
Jakob Gabriel 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 1 commit
-
-
Ferdinand Fischer authored
-