mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-10 18:59:01 +08:00
patch from Jitse Niesen: fix ascii quick ref matlab operator '
This commit is contained in:
parent
8f83b37b2a
commit
eb2cc8f502
@ -50,8 +50,8 @@
|
||||
|
||||
// Views, transpose, etc; all read-write except for .adjoint().
|
||||
// Eigen // Matlab
|
||||
R.adjoint() // conj(R')
|
||||
R.transpose() // R'
|
||||
R.adjoint() // R'
|
||||
R.transpose() // R.' or conj(R')
|
||||
R.diagonal() // diag(R)
|
||||
x.asDiagonal() // diag(x)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user