67
edits
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 | 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 | 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 ). |
edits