OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SparseInnerVectorSet
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h
20
class
SparseInnerVectorSet
<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
21
: public SparseMatrixBase<
SparseInnerVectorSet
<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
26
enum { IsRowMajor = internal::traits<
SparseInnerVectorSet
>::IsRowMajor };
28
EIGEN_SPARSE_PUBLIC_INTERFACE(
SparseInnerVectorSet
)
32
inline InnerIterator(const
SparseInnerVectorSet
& xpr, Index outer)
41
inline
SparseInnerVectorSet
(const MatrixType& matrix, Index outerStart, Index outerSize)
47
inline
SparseInnerVectorSet
(const MatrixType& matrix, Index outer)
55
inline
SparseInnerVectorSet
& operator=(const SparseMatrixBase<OtherDerived>& other)
75
inline
SparseInnerVectorSet
& operator=(const
SparseInnerVectorSet
& other
[
all
...]
/external/eigen/Eigen/src/SparseCore/
SparseBlock.h
17
struct traits<
SparseInnerVectorSet
<MatrixType, Size> >
36
class
SparseInnerVectorSet
: internal::no_assignment_operator,
37
public SparseMatrixBase<
SparseInnerVectorSet
<MatrixType, Size> >
41
enum { IsRowMajor = internal::traits<
SparseInnerVectorSet
>::IsRowMajor };
43
EIGEN_SPARSE_PUBLIC_INTERFACE(
SparseInnerVectorSet
)
47
inline InnerIterator(const
SparseInnerVectorSet
& xpr, Index outer)
58
inline ReverseInnerIterator(const
SparseInnerVectorSet
& xpr, Index outer)
67
inline
SparseInnerVectorSet
(const MatrixType& matrix, Index outerStart, Index outerSize)
73
inline
SparseInnerVectorSet
(const MatrixType& matrix, Index outer)
81
// inline
SparseInnerVectorSet
& operator=(const SparseMatrixBase<OtherDerived>& other
[
all
...]
Completed in 1143 milliseconds