Commit Graph

4 Commits

Author SHA1 Message Date
sebastia
eb2475d067 fix what I messed up here. 2011-11-17 23:54:40 +00:00
sebastia
7b2ff51e72 remove this wrong import 2011-11-17 23:48:06 +00:00
sebastia
d7ec7e9ba1 import matharray: GNUstep library to manipulate matrices
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can operate
on any standard 'C' number type plus numbers of complex type. MathArray
knows implicitly what types of operations can be performed on what types
of numbers and will automatically cast itself to the correct number type
representation to handle the specific operation. Standard operations
include addition, scalar and matrix multiplication and logical
operations. Mathematical operations in the standard C math library are
also supported, as well as user-defined functions.

OK rpointel@ same for aclock and gomoku, where I forgot, sorry
2011-11-17 23:38:02 +00:00
sebastia
bd3386f270 import aclock: analog clock for the GNUstep desktop
AClock is an analog clock for the GNUstep desktop which stays in the
dock. The display is customizable in many details.
2011-11-17 23:32:33 +00:00