HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 626 - 650 of 3140) sorted by null

<<21222324252627282930>>

  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 19 * The matrix can be either real or complex, symmetric or not.
73 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<float> *vals, int *perm, int * invp, std::complex<float> *x, int nbrhs, int *iparm, double *dparm)
77 c_pastix(pastix_data, pastix_comm, n, ptr, idx, reinterpret_cast<COMPLEX*>(vals), perm, invp, reinterpret_cast<COMPLEX*>(x), nbrhs, iparm, dparm);
80 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<double> *vals, int *perm, int * invp, std::complex<double> *x, int nbrhs, int *iparm, double *dparm)
553 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX
634 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX
  /external/eigen/test/
determinant.cpp 62 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
schur_complex.cpp 69 CALL_SUBTEST_3(( schur<Matrix<std::complex<float>, 1, 1> >() ));
  /external/eigen/test/eigen2/
eigen2_determinant.cpp 57 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
eigen2_parametrizedline.cpp 60 CALL_SUBTEST_4( parametrizedline(ParametrizedLine<std::complex<double>,5>()) );
eigen2_sparse_vector.cpp 80 CALL_SUBTEST_2( sparse_vector<std::complex<double> >(16, 16) );
eigen2_sum.cpp 22 VERIFY_IS_APPROX(MatrixType::Ones(rows, cols).sum(), Scalar(float(rows*cols))); // the float() here to shut up excessive MSVC warning about int->complex conversion being lossy
  /external/icu4c/layout/
loengine.cpp 13 * \brief C API for complex text layout.
  /external/iptables/extensions/
libxt_quota2.man 16 use complex prerouting rules in association with the quota system, without
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-MemoryResponse.txt 21 also really concerned that LLVM is becoming big and complex and (perhaps)
  /external/llvm/test/Transforms/LoopSimplify/
2003-05-12-PreheaderExitOfChild.ll 1 ; This (complex) testcase causes an assertion failure because a preheader is
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 19 // Simple collision detection component for objects not requiring complex collision (projectiles, etc)
  /external/skia/tests/
UnicodeTest.cpp 43 // TODO: make the text more complex (i.e. incorporate chars>7bits)
  /external/smack/src/org/jivesoftware/smack/filter/
PacketFilter.java 32 * for more complex packet filtering by using the
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.h 17 * nTotal: total number of complex values
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.h 17 * nTotal: total number of complex values
  /frameworks/base/docs/html/design/style/
touch-feedback.jd 37 <p>When your objects react to more complex gestures, help users understand what the outcome of the
  /frameworks/wilhelm/src/
handlers.h 73 * update is too complex to be handled synchronously and so must
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 53 * method but the missing test steps are too complex and costly to
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_array.hpp 36 // reset(). Use shared_array or std::vector if your needs are more complex.
scoped_ptr.hpp 37 // use shared_ptr or std::auto_ptr if your needs are more complex.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_function.hpp 29 // Please note that this implementation is unnecessarily complex:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex
146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex

Completed in 699 milliseconds

<<21222324252627282930>>