OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseView
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseView.h
19
struct traits<
SparseView
<MatrixType> > : traits<MatrixType>
31
class
SparseView
: public SparseMatrixBase<
SparseView
<MatrixType> >
36
EIGEN_SPARSE_PUBLIC_INTERFACE(
SparseView
)
38
SparseView
(const MatrixType& mat, const Scalar& m_reference = Scalar(0),
57
class
SparseView
<MatrixType>::InnerIterator : public _MatrixTypeNested::InnerIterator
59
typedef typename
SparseView
::Index Index;
62
InnerIterator(const
SparseView
& view, Index outer) :
78
const
SparseView
& m_view;
91
const
SparseView
<Derived> MatrixBase<Derived>::sparseView(const Scalar& m_reference
[
all
...]
SparseUtil.h
79
template<typename MatrixType> class
SparseView
;
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
116
template<typename MatrixType> class
SparseView
;
/external/eigen/Eigen/src/Core/
MatrixBase.h
256
const
SparseView
<Derived>
sparseView
(const Scalar& m_reference = Scalar(0),
Completed in 275 milliseconds