|
| From: | Doug Stewart |
| Subject: | [Octave-bug-tracker] [bug #48686] Copy of columns of the matrix |
| Date: | Wed, 3 Aug 2016 11:28:57 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36 |
Follow-up Comment #1, bug #48686 (project octave):
A question for you.
if T is 50x1000
and after your code
T is 50x1001 then it is going to be slow.
if you predefine T to be 50x1010 by doing T(50,1010)=0;
then the copy will be much faster.
Are you doing this?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48686>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |