Go to the documentation of this file.
63 #define EUL 0.57721566490153286060
64 #define BIG 1.44115188075855872E+17
72 double ans, r,
t, yk, xk;
73 double pk, pkm1, pkm2, qk, qkm1, qkm2;
81 else if (
n < 0 ||
x < 0) {
96 return (1.0 / (
n - 1.0));
101 return (
exp(-
x) /
x);
116 for (
i = 1;
i <
n;
i++) {
160 xk =
n + (k - 1) / 2;
165 pk = pkm1 * yk + pkm2 * xk;
166 qk = qkm1 * yk + qkm2 * xk;
169 t =
fabs((ans - r) / r);
214 for (k = 2; k <
nA; k++) {
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
const EIGEN_DEVICE_FUNC LogReturnType log() const
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
const EIGEN_DEVICE_FUNC ExpReturnType exp() const
static double polevl(double x, const double coef[], int N)
double expn(int n, double x)
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)
void sf_error(const char *func_name, sf_error_t code, const char *fmt,...)
static double expn_large_n(int, double)
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:16