Searched defs:symm (Results  1 – 5 of 5) sorted by relevance
| /external/eigen/test/ | 
| D | cholesky.cpp | 20   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
  | 
| D | product_symm.cpp | 12 template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = Other…  in symm()  function
  | 
| /external/eigen/Eigen/src/OrderingMethods/ | 
| D | Ordering.h | 62       SparseMatrix<typename MatrixType::Scalar, ColMajor, StorageIndex> symm;  in operator()  local
  | 
| /external/rust/crates/openssl/src/ | 
| D | lib.rs | 190 pub mod symm;  module
  | 
| /external/eigen/blas/ | 
| D | level3_impl.h | 287 int EIGEN_BLAS_FUNC(symm)(const char *side, const char *uplo, const int *m, const int *n, const Rea…  in EIGEN_BLAS_FUNC()  argument
  |