MappedSparseMatrix Member List
This is the complete list of members for MappedSparseMatrix, including all inherited members.
_innerIndexPtr() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
_innerIndexPtr() (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
_outerIndexPtr() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
_outerIndexPtr() (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
_valuePtr() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
_valuePtr() (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
adjoint() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
AdjointReturnType typedef (defined in SparseMatrixBase)SparseMatrixBase
assignGeneric(const OtherDerived &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
cast() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
coeff(int row, int col) const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
CoeffReadCost enum value (defined in SparseMatrixBase)SparseMatrixBase
coeffRef(int row, int col) (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
col(int j) (defined in SparseMatrixBase)SparseMatrixBase
col(int j) const (defined in SparseMatrixBase)SparseMatrixBase
cols() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
ColsAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
conjugate() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
ConjugateReturnType typedef (defined in SparseMatrixBase)SparseMatrixBase
cwise() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
cwise() (defined in SparseMatrixBase)SparseMatrixBase [inline]
dot(const MatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase
dot(const SparseMatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase
eval() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
Flags enum value (defined in SparseMatrixBase)SparseMatrixBase
imag() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
ImagReturnType typedef (defined in SparseMatrixBase)SparseMatrixBase
innerNonZeros(int j) const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
innerSize() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
innerVector(int outer) (defined in SparseMatrixBase)SparseMatrixBase
innerVector(int outer) const (defined in SparseMatrixBase)SparseMatrixBase
innerVectors(int outerStart, int outerSize) (defined in SparseMatrixBase)SparseMatrixBase
innerVectors(int outerStart, int outerSize) const (defined in SparseMatrixBase)SparseMatrixBase
isApprox(const SparseMatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
isApprox(const MatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
IsRowMajor enum value (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
isRValue() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
isVector() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
IsVectorAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
m_innerIndices (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
m_innerSize (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
m_isRValue (defined in SparseMatrixBase)SparseMatrixBase [protected]
m_nnz (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
m_outerIndex (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
m_outerSize (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
m_values (defined in MappedSparseMatrix)MappedSparseMatrix [protected]
MappedSparseMatrix(int rows, int cols, int nnz, int *outerIndexPtr, int *innerIndexPtr, Scalar *valuePtr) (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
markAsRValue() (defined in SparseMatrixBase)SparseMatrixBase [inline]
marked() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
MaxColsAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
MaxRowsAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
MaxSizeAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
nonZeros() const MappedSparseMatrix [inline]
norm() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator*(const Scalar &scalar) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator* (defined in SparseMatrixBase)SparseMatrixBase [friend]
operator*(const SparseMatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator* (defined in SparseMatrixBase)SparseMatrixBase [friend]
operator*(const MatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator*=(const Scalar &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator*=(const SparseMatrixBase< OtherDerived > &other) (defined in SparseMatrixBase)SparseMatrixBase
operator+(const SparseMatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator+=(const SparseMatrixBase< OtherDerived > &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator-() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator-(const SparseMatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator-=(const SparseMatrixBase< OtherDerived > &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator/(const Scalar &scalar) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator/=(const Scalar &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator<< (defined in SparseMatrixBase)SparseMatrixBase [friend]
operator=(const Derived &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator=(const SparseMatrixBase< OtherDerived > &other) (defined in SparseMatrixBase)SparseMatrixBase [inline]
operator=(const SparseProduct< Lhs, Rhs, SparseTimeSparseProduct > &product) (defined in SparseMatrixBase)SparseMatrixBase [inline]
outerSize() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
real() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
RealReturnType typedef (defined in SparseMatrixBase)SparseMatrixBase
row(int i) (defined in SparseMatrixBase)SparseMatrixBase
row(int i) const (defined in SparseMatrixBase)SparseMatrixBase
rows() const (defined in MappedSparseMatrix)MappedSparseMatrix [inline]
RowsAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
Scalar typedef (defined in SparseMatrixBase)SparseMatrixBase
size() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
SizeAtCompileTime enum value (defined in SparseMatrixBase)SparseMatrixBase
solveTriangular(const MatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase
solveTriangularInPlace(MatrixBase< OtherDerived > &other) const (defined in SparseMatrixBase)SparseMatrixBase
SparseMatrixBase() (defined in SparseMatrixBase)SparseMatrixBase [inline]
squaredNorm() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
subcols(int start, int size) (defined in SparseMatrixBase)SparseMatrixBase
subcols(int start, int size) const (defined in SparseMatrixBase)SparseMatrixBase
subrows(int start, int size) (defined in SparseMatrixBase)SparseMatrixBase
subrows(int start, int size) const (defined in SparseMatrixBase)SparseMatrixBase
sum() const (defined in SparseMatrixBase)SparseMatrixBase
toDense() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
transpose() (defined in SparseMatrixBase)SparseMatrixBase [inline]
transpose() const (defined in SparseMatrixBase)SparseMatrixBase [inline]
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const (defined in SparseMatrixBase)SparseMatrixBase [inline]
~MappedSparseMatrix()MappedSparseMatrix [inline]