Hi all,
thanks for a great library, I was looking for a way to escape Matlab for a while and finally I can do it. I am playing with the library for a while and I like it more and more. Many thanks to all authors.
I found operations on matrices and vectors excellently complete.
However, I miss some of these operations on Array<>.
So, I am wondering if I should try to find workarounds or try to complete the functionality in itpp. For a start, I would like to have functions such as:
Please go ahead and provide separate patches for each feature or group of related features. You can open a new Feature Request and attach them there. Please prepare patches against the latest SVN trunk sources. Do not forget about writing and checking the generated Doxygen documentation for new methods.
BR,
/Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
thanks for a great library, I was looking for a way to escape Matlab for a while and finally I can do it. I am playing with the library for a while and I like it more and more. Many thanks to all authors.
I found operations on matrices and vectors excellently complete.
However, I miss some of these operations on Array<>.
So, I am wondering if I should try to find workarounds or try to complete the functionality in itpp. For a start, I would like to have functions such as:
template<class T> inline
const Array<T> Array<T>::operator()(const Vec<int> &indices) const
Which would is the same as with Array<int> &indices, but would be handy in some situations.
It is just a tiny patch... should I try to store more of these or send them one by one?
Best Regards,
Vasek
Hi Vasek,
Please go ahead and provide separate patches for each feature or group of related features. You can open a new Feature Request and attach them there. Please prepare patches against the latest SVN trunk sources. Do not forget about writing and checking the generated Doxygen documentation for new methods.
BR,
/Adam