OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TriangularViewImpl
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseTriangularView.h
20
* 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>
/external/eigen/Eigen/src/Core/
TriangularMatrix.h
184
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>
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
<MatrixType, Mode, Dense>::operator=(const TriangularBase<OtherDerived>& other
[
all
...]
Completed in 118 milliseconds