Searched refs:SelfAdjoint (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | BandMatrix.h | 93 … ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)), 312 class TridiagonalMatrix : public BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowM… 314 typedef BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor> Base; 317 explicit TridiagonalMatrix(Index size = Size) : Base(size,size,Options&SelfAdjoint?0:1,1) {}
|
D | SelfAdjointView.h | 40 Mode = UpLo | SelfAdjoint, 277 class triangular_dense_assignment_kernel<UpLo,SelfAdjoint,SetOpposite,DstEvaluatorTypeT,SrcEvaluato…
|
D | TriangularMatrix.h | 131 const int mode = int(Mode) & ~SelfAdjoint; in check_coordinates() 797 …gular_dense_assignment_kernel< Mode&(Lower|Upper),Mode&(UnitDiag|ZeroDiag|SelfAdjoint),SetOpposite, 838 …call_triangular_assignment_loop<SrcXprType::Mode, (SrcXprType::Mode&SelfAdjoint)==0>(dst, src, fun… 936 …internal::call_triangular_assignment_loop<Derived::Mode,(Derived::Mode&SelfAdjoint)==0 /* SetOppos…
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | MarketIO.h | 73 else if (sym == SelfAdjoint) header += " Hermitian"; in putMarketHeader() 127 else if (substr[4].compare("Hermitian") == 0) sym = SelfAdjoint; in getMarketHeader()
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixMatrix.h | 480 LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint, 482 RhsIsSelfAdjoint = (RhsMode&SelfAdjoint)==SelfAdjoint
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 220 SelfAdjoint=0x10, enumerator
|
/external/eigen/bench/ |
D | sparse_cholesky.cpp | 42 typedef SparseMatrix<Scalar,SelfAdjoint|LowerTriangular> EigenSparseSelfAdjointMatrix;
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 225 …eigen_assert(((MatrixType::Flags & SelfAdjoint)==0) && "SelfAdjoint matrix shape not supported by … in Map() 284 …eigen_assert(((MatrixType::Flags & SelfAdjoint)==0) && "SelfAdjoint matrix shape not supported by …
|