Home
last modified time | relevance | path

Searched refs:SelfAdjoint (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/
DBandMatrix.h93 … 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) {}
DSelfAdjointView.h40 Mode = UpLo | SelfAdjoint,
277 class triangular_dense_assignment_kernel<UpLo,SelfAdjoint,SetOpposite,DstEvaluatorTypeT,SrcEvaluato…
DTriangularMatrix.h131 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/
DMarketIO.h73 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/
DSelfadjointMatrixMatrix.h480 LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint,
482 RhsIsSelfAdjoint = (RhsMode&SelfAdjoint)==SelfAdjoint
/external/eigen/Eigen/src/Core/util/
DConstants.h220 SelfAdjoint=0x10, enumerator
/external/eigen/bench/
Dsparse_cholesky.cpp42 typedef SparseMatrix<Scalar,SelfAdjoint|LowerTriangular> EigenSparseSelfAdjointMatrix;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h225 …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 …