Gouzouni

Joined 3 March 2014
73 bytes added ,  31 March 2014
Line 139: Line 139:
== N: News ==
== N: News ==


I studied Octave's code for matrices and arrays and created the skeleton for adding matrix functionality on the multi-precision octave-forge package. The skeleton was uploaded as a patch here [https://savannah.gnu.org/patch/?8429 8429].
I studied Octave's code for matrices and arrays and created the skeleton for adding matrix functionality on the [http://hg.code.sf.net/p/octave/multi-precision multi-precision] package. The skeleton was uploaded as a patch here [https://savannah.gnu.org/patch/?8429 8429].


The matrix support for the multi-precision octave-forge package is planned to be implemented by 2 classes.  
The matrix support for the [http://hg.code.sf.net/p/octave/multi-precision multi-precision]  package is planned to be implemented by 2 classes.  


1) MpvNDArray class, subclass of MArray<octave_mp>, implementing N-dimentional arrays of multiple precision objects ( octave_mp objects ).  
1) MpvNDArray class, subclass of MArray<octave_mp>, implementing N-dimentional arrays of multiple precision objects ( octave_mp objects ).  
67

edits