mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Add pow(scalar,array) in quick ref
This commit is contained in:
parent
6544b49e59
commit
ab8b497a7e
@ -389,6 +389,7 @@ array1.log10() log10(array1)
|
||||
array1.exp() exp(array1)
|
||||
array1.pow(array2) pow(array1,array2)
|
||||
array1.pow(scalar) pow(array1,scalar)
|
||||
pow(scalar,array2)
|
||||
array1.square()
|
||||
array1.cube()
|
||||
array1.inverse()
|
||||
|
Loading…
Reference in New Issue
Block a user