mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-17 02:21:47 +08:00
added conjugate
This commit is contained in:
parent
20b0747bdb
commit
f1ed1b7d11
@ -92,6 +92,7 @@ R.transpose() // R.' or conj(R')
|
||||
R.diagonal() // diag(R)
|
||||
x.asDiagonal() // diag(x)
|
||||
R.transpose().colwise().reverse(); // rot90(R)
|
||||
R.conjugate() // conj(R)
|
||||
|
||||
// All the same as Matlab, but matlab doesn't have *= style operators.
|
||||
// Matrix-vector. Matrix-matrix. Matrix-scalar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user