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

  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 39 template<typename MatrixType> void submatrices(const MatrixType& m) function
141 CALL_SUBTEST_1( submatrices(Matrix<float, 1, 1>()) );
142 CALL_SUBTEST_2( submatrices(Matrix4d()) );
143 CALL_SUBTEST_3( submatrices(MatrixXcf(3, 3)) );
144 CALL_SUBTEST_4( submatrices(MatrixXi(8, 12)) );
145 CALL_SUBTEST_5( submatrices(MatrixXcd(20, 20)) );
146 CALL_SUBTEST_6( submatrices(MatrixXf(20, 20)) );
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 173 ;# In other words, we transpose each of the four 4x4 submatrices.
    [all...]

Completed in 54 milliseconds