Searched refs:TriangularViewImpl (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h184 template<typename _MatrixType, unsigned int _Mode, typename StorageKind> class TriangularViewImpl;
187 : public TriangularViewImpl<_MatrixType, _Mode, typename internal::traits<_MatrixType>::StorageKind >
191 typedef TriangularViewImpl<_MatrixType, _Mode, typename internal::traits<_MatrixType>::StorageKind > Base;
328 * This class is an abstract base class of class TriangularView, and objects of type TriangularViewImpl cannot be instantiated.
333 template<typename _MatrixType, unsigned int _Mode> class TriangularViewImpl<_MatrixType,_Mode,Dense> class in namespace:Eigen
435 TriangularViewType& operator=(const TriangularViewImpl& other)
462 operator*(const MatrixBase<OtherDerived>& lhs, const TriangularViewImpl& rhs)
558 TriangularViewImpl<MatrixType, Mode, Dense>::operator=(const MatrixBase<OtherDerived>& other)
567 void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const MatrixBase<OtherDerived>& other)
577 TriangularViewImpl<MatrixTyp
[all...]
H A DSolveTriangular.h167 void TriangularViewImpl<MatrixType,Mode,Dense>::solveInPlace(const MatrixBase<OtherDerived>& _other) const
188 TriangularViewImpl<Derived,Mode,Dense>::solve(const MatrixBase<Other>& other) const
/external/eigen/Eigen/src/SparseCore/
H A DSparseTriangularView.h20 * This class is an abstract base class of class TriangularView, and objects of type TriangularViewImpl cannot be instantiated.
25 template<typename MatrixType, unsigned int Mode> class TriangularViewImpl<MatrixType,Mode,Sparse> class in namespace:Eigen
H A DTriangularSolver.h178 void TriangularViewImpl<ExpressionType,Mode,Sparse>::solveInPlace(MatrixBase<OtherDerived>& other) const
295 void TriangularViewImpl<ExpressionType,Mode,Sparse>::solveInPlace(SparseMatrixBase<OtherDerived>& other) const
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h299 TriangularView<MatrixType,UpLo>& TriangularViewImpl<MatrixType,UpLo,Dense>::_assignProduct(const ProductType& prod, const Scalar& alpha, bool beta)

Completed in 152 milliseconds