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().
|
// Views, transpose, etc; all read-write except for .adjoint().
|
||||||
// Eigen // Matlab
|
// Eigen // Matlab
|
||||||
R.adjoint() // conj(R')
|
R.adjoint() // R'
|
||||||
R.transpose() // R'
|
R.transpose() // R.' or conj(R')
|
||||||
R.diagonal() // diag(R)
|
R.diagonal() // diag(R)
|
||||||
x.asDiagonal() // diag(x)
|
x.asDiagonal() // diag(x)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user