Home
last modified time | relevance | path

Searched refs:symm (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Dcholesky.cpp22 MatrixType symm = m.template selfadjointView<UpLo>(); in matrix_l1_norm() local
23 return symm.cwiseAbs().colwise().sum().maxCoeff(); in matrix_l1_norm()
26 …me MatrixType,template <typename,int> class CholType> void test_chol_update(const MatrixType& symm) in test_chol_update() argument
32 MatrixType symmLo = symm.template triangularView<Lower>(); in test_chol_update()
33 MatrixType symmUp = symm.template triangularView<Upper>(); in test_chol_update()
34 MatrixType symmCpy = symm; in test_chol_update()
41 VectorType vec = VectorType::Random(symm.rows()); in test_chol_update()
75 SquareMatrixType symm = a0 * a0.adjoint(); in cholesky() local
80 symm += a1 * a1.adjoint(); in cholesky()
84 SquareMatrixType symmUp = symm.template triangularView<Upper>(); in cholesky()
[all …]
Dproduct_symm.cpp12 template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = Other… in symm() function
102 …CALL_SUBTEST_1(( symm<float,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal… in test_product_symm()
103 …CALL_SUBTEST_2(( symm<double,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),interna… in test_product_symm()
104 …CALL_SUBTEST_3(( symm<std::complex<float>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_… in test_product_symm()
105 …CALL_SUBTEST_4(( symm<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX… in test_product_symm()
107 CALL_SUBTEST_5(( symm<float,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) )); in test_product_symm()
108 CALL_SUBTEST_6(( symm<double,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) )); in test_product_symm()
109 …CALL_SUBTEST_7(( symm<std::complex<float>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))… in test_product_symm()
110 …CALL_SUBTEST_8(( symm<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)… in test_product_symm()
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h64 SparseMatrix<typename MatrixType::Scalar, ColMajor, StorageIndex> symm; in operator() local
65 internal::ordering_helper_at_plus_a(mat,symm); in operator()
69 internal::minimum_degree_ordering(symm, perm); in operator()
/external/eigen/bench/perf_monitoring/gemm/
Dchangesets.txt50 …M path with non-vectorizable scalar types, this hits unsupported paths in symm/triangular products…
/external/eigen/doc/
DUsingBlasLapackBackends.dox73 ?symm/?hemm
/external/eigen/blas/
Dlevel3_impl.h287 int EIGEN_BLAS_FUNC(symm)(const char *side, const char *uplo, const int *m, const int *n, const Rea… in EIGEN_BLAS_FUNC() argument