HomeSort by relevance Sort by last modified time
    Searched full:triangular (Results 176 - 200 of 265) sorted by null

1 2 3 4 5 6 78 91011

  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 340 /// Check if the loop structure is understood. We do not handle triangular
684 // TODO: Handle triangular loops.
788 // TODO: Triangular loops are not handled for now.
    [all...]
  /external/ImageMagick/ImageMagick/api/
distort.html 158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/ImageMagick/www/api/
distort.html 162 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
distort.php 158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 31 * by using Householder transformations. Here, \b Q a unitary matrix and \b R an upper triangular matrix.
FullPivHouseholderQR.h 48 * and \b R an upper triangular matrix.
  /external/freetype/include/freetype/
ftstroke.h 111 * the joined lines is filled by enclosing the triangular
  /external/python/cpython2/Doc/library/
random.rst 212 .. function:: triangular(low, high, mode)
  /external/skia/gm/
multipicturedraw.cpp 321 // Reuse a single base (triangular) picture a _lot_ (rotated, scaled and translated).
  /external/skqp/gm/
multipicturedraw.cpp 321 // Reuse a single base (triangular) picture a _lot_ (rotated, scaled and translated).
  /external/tensorflow/tensorflow/python/kernel_tests/
cholesky_op_test.py 102 # Check that the cholesky is lower triangular, and has positive diagonal
  /external/tensorflow/tensorflow/python/ops/
linalg_grad.py 261 # The forward op only depends on the lower triangular part of a, so here we
linalg_ops.py 104 For that reason, only the lower triangular parts (including the diagonal)
340 tensor: `Tensor` of shape `[..., N, N]`. Only the lower triangular part of
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftstroke.h 111 * the joined lines is filled by enclosing the triangular
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 82 * computed. By default, the upper triangular part is used, but can be changed
117 * computed. By default, the upper triangular part is used, but can be changed
  /external/skia/tools/
colorspaceinfo.cpp 342 * Loads the triangular gamut as a set of three points.
360 * Calculates the area of the triangular gamut.
  /external/skqp/tools/
colorspaceinfo.cpp 342 * Loads the triangular gamut as a set of three points.
360 * Calculates the area of the triangular gamut.
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 720 0x1F4D0, // TRIANGULAR RULER
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops.py 230 # In lifted-struct, the authors multiply 0.5 for upper triangular
484 # *0.5 for upper triangular, and another *0.5 for 1/2 factor for loss^2.
    [all...]
  /external/eigen/test/
evaluators.cpp 437 // test triangular shapes
sparse_basic.cpp 456 // check sparse-triangular to dense
sparse_product.cpp 262 // test self-adjoint and triangular-view products
  /external/tensorflow/tensorflow/compiler/tf2xla/lib/
triangular_solve.cc 154 // Right-looking blocked triangular solve.
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
wishart.py 443 lower, triangular Cholesky factor which characterizes the scale matrix.
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_test_util.py 458 """[batch] lower triangular matrix.

Completed in 386 milliseconds

1 2 3 4 5 6 78 91011