Am Mittwoch 25 Januar 2012, 19:13:25 schrieb Axel:
> To extend JAS with the commons-math methods the easiest way is to extend
> the
> edu.jas.structure.AbelianGroupElem like this:
>
> public interface AbelianGroupElem>
> extends Element, FieldElement
>
> and add the methods:
> add() and
To extend JAS with the commons-math methods the easiest way is to extend
the
edu.jas.structure.AbelianGroupElem like this:
public interface AbelianGroupElem>
extends Element, FieldElement
and add the methods:
add() and
getField() in all derived classes.
But there's already an add() meth
On Sat, Jan 21, 2012 at 2:10 PM, Luc Maisonobe wrote:
> Le 21/01/2012 13:01, Heinz Kredel a écrit :
> > Hi,
> >
> ...
> Could you send us a link to the API rather than links to jars ?
>
>
JAS Javadoc API
http://krum.rz.uni-mannheim.de/jas/doc/api/index.html
The edu.jas.structure package contains
Am Samstag 21 Januar 2012, 14:10:56 schrieb Luc Maisonobe:
> Le 21/01/2012 13:01, Heinz Kredel a écrit :
> > Hi,
> >
> > I develop a computer algebra system in Java (JAS) at
> >
> >http://krum.rz.uni-mannheim.de/jas/
> >
> > The system has only limited capabilities for linear algebra and its
Le 21/01/2012 13:01, Heinz Kredel a écrit :
> Hi,
>
> I develop a computer algebra system in Java (JAS) at
>
>http://krum.rz.uni-mannheim.de/jas/
>
> The system has only limited capabilities for linear algebra and its main
> focus
> is on general commutative and non commutative algebras.
Hi,
I develop a computer algebra system in Java (JAS) at
http://krum.rz.uni-mannheim.de/jas/
The system has only limited capabilities for linear algebra and its main focus
is on general commutative and non commutative algebras. So I would eventually
like to use linear algebra algorithms fr