HomeSort by relevance Sort by last modified time
    Searched refs:A21 (Results 1 - 7 of 7) sorted by null

  /external/zlib/
update_zlib.sh 39 grep -A21 'Copyright notice:' src/README | tail -20 > NOTICE
  /external/eigen/Eigen/src/Cholesky/
LLT.h 274 Block<MatrixType,Dynamic,1> A21(mat,k+1,k,rs,1);
283 if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint();
284 if (rs>0) A21 *= RealScalar(1)/x;
307 // A20 | A21 | A22
311 Block<MatrixType,Dynamic,Dynamic> A21(m,k+bs,k, rs,bs);
316 if(rs>0) A11.adjoint().template triangularView<Upper>().template solveInPlace<OnTheRight>(A21);
317 if(rs>0) A22.template selfadjointView<Lower>().rankUpdate(A21,-1); // bottleneck
LDLT.h 314 // A20 | A21 | A22
316 Block<MatrixType,Dynamic,1> A21(mat,k+1,k,rs,1);
325 A21.noalias() -= A20 * temp.head(k);
328 A21 /= mat.coeffRef(k,k);
  /external/opencv/cv/src/
cvsamplers.cpp 152 worktype a11, a12, a21, a22, b1, b2; \
166 a21 = scale_macro((1.f-a)*b); \
193 cast_macro(src[j+src_step])*a21 + \
197 cast_macro(src[j+src_step+1])*a21 + \
208 cast_macro(src[j+src_step])*a21 + \
241 cast_macro(src2[j])*a21 + \
611 double A21 = matrix[3], A22 = matrix[4], A23 = matrix[5]-A21*dx-A22*dy; \
621 double ye = A21*(win_size.width-1) + A22*y + A23; \
637 ys += A21; \
    [all...]
cvimgwarp.cpp     [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 331 // A20 | A21 | A22
336 BlockType A21(lu,k+bs,k,trows,bs);
340 // recursively call the blocked LU algorithm on [A11^T A21^T]^T
364 A22.noalias() -= A21 * A12;
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java 47 @Retention(RetentionPolicy.RUNTIME) @interface A21 {}
    [all...]

Completed in 243 milliseconds