alex arsenovic
alex arsenovic
https://github.com/roger-/PyTwoPort by @roger- this project seems to have useful functionality for active networks, and nice plots.
would it be possible to do array attributes for things like scalar part, and vector part, (or x,y,z, w parts too) like the way complex arrays do .real and .imag?
is there a way to use inline sphinx cross references? like .. currentmodule:: myPackage.myModule This is narrative text in a markdown cell, and then i want to link to a...
https://github.com/pygae/clifford/blob/1102ebab026e76b1f21c9b6128c9f2ce4fd43eff/clifford/tools/__init__.py#L195 (will fix later )
updated some frame2mat, mat2frame methods to take a psuedo-scalar for frame instead of a layout, which is unneccsary and restrictive. also updated some docs.
would like an explicit way to represent subalgebras. example i have `e123` and i want to operate in subalgebra `e12`. * determine basis blades which exists in subAlgebra * generate...
https://github.com/pygae/clifford/blob/master/clifford/__init__.py#L352 this is possibly the most used function in this package.
use unicode?
any thoughts on whether clifford should use unicode characters in it's codebase?
For performance reasons is might be nice to have a set of cached algebras available to the user. These could be generated at install or manually after install, depending on...
because rtd is not working i setup the gh-pages. a preview, https://arsenovic.github.io/docs/v0.82/ i also went ahead and re-structured the docs, to make the API more usable. take a look and...