HomeSort by relevance Sort by last modified time
    Searched full:gsl (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/valgrind/none/tests/x86/
getseg.c 7 unsigned long gsl; local
9 asm ("mov $~0, %0; movl %%gs, %0" : "=r" (gsl));
12 printf("%s\n", gsl == gsw ? "PASS" : "FAIL");
  /external/eigen/cmake/
FindGSL.cmake 1 # Try to find gnu scientific library GSL
3 # http://www.gnu.org/software/gsl/ and
4 # http://gnuwin32.sourceforge.net/packages/gsl.htm
8 # GSL_FOUND = system has GSL lib
11 # on Unix/Linux with additional linker flags from "gsl-config --libs"
13 # CMAKE_GSL_CXX_FLAGS = Unix compiler flags for GSL, essentially "`gsl-config --cxxflags`"
27 # JW tested with gsl-1.8, Windows XP, MSVS 7.1
39 NAMES gsl/gsl_cdf.h gsl/gsl_randist.
    [all...]
  /external/eigen/test/eigen2/
eigen2_cholesky.cpp 43 typedef GslTraits<Scalar> Gsl;
44 typename Gsl::Matrix gMatA=0, gSymm=0;
45 typename Gsl::Vector gVecB=0, gVecX=0;
50 Gsl::cholesky(gMatA);
51 Gsl::cholesky_solve(gMatA, gVecB, gVecX);
55 Gsl::prod(gSymm, gVecX, gVecB);
57 // test gsl itself !
61 Gsl::free(gMatA);
62 Gsl::free(gSymm);
63 Gsl::free(gVecB)
    [all...]
eigen2_eigensolver.cpp 48 typedef GslTraits<Scalar> Gsl;
49 typename Gsl::Matrix gEvec=0, gSymmA=0, gSymmB=0;
58 Gsl::eigen_symm(gSymmA, gEval, gEvec);
62 // test gsl itself !
70 Gsl::eigen_symm_gen(gSymmA, gSymmB, gEval, gEvec);
73 // test GSL itself:
81 Gsl::free(gSymmA);
82 Gsl::free(gSymmB);
84 Gsl::free(gEvec);
gsl_helper.h 15 #include <gsl/gsl_blas.h>
16 #include <gsl/gsl_multifit.h>
17 #include <gsl/gsl_eigen.h>
18 #include <gsl/gsl_linalg.h>
19 #include <gsl/gsl_complex.h>
20 #include <gsl/gsl_complex_math.h>
  /external/valgrind/auxprogs/
gsl16test 4 # 1.6 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl contains more
11 # You can download gsl and get more info about it at
12 # http://www.gnu.org/software/gsl
17 # absolute name of gsl-1.6.tar.gz file
31 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
80 rm -rf log.verbose gsl-1.6-patched summary.txt
89 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
92 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
95 "(cd gsl-1.6-patched && make -j4 && make -k check)
    [all...]
gsl19test 4 # 1.9 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl 1.9 contains more
13 # You can download gsl and get more info about it at
14 # http://www.gnu.org/software/gsl
19 # absolute name of gsl-1.9.tar.gz file
33 echo "usage: gsl19test /absolute/name/of/gsl-1.9.tar.gz"
83 rm -rf log.verbose gsl-1.9 summary.txt
92 "rm -rf gsl-1.9 && tar xzf $GSL_FILE" && \
95 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
98 "(cd gsl-1.9 && make && make -k check)
    [all...]
gsl16-badfree.patch 3 RCS file: /home/gsl-cvs/gsl/vector/test_complex_source.c,v
19 RCS file: /home/gsl-cvs/gsl/vector/test_source.c,v
  /external/eigen/bench/
BenchUtil.h 60 #include <gsl/gsl_matrix.h>
61 #include <gsl/gsl_linalg.h>
62 #include <gsl/gsl_eigen.h>
bench_reverse.cpp 65 // std::cout << " GSL (standard + double + ATLAS) ";
benchCholesky.cpp 125 // std::cout << " GSL (standard + double + ATLAS) ";
benchEigenSolver.cpp 197 std::cout << " GSL (double + ATLAS) ";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
beta_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
legendre_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
exp_integral.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
gamma.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
modified_bessel_func.tcc 41 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
beta_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
legendre_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
beta_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
legendre_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
beta_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
legendre_function.tcc 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
TODO 141 - From GSL, missing special functions (if useful in MPFR):
142 (cf http://www.gnu.org/software/gsl/manual/gsl-ref.html#Special-Functions)
  /external/valgrind/docs/internals/
release-HOWTO.txt 100 * Run regression tests from gsl-1.6 on all platforms. This is a good,

Completed in 239 milliseconds

1 2 3