HomeSort by relevance Sort by last modified time
    Searched full:jacobi (Results 1 - 11 of 11) sorted by null

  /external/srec/srec/clib/
jacobi.c 2 * jacobi.c *
46 void Jacobi(double **matrix, int dim, double *egval, double **egvec)
54 int nRotations, /* number of Jacobi rotations that are performed */
64 b = (double *) CALLOC(dim, sizeof(double), "clib.jacobi.b");
65 d = (double *) CALLOC(dim, sizeof(double), "clib.jacobi.d");
66 z = (double *) CALLOC(dim, sizeof(double), "clib.jacobi.z");
67 a = (double **) CALLOC(dim, sizeof(double *), "clib.jacobi.input_jacobi");
68 v = (double **) CALLOC(dim, sizeof(double *), "clib.jacobi.input_jacobi");
71 a[i] = (double *) CALLOC(dim, sizeof(double), "clib.jacobi.input_jacobi[]");
72 v[i] = (double *) CALLOC(dim, sizeof(double), "clib.jacobi.input_jacobi[]")
    [all...]
  /external/dropbear/libtommath/tombc/
grammar.txt 13 function := abs | countbits | exptmod | jacobi | print | isprime | nextprime | issquare | readinteger | exit
  /external/dropbear/libtommath/
bn_mp_jacobi.c 18 /* computes the jacobi c = (a | n) (or Legendre if n is prime)
tommath.out 132 \BOOKMARK [1][-]{section.9.3}{Jacobi Symbol Computation}{chapter.9}
133 \BOOKMARK [2][-]{subsection.9.3.1}{Jacobi Symbol}{section.9.3}
tommath.h 392 /* computes the jacobi c = (a | n) (or Legendre if b is prime) */
changes.txt 331 -- Added Jacobi function (mp_jacobi) to supplement the number theory side of the lib
bn.tex     [all...]
  /external/srec/srec/ca/
Android.mk 41 ../clib/jacobi.c \
  /external/openssl/crypto/bn/
bn_kron.c 140 * to compute the Jacobi symbol (A/B) and multiply it by 'ret' */
bntest.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]

Completed in 270 milliseconds