67
edits
No edit summary |
|||
Line 138: | Line 138: | ||
== N: News == | == N: News == | ||
I studied the 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]. | |||
The matrix support for the 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 ). | |||
2) octave_mpv_matrix class, subclass of octave_base_matrix<MpvNDArray>, implementing matrices of multiple precision objects. | |||
The goal is to imitate the implementation of [http://octave.sourceforge.net/doxygen/html/dd/d24/classFloatNDArray.html FloatNDArray] and [http://octave.sourceforge.net/doxygen/html/df/d1e/classoctave__float__matrix.html octave_float_matrix] classes, and adjust it to work on multiple precision objects. |
edits