Implement unary cwiseXXX() member functions + associated free functions
See merge request oss/rotgen!17
This commit is contained in:
parent
a2e7718a48
commit
0a3abbb58b
15 changed files with 207 additions and 6 deletions
|
|
@ -40,6 +40,11 @@ class ROTGEN_EXPORT CLASSNAME
|
|||
SOURCENAME conjugate() const;
|
||||
SOURCENAME adjoint() const;
|
||||
|
||||
SOURCENAME cwiseAbs() const;
|
||||
SOURCENAME cwiseAbs2() const;
|
||||
SOURCENAME cwiseInverse() const;
|
||||
SOURCENAME cwiseSqrt() const;
|
||||
|
||||
#if !defined(USE_CONST)
|
||||
void transposeInPlace();
|
||||
void adjointInPlace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue