HomeSort by relevance Sort by last modified time
    Searched full:determinant (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h     [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 476 * determinant and multiplying it to the symmetric adjust matrix of each
487 /* Calculate the determinant of upper left 3x3 submatrix and
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
matx.hpp 263 template<typename _Tp, int m> static double determinant(const Matx<_Tp, m, m>& a);
818 double determinant(const Matx<_Tp, m, m>& a) function in namespace:cv
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.cpp 154 * @note We use the Hessian determinant as feature detector
307 * score of the Hessian determinant through the nonlinear scale space
    [all...]
AKAZEFeatures.cpp 229 * @note We use the Hessian determinant as the feature detector response
    [all...]
  /external/eigen/doc/
QuickReference.dox 18 <tr><td>\link LU_Module LU \endlink</td><td>\code#include <Eigen/LU>\endcode</td><td>Inverse, determinant, LU decompositions with solver (FullPivLU, PartialPivLU)</td></tr>
  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 309 if (cv::determinant(R) < 0)
test_fundam.cpp 1053 f_prop2[2] = cv::determinant( F );
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 224 // calculate determinant
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java     [all...]
  /external/ImageMagick/MagickCore/
draw.c 1061 determinant; local
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js     [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 250 oss << "hsv(vec3(determinant(" << exp << ")))";
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 779 * Recalculate prim's determinant. This is needed as we don't have
    [all...]
  /external/opencv3/modules/core/test/
test_operations.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 112 // Determinant lower than that are assumed zero (used on matrix invert)
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
Matrix4.java 528 /** @return The determinant of this matrix */
541 /** @return The determinant of the 3x3 upper left matrix */
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix4.java 450 /** @return The determinant of this matrix */
463 /** @return The determinant of the 3x3 upper left matrix */
    [all...]
  /external/opencv3/modules/java/src/
core.cpp     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h     [all...]
  /external/opencv/cxcore/include/
cxcore.h 776 /* Calculates determinant of input matrix */
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 758 * Determinant of the matrix *
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 329 double det = Core.determinant(mat);
    [all...]

Completed in 882 milliseconds

1 2 3 4 56 7 8