HomeSort by relevance Sort by last modified time
    Searched full:transpose (Results 326 - 350 of 692) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 220 qr.matrixQR().topLeftCorner(n, n).transpose().template triangularView<Lower>().solveInPlace(wa1);
268 // qr.matrixQR().topLeftCorner(n, n).transpose().template triangularView<Lower>().solveInPlace(wa1);
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 200 /// \brief Matrix transpose.
201 Matrix transpose() const {
  /external/skia/include/utils/
SkMatrix44.h 327 /** Transpose this matrix in place. */
328 void transpose();
  /external/webp/src/dsp/
enc_sse2.c 157 // Vertical pass and subsequent transpose.
182 // Transpose the two 4x4.
213 // Horizontal pass and subsequent transpose.
244 // Transpose the two 4x4.
346 // Difference between src and ref and initial transpose.
668 // Transpose the two 4x4, discarding the filling zeroes.
689 // Horizontal pass and subsequent transpose.
705 // Transpose the two 4x4.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 278 ;// Transpose the input pixels : perform Row ops as Col ops
308 ;// Transpose the resultant matrix
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 176 m.transpose();
Matrix3fTest.java 225 m.transpose();
  /external/bison/src/
relation.c 121 | Destructively transpose R_ARG, of size N. |
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.cc 87 col_block_size).noalias() += m.transpose() * m;
compressed_row_sparse_matrix.h 125 CompressedRowSparseMatrix* Transpose() const;
corrector.cc 125 // J = sqrt_rho1_ * (J - alpha_sq_norm_ * r* (r.transpose() * J));
dense_sparse_matrix.cc 93 matrix().transpose() * ConstVectorRef(x, num_rows());
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper.mm 102 "transpose",
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_editcommand_helper.mm 104 "transpose",
  /external/chromium_org/ui/gfx/
skbitmap_operations.h 106 // Transpose the pixels in |bitmap| by swapping x and y.
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 395 Transpose<MatrixType> matt(mat);
402 Transpose<MatrixType> matt(mat);
514 dst = dec().transpositionsP().transpose() * dst;
565 res = transpositionsP().transpose() * res;
  /external/eigen/Eigen/src/Core/
DenseBase.h 273 Eigen::Transpose<Derived> transpose();
274 typedef const Transpose<const Derived> ConstTransposeReturnType;
275 ConstTransposeReturnType transpose() const;
NoAlias.h 100 * D.noalias() += A.transpose() * B;
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 364 // It's easier and faster to transpose then add as columns
366 // Do the transpose, first set of moves
400 // It's easier and faster to transpose then add as columns
402 // Do the transpose, first set of moves
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 74 rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map<const Matrix<RhsScalar,Dynamic,1> >(rhs+s,k))).sum();
  /external/eigen/Eigen/src/Householder/
Householder.h 162 right.noalias() -= tau * tmp * essential.transpose();
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 123 .applyHouseholderOnTheRight(m_householder.row(k).tail(remainingCols-1).transpose(),
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 85 template<typename Lhs, typename Rhs, bool Transpose> class SparseDenseOuterProduct;
  /external/eigen/bench/
sparse_cholesky.cpp 105 m1 = (m1 + m1.transpose()).eval();

Completed in 1156 milliseconds

<<11121314151617181920>>