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

1 2 3 45 6 7 8 91011

  /external/eigen/lapack/
zlarfb.f 118 *> The triangular K-by-K matrix T in the representation of the
252 * where V1 is unit lower triangular.
378 * where V2 is unit upper triangular.
513 * where V1 is unit upper triangular.
639 * where V2 is unit lower triangular.
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
distribution_util.py 91 """Creates a LinOp representing a lower triangular matrix.
98 lower triangular matrix.
100 The upper triangular elements above the diagonal are ignored.
119 `LinearOperator` representing a lower triangular matrix.
209 `LinearOperator` representing a lower triangular matrix.
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
affine.py 150 lower triangular matrix.
152 The upper triangular elements above the diagonal are ignored.
281 triangular matrix.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
362 ## -------------------- triangular --------------------
364 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
365 """Triangular distribution.
877 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
889 triangular = _inst.triangular variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
359 ## -------------------- triangular --------------------
361 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
362 """Triangular distribution.
875 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
887 triangular = _inst.triangular variable
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecompositionImpl.java 27 * L, U and P that satisfy: PA = LU, L is lower triangular, and U is
28 * upper triangular and P is a permutation matrix. All matrices are
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 51 * is an upper-triangular matrix, we compute <code>C = B.B<sup>T</sup></code>
180 * is an upper triangular matrix, this method computed M=B.B<sup>T</sup>
  /external/eigen/test/
product_notemporary.cpp 83 // NOTE this is because the blas_traits require innerstride==1 to avoid a temporary, but that doesn't seem to be actually needed for the triangular products
93 // NOTE this is because the blas_traits require innerstride==1 to avoid a temporary, but that doesn't seem to be actually needed for the triangular products
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 225 /** \returns a reference to the triangular matrix R from the QR of the jacobian matrix.
250 JacobianType m_rfactor; // The triangular matrix R from the QR of the jacobian matrix m_fjac
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 92 /** \returns the lower triangular matrix L */
95 /** \returns the upper triangular matrix U */
  /external/python/cpython2/Lib/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
362 ## -------------------- triangular --------------------
364 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
365 """Triangular distribution.
877 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
889 triangular = _inst.triangular variable
  /external/tensorflow/tensorflow/contrib/factorization/kernels/
wals_solver_ops.cc 249 // Copy lower triangular to upper triangular part of normal equation
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
359 ## -------------------- triangular --------------------
361 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
362 """Triangular distribution.
871 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
883 triangular = _inst.triangular variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
359 ## -------------------- triangular --------------------
361 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
362 """Triangular distribution.
871 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
883 triangular = _inst.triangular variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
359 ## -------------------- triangular --------------------
361 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
362 """Triangular distribution.
871 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
883 triangular = _inst.triangular variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 16 triangular
53 "expovariate","vonmisesvariate","gammavariate","triangular",
359 ## -------------------- triangular --------------------
361 def triangular(self, low=0.0, high=1.0, mode=None): member in class:Random
362 """Triangular distribution.
871 _test_generator(N, triangular, (0.0, 1.0, 1.0/3.0))
883 triangular = _inst.triangular variable
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Wedge.java 29 * A representation of a 3D triangular wedge or arrowhead shape, suitable for pointing a direction.
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 422 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
473 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
522 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
573 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 198 * - the strict upper triangular part is equal to the input matrix A.
326 * \param[in,out] matA On input the selfadjoint matrix. Only the \b lower triangular part is referenced.
327 * On output, the strict upper part is left unchanged, and the lower triangular part
389 * decomposition is to be computed. Only the lower triangular part referenced.
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 51 * is decomposed as A = PLU where L is unit-lower-triangular, U is upper-triangular, and P
135 /** \returns the LU decomposition matrix: the upper-triangular part is U, the
136 * unit-lower-triangular part is L (at least for square matrices; in the non-square
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 431 * \tparam UpLo can be any bitwise combination of Upper, Lower. The default is Upper, meaning only the upper triangular part has to be used.
432 * Upper|Lower can be used to tell both triangular parts can be used as input.
493 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
495 * Upper|Lower can be used to tell both triangular parts can be used as input.
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 40 * \b Q and \b Z are unitary matrices and \b T an upper triangular matrix of
174 * Only the upper triangular part should be referenced. To get it, use
427 // where R11 is r-by-r (r = rank) upper triangular, R12 is
432 // [R11 R12] = [T11 0] * Z, where T11 is r-by-r upper triangular and
  /external/eigen/Eigen/src/SparseCore/
SparseTriangularView.h 18 * \brief Base class for a triangular part in a \b sparse matrix
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 141 * The only operation available with this expression is the triangular solve
151 * The only operation available with this expression is the triangular solve
376 SCMatrix m_Lstore; // The lower triangular matrix (supernodal)
377 MappedSparseMatrix<Scalar,ColMajor,StorageIndex> m_Ustore; // The upper triangular matrix
  /external/eigen/bench/
BenchSparseUtil.h 120 #include <boost/numeric/ublas/triangular.hpp>

Completed in 330 milliseconds

1 2 3 45 6 7 8 91011