HomeSort by relevance Sort by last modified time
    Searched full:diagonal (Results 301 - 325 of 721) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 271 // we could almost use this here, but the diagonal is outside qr, in sdiag[]
LevenbergMarquardt.h 466 wa1 = fjac.diagonal();
467 fjac.diagonal() = qrfac.hCoeffs();
  /external/libopus/silk/float/
main_FLP.h 247 /* Add noise to matrix diagonal */
  /external/opencv/cvaux/src/
cvcorrespond.cpp 254 case 1: /* to diagonal */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 52 ;// Implements diagonal interpolation for a block of size 4x4. Input and output should
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 49 ;// Implements diagonal interpolation for a block of size 4x4. Input and output should
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 84 // TODO: Find an appropriate base metric for these length. Maybe diagonal length of the key?
  /prebuilts/misc/windows/sdl2/test/
testsprite2.c 186 /* Test diagonal lines */
  /external/deqp/framework/common/
tcuMatrix.hpp 319 // Initialize to diagonal matrix.
337 // Initialize to diagonal matrix.
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 336 /** Sets the shift parameter that will be used to adjust the diagonal coefficients during the numerical factorization.
338 * During the numerical factorization, an offset term is added to the diagonal coefficients:\n
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 244 dst.diagonal().setOnes();
256 // clear the off diagonal vector
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 88 * The input matrix \a C must be a selfadjoint compressed column major SparseMatrix object. Both the upper and lower parts have to be stored, but the diagonal entries are optional.
163 else if(d > dense || !has_diag) /* node i is dense or has no structural diagonal element */
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 403 // Note: if the diagonal entry does not exist, then its contribution must be explicitly added,
404 // thus the trick with found_diag that permits to do one more iteration on the diagonal element if this one has not been found.
  /external/eigen/test/
main.h 379 // set the diagonal such that only desired_rank non-zero entries reamain
382 d.diagonal().segment(desired_rank, diag_size-desired_rank) = VectorType::Zero(diag_size-desired_rank);
  /external/eigen/unsupported/Eigen/
MatrixFunctions 246 in the interval \f$ (-1, 1) \f$. The main diagonal and the first
247 super-diagonal is directly computed.
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 369 //FIXME Check first if the matrix is singular ... zero diagonal
404 return schurofH.matrixT().diagonal();
  /external/freetype/src/truetype/
ttsubpix.c 346 /* Maintain thickness of diagonal in 'N' */
398 /* Fixes vanishing diagonal in 4 */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttsubpix.c 346 /* Maintain thickness of diagonal in 'N' */
398 /* Fixes vanishing diagonal in 4 */
    [all...]
  /external/opencv3/modules/calib3d/src/
dls.h 187 // Look for single small sub-diagonal element
326 // Look for two consecutive small sub-diagonal elements
  /external/opencv3/modules/ml/src/
em.cpp 764 covMatType == COV_MAT_DIAGONAL ? String("diagonal") :
791 s == "diagonal" ? COV_MAT_DIAGONAL :
  /external/pdfium/third_party/freetype/src/truetype/
ttsubpix.c 346 /* Maintain thickness of diagonal in 'N' */
398 /* Fixes vanishing diagonal in 4 */
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMatrix3x3.h 652 * @param rot stores the rotation from the coordinate system in which the matrix is diagonal to the original
655 * @param iteration The iteration stops when all off-diagonal elements are less than the threshold multiplied
656 * by the sum of the absolute values of the diagonal, or when maxSteps have been executed.
665 // find off-diagonal element [p][q] with largest magnitude
711 // approximation for large theta-value, i.e., a nearly diagonal matrix
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 222 /* Select a diagonal of the input array.
223 (diag = 0 means the main diagonal, >0 means a diagonal above the main one,
225 The diagonal will be represented as a column (nx1 matrix). */
779 /* Calculates trace of the matrix (sum of elements on the main diagonal) */
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 145 // the primary diagonal is all zeros and that the secondary diagonal
163 // Not affine, therefore we already know secondary diagonal is
164 // all zeros, so we just need to check that primary diagonal is
171 // record if the (p)rimary diagonal is all non-zero
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c     [all...]

Completed in 2035 milliseconds

<<11121314151617181920>>