OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseVector
(Results
1 - 10
of
10
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseVector.h
16
* \class
SparseVector
30
struct traits<
SparseVector
<_Scalar, _Options, _Index> >
65
class
SparseVector
66
: public SparseMatrixBase<
SparseVector
<_Scalar, _Options, _Index> >
68
typedef SparseMatrixBase<
SparseVector
> SparseBase;
71
EIGEN_SPARSE_PUBLIC_INTERFACE(
SparseVector
)
72
EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(
SparseVector
, +=)
73
EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(
SparseVector
, -=)
76
enum { IsColVector = internal::traits<
SparseVector
>::IsColVector };
210
inline
SparseVector
() : m_size(0) { check_template_parameters(); resize(0);
[
all
...]
SparseRedux.h
36
typename internal::traits<
SparseVector
<_Scalar,_Options, _Index> >::Scalar
37
SparseVector
<_Scalar,_Options,_Index>::sum() const
SparseUtil.h
73
template<typename _Scalar, int _Flags = 0, typename _Index = int> class
SparseVector
;
105
typedef
SparseVector
<_Scalar, RowMajor, _Index> type;
112
typedef
SparseVector
<_Scalar, ColMajor, _Index> type;
/external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h
324
class DynamicSparseMatrix<Scalar,_Options,_Index>::InnerIterator : public
SparseVector
<Scalar,_Options,_Index>::InnerIterator
326
typedef typename
SparseVector
<Scalar,_Options,_Index>::InnerIterator Base;
340
class DynamicSparseMatrix<Scalar,_Options,_Index>::ReverseInnerIterator : public
SparseVector
<Scalar,_Options,_Index>::ReverseInnerIterator
342
typedef typename
SparseVector
<Scalar,_Options,_Index>::ReverseInnerIterator Base;
BlockOfDynamicSparseMatrix.h
74
SparseVector
<Scalar,IsRowMajor ? RowMajorBit : 0> aux(other.innerVector(j));
/external/eigen/test/eigen2/
eigen2_sparse_vector.cpp
18
typedef
SparseVector
<Scalar> SparseVectorType;
sparse.h
133
SparseVector
<Scalar>& sparseVec,
/external/eigen/test/
sparse.h
160
SparseVector
<Scalar,Options,Index>& sparseVec,
184
SparseVector
<Scalar,Options,Index>& sparseVec,
sparse_vector.cpp
18
typedef
SparseVector
<Scalar,0,Index> SparseVectorType;
sparse_product.cpp
52
typedef
SparseVector
<Scalar,0,Index> ColSpVector;
53
typedef
SparseVector
<Scalar,RowMajor,Index> RowSpVector;
Completed in 1368 milliseconds