/external/eigen/test/ |
svd_common.h | 41 sigma.diagonal() = svd.singularValues().template cast<Scalar>(); 131 if(internal::is_same<RealScalar,double>::value || svd.rank()==m.diagonal().size())
|
CMakeLists.txt | 181 ei_add_test(diagonal)
|
sparse_product.cpp | 225 // test matrix - diagonal product 282 refS.diagonal() *= 0.5; 284 // TODO be able to address the diagonal....
|
/external/icu/icu4c/source/test/testdata/ |
ra.xlf | 267 \ue071>\u09F0; # LETTER RA WITH MIDDLE DIAGONAL 269 \ue072>\u09F1; # LETTER RA WITH LOWER DIAGONAL
|
/external/skia/gm/ |
dashing.cpp | 391 // Diagonal dash line where src pnts are not axis aligned (as apposed to being diagonal from
|
textbloblooper.cpp | 27 // Unlike the variant in sk_tool_utils, this version positions the glyphs on a diagonal
|
/frameworks/base/core/java/android/view/ |
PointerIcon.java | 115 /** Type constant: diagonal double arrow -- top-right to bottom-left. */ 118 /** Type constant: diagonal double arrow -- top-left to bottom-right. */
|
/frameworks/native/services/sensorservice/ |
mat.h | 147 // sets the diagonal to the value, off-diagonal to zero
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
VaryingConfiguration.java | 319 * Returns the diagonal length of the given device 322 * @return the diagonal length or -1
|
/cts/apps/CameraITS/pymodules/its/ |
dng.py | 88 # diagonal matrix.
|
/device/google/contexthub/firmware/os/algos/calibration/common/ |
sphere_fit_calibration.c | 50 // Set state to default (diagonal scale matrix and zero offset).
|
/external/ImageMagick/PerlMagick/demo/ |
compose-specials.pl | 161 $clone->Label('Displace 50x50\n(diagonal)');
|
/external/eigen/Eigen/src/Geometry/ |
AngleAxis.h | 240 res.diagonal() = (cos1_axis.cwiseProduct(m_axis)).array() + c;
|
Translation.h | 186 res.linear().diagonal().fill(other.factor());
|
Transform.h | 245 /** The return type of the product between a diagonal matrix and a transform */ 456 /** \returns The product expression of a transform \a a times a diagonal matrix \a b 458 * The rhs diagonal matrix is interpreted as an affine scaling transformation. The 471 /** \returns The product expression of a diagonal matrix \a a times a transform \a b 473 * The lhs diagonal matrix is interpreted as an affine scaling transformation. The [all...] |
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 111 {MNOTE_OLYMPUS_TAG_FOCALPLANEDIAGONAL, "FocalPlaneDiagonal", N_("Focal Plane Diagonal"), ""},
|
/external/opencv/cvaux/src/ |
cvlevmar.cpp | 185 /* Increase diagonal elements by alpha */
|
/external/skia/src/core/ |
SkStrokerPriv.cpp | 71 diagonal. To pseudo-fix this, we go through the pivot point. This adds
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
DiffUtil.java | 121 // allocate forward and backward k-lines. K lines are diagonal lines in the matrix. (see the 217 // move diagonal as long as items match 252 // move diagonal as long as items match 447 // The Myers' snakes. At this point, we only care about their diagonal sections. [all...] |
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_dct.c | 162 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
mtb_unittest.py | 427 filename = 'two_finger_tracking.diagonal.slow.dat' 528 'drag_edge_thumb.diagonal.dat', 558 'drag_edge_thumb.diagonal.dat': {AXIS.X: 84, AXIS.Y: 58},
|
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
UserPositionVelocityWeightedLeastSquare.java | 293 // along the diagonal 370 // Return the square root of diagonal entries 593 // Assuming uncorrelated pseudorange measurements, the covariance matrix will be diagonal as [all...] |
/external/eigen/Eigen/src/Core/ |
TriangularMatrix.h | 316 return m_matrix.diagonal().prod(); 476 * diagonal must be non zero). It works as a forward (resp. backward) substitution if \c *this 731 * The main difference is that the triangular, diagonal, and opposite parts are processed through three different functions. [all...] |
/external/opencv/ml/src/ |
mlem.cpp | 765 cov_eigen_values[k] are diagonal matrices (represented by 1D vectors) of eigen values. 842 contains the diagonal elements (variations). In the case of [all...] |
/external/ImageMagick/ImageMagick/api/ |
feature.html | 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
|