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
220 CALL_SUBTEST_1( triangular_square(Matrix<float, 1, 1>()) );
221 CALL_SUBTEST_2( triangular_square(Matrix<float, 2, 2>()) );
222 CALL_SUBTEST_3( triangular_square(Matrix3d()) );
223 CALL_SUBTEST_4( triangular_square(Matrix<std::complex<float>,8, 8>()) );
224 CALL_SUBTEST_5( triangular_square(MatrixXcd(r,r)) );
225 CALL_SUBTEST_6( triangular_square(Matrix<float,Dynamic,Dynamic,RowMajor>(r, r)) );

Completed in 42 milliseconds