Home
last modified time | relevance | path

Searched defs:symm (Results 1 – 5 of 5) sorted by relevance

/external/eigen/test/
Dcholesky.cpp20 MatrixType symm = m.template selfadjointView<UpLo>(); in matrix_l1_norm() local
24 …me MatrixType,template <typename,int> class CholType> void test_chol_update(const MatrixType& symm) in test_chol_update()
72 SquareMatrixType symm = a0 * a0.adjoint(); in cholesky() local
304 RealMatrixType symm = a0 * a0.adjoint(); in cholesky_cplx() local
Dproduct_symm.cpp12 template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = Other… in symm() function
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h62 SparseMatrix<typename MatrixType::Scalar, ColMajor, StorageIndex> symm; in operator() local
/external/rust/crates/openssl/src/
Dlib.rs195 pub mod symm; module
/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