10#ifndef EIGEN_STEM_FUNCTION
11#define EIGEN_STEM_FUNCTION
18template <
typename Scalar>
26template <
typename Scalar>
51template <
typename Scalar>
76template <
typename Scalar>
95template <
typename Scalar>
int n
Definition BiCGSTAB_simple.cpp:1
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
Definition PartialRedux_count.cpp:3
SCALAR Scalar
Definition bench_gemm.cpp:46
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
Definition gnuplot_common_settings.hh:12
Scalar stem_function_exp(Scalar x, int)
The exponential function (and its derivatives).
Definition StemFunction.h:19
Scalar stem_function_sin(Scalar x, int n)
Sine (and its derivatives).
Definition StemFunction.h:52
Scalar stem_function_cos(Scalar x, int n)
Cosine (and its derivatives).
Definition StemFunction.h:27
Scalar stem_function_cosh(Scalar x, int n)
Hyperbolic cosine (and its derivatives).
Definition StemFunction.h:77
Scalar stem_function_sinh(Scalar x, int n)
Hyperbolic sine (and its derivatives).
Definition StemFunction.h:96
Namespace containing all symbols from the Eigen library.
Definition bench_norm.cpp:85
Definition BandTriangularSolver.h:13