Registered Member
|
Suppose i have a matrix P = [A B ; C D]
if i want to operate on A, and i use the block operator, this will involve a copy to A to an intermediate matrix, operations on it, and then copying it back to P , or the operations will happen directly on P ? |
Moderator
|
no copy at all, same for transpose(), imag(), real(), diagonal(), and the likes.
|
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], Yahoo [Bot]