MappedSparseMatrix< _Scalar, _Flags > Member List

This is the complete list of members for MappedSparseMatrix< _Scalar, _Flags >, including all inherited members.
_innerIndexPtr() const MappedSparseMatrix< _Scalar, _Flags > [inline]
_innerIndexPtr()MappedSparseMatrix< _Scalar, _Flags > [inline]
_outerIndexPtr() const MappedSparseMatrix< _Scalar, _Flags > [inline]
_outerIndexPtr()MappedSparseMatrix< _Scalar, _Flags > [inline]
_valuePtr() const MappedSparseMatrix< _Scalar, _Flags > [inline]
_valuePtr()MappedSparseMatrix< _Scalar, _Flags > [inline]
adjoint() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
AdjointReturnType typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
assignGeneric(const OtherDerived &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
cast() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
coeff(int row, int col) const MappedSparseMatrix< _Scalar, _Flags > [inline]
CoeffReadCost enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
coeffRef(int row, int col)MappedSparseMatrix< _Scalar, _Flags > [inline]
col(int j)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
col(int j) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
cols() const MappedSparseMatrix< _Scalar, _Flags > [inline]
ColsAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
conjugate() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
ConjugateReturnType typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
const_cast_derived() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
cwise() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
cwise()SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
derived() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
derived()SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
dot(const MatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
dot(const SparseMatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
eval() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
Flags enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
imag() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
ImagReturnType typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
innerNonZeros(int j) const MappedSparseMatrix< _Scalar, _Flags > [inline]
innerSize() const MappedSparseMatrix< _Scalar, _Flags > [inline]
innerVector(int outer)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
innerVector(int outer) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
innerVectors(int outerStart, int outerSize)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
innerVectors(int outerStart, int outerSize) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
isApprox(const SparseMatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
isApprox(const MatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
IsRowMajor enum valueMappedSparseMatrix< _Scalar, _Flags > [protected]
isRValue() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
isVector() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
IsVectorAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
m_innerIndicesMappedSparseMatrix< _Scalar, _Flags > [protected]
m_innerSizeMappedSparseMatrix< _Scalar, _Flags > [protected]
m_isRValueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [protected]
m_nnzMappedSparseMatrix< _Scalar, _Flags > [protected]
m_outerIndexMappedSparseMatrix< _Scalar, _Flags > [protected]
m_outerSizeMappedSparseMatrix< _Scalar, _Flags > [protected]
m_valuesMappedSparseMatrix< _Scalar, _Flags > [protected]
MappedSparseMatrix(int rows, int cols, int nnz, int *outerIndexPtr, int *innerIndexPtr, Scalar *valuePtr)MappedSparseMatrix< _Scalar, _Flags > [inline]
markAsRValue()SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
marked() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
MaxColsAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
MaxRowsAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
MaxSizeAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
nonZeros() const MappedSparseMatrix< _Scalar, _Flags > [inline]
norm() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator*(const Scalar &scalar) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator*(const Scalar &scalar, const SparseMatrixBase &matrix)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [friend]
operator*(const SparseMatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator*(const MatrixBase< OtherDerived > &lhs, const MappedSparseMatrix< _Scalar, _Flags > &rhs)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [friend]
operator*(const MatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator*=(const Scalar &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator*=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator+(const SparseMatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator+=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator-() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator-(const SparseMatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator-=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator/(const Scalar &scalar) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator/=(const Scalar &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
operator<<(std::ostream &s, const SparseMatrixBase &m)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [friend]
operator=(const MappedSparseMatrix< _Scalar, _Flags > &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator=(const SparseMatrixBase< OtherDerived > &other)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
operator=(const SparseProduct< Lhs, Rhs, SparseTimeSparseProduct > &product)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
outerSize() const MappedSparseMatrix< _Scalar, _Flags > [inline]
real() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
RealReturnType typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
RealScalar typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
row(int i)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
row(int i) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
rows() const MappedSparseMatrix< _Scalar, _Flags > [inline]
RowsAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
Scalar typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
size() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
SizeAtCompileTime enum valueSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
solveTriangular(const MatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
solveTriangularInPlace(MatrixBase< OtherDerived > &other) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
SparseMatrixBase()SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
squaredNorm() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
SquareMatrixType typedefSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
subcols(int start, int size)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
subcols(int start, int size) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
subrows(int start, int size)SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
subrows(int start, int size) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
sum() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > >
toDense() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
transpose()SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
transpose() constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) constSparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags > > [inline]
~MappedSparseMatrix()MappedSparseMatrix< _Scalar, _Flags > [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:06 2013