-
I'm trying to write a custom Geometry class for Polygon that would convert a shapely polygon to a geometry for phi flow, but I am getting a bit stuck on what methods and properties need to be implemen…
s7uvx updated
2 months ago
-
This issue is for designing new classes around the concepts of surfaces and shapes, with the goal of being able to model surface reflectance, thermal emission, and observations of arbitrary shape mode…
-
In Python, both `math` and `turtle` modules have `degrees` and `radians` methods, but when I want to use them from `math` module, Geany suggests me the wrong signature (see image below). The signature…
-
# Adding static methods to existing classes - Other - Haxe programming language cookbook
Haxe allows you to add static methods to existing classes (eg. Math) via the static extensions feature. The se…
-
iData and iFunc classes can inherit from multiple sub-classes, e.g.:
Master class:
- base methods and properties: Data, Aliases, Axes, UserData, meta-data, ...
- check, set, get, copy, ...
Sub…
farhi updated
5 years ago
-
Wish-list / todo-list for more matrix exponential methods
* [ ] An implementation of *A. H. Al-Mohy and N. J. Higham, A new scaling and squaring algorithm
for the matrix exponential, SIAM J. Ma…
-
### Problem
Currently, gazelle operates in indexing or non-indexing mode. When indexing is enabled, gazelle will walk the entire repo, using the `Imports` method of language extensions to build up a …
-
I've tried to implement the `euro9.m` method listed in this paper [Nines Ways to implement binomial methods](https://www.maths.ed.ac.uk/~dhigham/Publications/P46.pdf) without any success. I feel there…
-
Seperate issue, because this tries to pull together several existing issues in one.
- SVG + MathML + namespaces. (#72 Also #84 + #85).
- lowercasing (PR #97, and specifially Andrew's comments the…
-
**Describe the bug**
I tried to inherit from `CPathVolume` to add some custom methods. But whenever I call existing methods of the parent inside my new methods, it causes LNK2019 error when packagi…