mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
63e8b31c94
commit
34d0d83278
@@ -153,7 +153,7 @@ It is easy to perform arithmetic operations on sparse matrices provided that the
|
||||
\code
|
||||
perm.indices(); // Reference to the vector of indices
|
||||
sm1.twistedBy(perm); // Permute rows and columns
|
||||
sm2 = sm1 * perm; // Permute the columns
|
||||
sm2 = sm1 * perm; // Permute the rows
|
||||
sm2 = perm * sm1; // Permute the columns
|
||||
\endcode
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user