HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 476 - 500 of 3705) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/
SVD 14 * This module provides SVD decomposition for matrices (both real and complex).
  /external/eigen/doc/snippets/
ComplexEigenSolver_compute.cpp 9 complex<float> lambda = ces.eigenvalues()[0];
  /external/eigen/lapack/
clacgv.f 27 * COMPLEX X( * )
36 *> CLACGV conjugates a complex vector of length N.
50 *> X is COMPLEX array, dimension
86 COMPLEX X( * )
zlacgv.f 27 * COMPLEX*16 X( * )
36 *> ZLACGV conjugates a complex vector of length N.
50 *> X is COMPLEX*16 array, dimension
86 COMPLEX*16 X( * )
  /external/eigen/test/
bicgstab.cpp 29 CALL_SUBTEST_2(test_bicgstab_T<std::complex<double> >());
conjugate_gradient.cpp 29 CALL_SUBTEST_2(test_conjugate_gradient_T<std::complex<double> >());
jacobi.cpp 67 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() ));
73 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) ));
74 // complex<float> is really important to test as it is the only way to cover conjugation issues in certain unaligned paths
76 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) ));
product_trsolve.cpp 83 CALL_SUBTEST_3((trsolve<std::complex<float>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
84 CALL_SUBTEST_4((trsolve<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
88 CALL_SUBTEST_5((trsolve<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))));
91 CALL_SUBTEST_8((trsolve<std::complex<float>,4,1>()));
umfpack_support.cpp 29 CALL_SUBTEST_2(test_umfpack_support_T<std::complex<double> >());
  /external/eigen/unsupported/Eigen/
SVD 14 * This module provides SVD decomposition for matrices (both real and complex).
  /external/eigen/unsupported/test/
dgmres.cpp 30 CALL_SUBTEST_2(test_dgmres_T<std::complex<double> >());
gmres.cpp 30 CALL_SUBTEST_2(test_gmres_T<std::complex<double> >());
matrix_square_root.cpp 29 CALL_SUBTEST_5(testMatrixSqrt(Matrix<std::complex<float>,1,1>()));
minres.cpp 31 // CALL_SUBTEST_2(test_minres_T<std::complex<double> >());
  /external/icu/icu4c/source/test/intltest/
tchcfmt.h 28 * tests functionality in a more complex example,
  /external/libcxx/test/numerics/complex.number/complex.value.ops/
arg.pass.cpp 10 // <complex>
14 // arg(const complex<T>& x);
16 #include <complex>
25 std::complex<T> z(1, 0);
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_returns_3.opt_test 6 # complex structure of ifs, and one at the end of a function.
  /external/mockito/src/org/mockito/
Captor.java 32 * One of the advantages of using &#64;Captor annotation is that you can avoid warnings related capturing complex generic types.
  /external/valgrind/main/docs/internals/
m_syswrap.txt 2 This module handles the complex business of handing system calls off
  /frameworks/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
arg.pass.cpp 10 // <complex>
14 // arg(const complex<T>& x);
16 #include <complex>
25 std::complex<T> z(1, 0);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /prebuilts/sdk/renderscript/include/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically

Completed in 345 milliseconds

<<11121314151617181920>>