OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complex
(Results
626 - 650
of
2438
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/bison/lib/
fatal-signal.h
46
- malloc() and similarly
complex
facilities are not safe to be called
/external/chromium/base/
gmock_unittest.cc
54
// more
complex
behavior into your mock...though if you start needing these, ask
/external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
70
// TODO(tc): Implement the more
complex
logic in the windows version for
/external/chromium/testing/gtest/samples/
sample2_unittest.cc
35
// This sample shows how to write a more
complex
unit test for a class
/external/clang/include/clang/Basic/
LLVM.h
21
// Casting.h has
complex
templates that cannot be easily forward declared.
/external/clang/test/CodeGenCXX/
copy-constructor-synthesis.cpp
46
_Complex float
complex
;
member in struct:X
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java
14
import org.eclipse.wb.internal.core.model.property.editor.
complex
.IComplexPropertyEditor;
/external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h
74
// vice versa, and take the
complex
conjugate of all coefficients and vector entries.
/external/eigen/Eigen/src/Core/util/
Macros.h
326
typedef typename Eigen::internal::traits<Derived>::Scalar Scalar; /*!< \brief Numeric type, e.g. float, double, int or std::
complex
<float>. */ \
327
typedef typename Eigen::NumTraits<Scalar>::Real RealScalar; /*!< \brief The underlying numeric type for composed scalar types. \details In cases where Scalar is e.g. std::
complex
<T>, T were corresponding to RealScalar. */ \
342
typedef typename Eigen::internal::traits<Derived>::Scalar Scalar; /*!< \brief Numeric type, e.g. float, double, int or std::
complex
<float>. */ \
343
typedef typename Eigen::NumTraits<Scalar>::Real RealScalar; /*!< \brief The underlying numeric type for composed scalar types. \details In cases where Scalar is e.g. std::
complex
<T>, T were corresponding to RealScalar. */ \
/external/eigen/bench/btl/libs/BLAS/
blas_interface.hh
24
#include <
complex
>
/external/eigen/blas/
level1_real_impl.h
12
// computes the sum of magnitudes of all vector elements or, for a
complex
vector x, the sum
/external/eigen/doc/
A05_PortingFrom2To3.dox
42
\section ComplexDot Dot products over
complex
numbers
44
This is the single trickiest change between Eigen 2 and Eigen 3. It only affects code using \c std::
complex
numbers as scalar type.
46
Eigen 2's dot product was linear in the first variable. Eigen 3's dot product is linear in the second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Eigen 3 code \code y.dot(x) \endcode In yet other words, dot products are
complex
-conjugated in Eigen 3 compared to Eigen 2. The switch to the new convention was commanded by common usage, especially with the notation \f$ x^Ty \f$ for dot products of column-vectors.
267
In Eigen2, lazy evaluation could be enforced by tagging a product using the .lazy() function. However, in
complex
expressions it was not
/external/eigen/test/eigen2/
eigen2_svd.cpp
80
//
complex
are not implemented yet
/external/eigen/test/
geo_parametrizedline.cpp
103
CALL_SUBTEST_4( parametrizedline(ParametrizedLine<std::
complex
<double>,5>()) );
packetmath.cpp
336
CALL_SUBTEST_1( packetmath<std::
complex
<float> >() );
337
CALL_SUBTEST_2( packetmath<std::
complex
<double> >() );
342
CALL_SUBTEST_1( packetmath_complex<std::
complex
<float> >() );
343
CALL_SUBTEST_2( packetmath_complex<std::
complex
<double> >() );
sparse_solvers.cpp
109
CALL_SUBTEST_2(sparse_solvers<std::
complex
<double> >(s,s) );
sparse_vector.cpp
87
CALL_SUBTEST_2( sparse_vector<std::
complex
<double> >(16, 16) );
/external/gtest/samples/
sample2_unittest.cc
35
// This sample shows how to write a more
complex
unit test for a class
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh
33
#include "hb-ot-shape-
complex
-private.hh"
/external/jmonkeyengine/engine/src/core/com/jme3/post/
PreDepthProcessor.java
45
* Processor that lays depth first, this can improve performance in
complex
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestAnimationFactory.java
49
//creating quite
complex
animation witht the AnimationHelper
/external/junit/src/org/junit/
ComparisonFailure.java
5
* a <code>ComparisonFailure</code> manually if you want to show users the difference between two
complex
/external/libvorbis/doc/vorbisfile/
ov_read_float.html
24
For information on channel ordering and how ov_read_float() deals with the
complex
issues
/external/libvpx/libvpx/third_party/googletest/src/samples/
sample2_unittest.cc
35
// This sample shows how to write a more
complex
unit test for a class
/external/libxml2/include/libxml/
xmlregexp.h
25
* A libxml regular expression, they can actually be far more
complex
Completed in 496 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>