HomeSort by relevance Sort by last modified time
    Searched full:triangular_square (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
triangular.cpp 14 template<typename MatrixType> void triangular_square(const MatrixType& m) function
232 CALL_SUBTEST_1( triangular_square(Matrix<float, 1, 1>()) );
233 CALL_SUBTEST_2( triangular_square(Matrix<float, 2, 2>()) );
234 CALL_SUBTEST_3( triangular_square(Matrix3d()) );
235 CALL_SUBTEST_4( triangular_square(Matrix<std::complex<float>,8, 8>()) );
236 CALL_SUBTEST_5( triangular_square(MatrixXcd(r,r)) );
237 CALL_SUBTEST_6( triangular_square(Matrix<float,Dynamic,Dynamic,RowMajor>(r, r)) );

Completed in 89 milliseconds