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 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 multi-precision octave-forge package. The skeleton was uploaded as a patch here [https://savannah.gnu.org/patch/?8429 8429]. | ||
The matrix support for the multi-precision package is planned to be implemented by 2 classes. | The matrix support for the multi-precision octave-forge 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