all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Elisp math library that handles matrices made up by lists
@ 2012-09-06 22:12 Bruno Félix Rezende Ribeiro
  2012-09-06 23:54 ` Thorsten Jolitz
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Félix Rezende Ribeiro @ 2012-09-06 22:12 UTC (permalink / raw)
  To: help-gnu-emacs

Does anyone have any knowledge about a elisp math library to handle and operate on
matrices built as lists of (equal length) lists, like this:

((1 2 3)
 (4 5 6)
 (7 8 9))

To transpose, to extract columns, to calculate sum, product, determinant
and other correlate operations?

If there is none, would one be reasonably relevant to elisp programmers
in general to worth the implementation?  Or do you think it's better to
duplicate and adapt the needed functions, probably only a small subset
of that library, to every project that one want to distribute to Emacs
users?

Thanks in advance.
-- 
 ,= ,-_-. =.  Bruno Félix Rezende Ribeiro (oitofelix)
((_/)o o(\_)) Uns o chamam de super-vaca...
 `-'(. .)`-'  Outros de hiper-touro...
     \_/      Eu o chamo simplesmente: meta-gnu!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-06 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 22:12 Elisp math library that handles matrices made up by lists Bruno Félix Rezende Ribeiro
2012-09-06 23:54 ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.