Cwise_scalar_power_array.cpp
Go to the documentation of this file.
1 Array<double,1,3> e(2,-3,1./3.);
2 cout << "10^[" << e << "] = " << pow(10,e) << endl;
Array< double, 1, 3 > e(2,-3, 1./3.)
const Eigen::CwiseBinaryOp< Eigen::internal::scalar_pow_op< typename Derived::Scalar, typename ExponentDerived::Scalar >, const Derived, const ExponentDerived > pow(const Eigen::ArrayBase< Derived > &x, const Eigen::ArrayBase< ExponentDerived > &exponents)


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:06