MapBase Member List
This is the complete list of members for MapBase, including all inherited members.
adjoint() const MatrixBase< Derived >
AlignedDerivedType typedef (defined in MapBase)MapBase
all(void) const MatrixBase< Derived >
any(void) const MatrixBase< Derived >
asDiagonal() const MatrixBase< Derived >
Base typedef (defined in MapBase)MapBase
binaryExpr(const MatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const MatrixBase< Derived >
block(int startRow, int startCol, int blockRows, int blockCols)MatrixBase< Derived >
block(int startRow, int startCol, int blockRows, int blockCols) const MatrixBase< Derived >
block(int startRow, int startCol)MatrixBase< Derived >
block(int startRow, int startCol) const MatrixBase< Derived >
cast() const MatrixBase< Derived >
coeff(int row, int col) const (defined in MapBase)MapBase [inline]
coeff(int index) const (defined in MapBase)MapBase [inline]
CoeffReadCost enum valueMatrixBase< Derived >
coeffRef(int row, int col) (defined in MapBase)MapBase [inline]
coeffRef(int index) (defined in MapBase)MapBase [inline]
col(int i)MatrixBase< Derived >
col(int i) const MatrixBase< Derived >
cols() const MapBase [inline]
ColsAtCompileTime enum valueMapBase
colwise() const MatrixBase< Derived >
computeInverse(MatrixBase< ResultType > *result) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
conjugate() const MatrixBase< Derived >
Constant(int rows, int cols, const Scalar &value)MatrixBase< Derived > [static]
Constant(int size, const Scalar &value)MatrixBase< Derived > [static]
Constant(const Scalar &value)MatrixBase< Derived > [static]
corner(CornerType type, int cRows, int cCols)MatrixBase< Derived >
corner(CornerType type, int cRows, int cCols) const MatrixBase< Derived >
corner(CornerType type)MatrixBase< Derived >
corner(CornerType type) const MatrixBase< Derived >
count() const MatrixBase< Derived >
cross(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
cwise() const MatrixBase< Derived >
cwise()MatrixBase< Derived >
data() const (defined in MapBase)MapBase [inline]
determinant() const MatrixBase< Derived >
diagonal()MatrixBase< Derived >
diagonal() const MatrixBase< Derived >
dot(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
eigenvalues() const MatrixBase< Derived >
end(int size)MatrixBase< Derived >
end(int size) const MatrixBase< Derived >
end()MatrixBase< Derived >
end() const MatrixBase< Derived >
eulerAngles(int a0, int a1, int a2) const MatrixBase< Derived >
eval() const MatrixBase< Derived > [inline]
fill(const Scalar &value)MatrixBase< Derived >
Flags enum valueMatrixBase< Derived >
forceAligned()MapBase [inline]
format(const IOFormat &fmt) const MatrixBase< Derived > [inline]
Identity()MatrixBase< Derived > [static]
Identity(int rows, int cols)MatrixBase< Derived > [static]
imag() const MatrixBase< Derived >
innerSize() const MatrixBase< Derived > [inline]
inverse() const MatrixBase< Derived >
isApprox(const MatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
isApproxToConstant(const Scalar &value, RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isConstant(const Scalar &value, RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isDiagonal(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isIdentity(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isLowerTriangular(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isMuchSmallerThan(const RealScalar &other, RealScalar prec=precision< Scalar >()) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
isMuchSmallerThan(const MatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
isOnes(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isOrthogonal(const MatrixBase< OtherDerived > &other, RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
IsRowMajor enum value (defined in MapBase)MapBase
isUnitary(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isUpperTriangular(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
isVector() const MatrixBase< Derived > [inline]
IsVectorAtCompileTime enum valueMatrixBase< Derived >
isZero(RealScalar prec=precision< Scalar >()) const MatrixBase< Derived >
lazy() const MatrixBase< Derived >
lazyAssign(const SparseProduct< Derived1, Derived2, SparseTimeDenseProduct > &product) (defined in MatrixBase< Derived >)MatrixBase< Derived >
lazyAssign(const SparseProduct< Derived1, Derived2, DenseTimeSparseProduct > &product) (defined in MatrixBase< Derived >)MatrixBase< Derived >
ldlt() const MatrixBase< Derived >
llt() const MatrixBase< Derived >
lpNorm() const MatrixBase< Derived >
lu() const MatrixBase< Derived >
m_cols (defined in MapBase)MapBase [protected]
m_data (defined in MapBase)MapBase [protected]
m_rows (defined in MapBase)MapBase [protected]
MapBase(const Scalar *data) (defined in MapBase)MapBase [inline]
MapBase(const Scalar *data, int size) (defined in MapBase)MapBase [inline]
MapBase(const Scalar *data, int rows, int cols) (defined in MapBase)MapBase [inline]
marked() const MatrixBase< Derived >
MatrixBase()MatrixBase< Derived > [inline, protected]
maxCoeff() const MatrixBase< Derived >
maxCoeff(int *row, int *col) const MatrixBase< Derived >
maxCoeff(int *index) const MatrixBase< Derived >
MaxColsAtCompileTime enum valueMatrixBase< Derived >
MaxRowsAtCompileTime enum valueMatrixBase< Derived >
MaxSizeAtCompileTime enum valueMatrixBase< Derived >
minCoeff() const MatrixBase< Derived >
minCoeff(int *row, int *col) const MatrixBase< Derived >
minCoeff(int *index) const MatrixBase< Derived >
minor(int row, int col)MatrixBase< Derived >
minor(int row, int col) const MatrixBase< Derived >
nestByValue() const MatrixBase< Derived > [inline]
nonZeros() const MatrixBase< Derived > [inline]
norm() const MatrixBase< Derived >
normalize()MatrixBase< Derived >
normalized() const MatrixBase< Derived >
NullaryExpr(int rows, int cols, const CustomNullaryOp &func)MatrixBase< Derived > [static]
NullaryExpr(int size, const CustomNullaryOp &func)MatrixBase< Derived > [static]
NullaryExpr(const CustomNullaryOp &func)MatrixBase< Derived > [static]
Ones(int rows, int cols)MatrixBase< Derived > [static]
Ones(int size)MatrixBase< Derived > [static]
Ones()MatrixBase< Derived > [static]
operator!=(const MatrixBase< OtherDerived > &other) const (defined in MatrixBase< Derived >)MatrixBase< Derived > [inline]
operator()(int row, int col) const MatrixBase< Derived >
operator()(int row, int col)MatrixBase< Derived >
operator()(int index) const MatrixBase< Derived >
operator()(int index)MatrixBase< Derived >
operator*(const Scalar &scalar) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
operator* (defined in MatrixBase< Derived >)MatrixBase< Derived > [friend]
operator*(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
operator*=(const Scalar &other) (defined in MapBase)MapBase [inline]
operator*=(const Scalar &other) (defined in MatrixBase< Derived >)MatrixBase< Derived >
MatrixBase< Derived >::operator*=(const MatrixBase< OtherDerived > &other)MatrixBase< Derived >
operator+(const MatrixBase< OtherDerived > &other) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
operator+=(const MatrixBase< OtherDerived > &other) (defined in MapBase)MapBase [inline]
operator+=(const Flagged< Product< Lhs, Rhs, CacheFriendlyProduct >, 0, EvalBeforeNestingBit|EvalBeforeAssigningBit > &other) (defined in MatrixBase< Derived >)MatrixBase< Derived >
operator-() const MatrixBase< Derived >
operator-(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
operator-=(const MatrixBase< OtherDerived > &other) (defined in MapBase)MapBase [inline]
operator/(const Scalar &scalar) const (defined in MatrixBase< Derived >)MatrixBase< Derived >
operator/=(const Scalar &other) (defined in MapBase)MapBase [inline]
operator/=(const Scalar &other) (defined in MatrixBase< Derived >)MatrixBase< Derived >
operator<<(const Scalar &s)MatrixBase< Derived >
operator<<(const MatrixBase< OtherDerived > &other)MatrixBase< Derived >
operator=(const MapBase &other) (defined in MapBase)MapBase [inline]
operator=(const MatrixBase< OtherDerived > &other)MapBase [inline]
MatrixBase< Derived >::operator=(const MatrixBase &other)MatrixBase< Derived > [inline]
operator==(const MatrixBase< OtherDerived > &other) const (defined in MatrixBase< Derived >)MatrixBase< Derived > [inline]
operator[](int index) const MatrixBase< Derived >
operator[](int index)MatrixBase< Derived >
operatorNorm() const MatrixBase< Derived >
outerSize() const MatrixBase< Derived > [inline]
packet(int row, int col) const (defined in MapBase)MapBase [inline]
packet(int index) const (defined in MapBase)MapBase [inline]
PacketAccess enum value (defined in MapBase)MapBase
PacketScalar typedef (defined in MapBase)MapBase
part()MatrixBase< Derived >
part() const MatrixBase< Derived >
qr() const MatrixBase< Derived >
Random(int rows, int cols)MatrixBase< Derived > [static]
Random(int size)MatrixBase< Derived > [static]
Random()MatrixBase< Derived > [static]
real() const MatrixBase< Derived >
redux(const BinaryOp &func) const MatrixBase< Derived >
row(int i)MatrixBase< Derived >
row(int i) const MatrixBase< Derived >
rows() const MapBase [inline]
RowsAtCompileTime enum valueMapBase
rowwise() const MatrixBase< Derived >
Scalar typedef (defined in MapBase)MapBase
segment(int start, int size)MatrixBase< Derived >
segment(int start, int size) const MatrixBase< Derived >
segment(int start)MatrixBase< Derived >
segment(int start) const MatrixBase< Derived >
select(const MatrixBase< ThenDerived > &thenMatrix, const MatrixBase< ElseDerived > &elseMatrix) const MatrixBase< Derived >
select(const MatrixBase< ThenDerived > &thenMatrix, typename ThenDerived::Scalar elseScalar) const MatrixBase< Derived > [inline]
select(typename ElseDerived::Scalar thenScalar, const MatrixBase< ElseDerived > &elseMatrix) const MatrixBase< Derived > [inline]
setConstant(const Scalar &value)MatrixBase< Derived >
setIdentity()MatrixBase< Derived >
setOnes()MatrixBase< Derived >
setRandom()MatrixBase< Derived >
setZero()MatrixBase< Derived >
size() const MatrixBase< Derived > [inline]
SizeAtCompileTime enum valueMapBase
solveTriangular(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
solveTriangularInPlace(const MatrixBase< OtherDerived > &other) const MatrixBase< Derived >
squaredNorm() const MatrixBase< Derived >
start(int size)MatrixBase< Derived >
start(int size) const MatrixBase< Derived >
start(void)MatrixBase< Derived >
start() const (defined in MatrixBase< Derived >)MatrixBase< Derived >
stride() const MapBase [inline]
sum() const MatrixBase< Derived >
svd() const MatrixBase< Derived >
swap(const MatrixBase< OtherDerived > &other)MatrixBase< Derived >
trace() const MatrixBase< Derived >
transpose()MatrixBase< Derived >
transpose() const MatrixBase< Derived >
transposeInPlace()MatrixBase< Derived >
unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const MatrixBase< Derived >
Unit(int size, int i)MatrixBase< Derived > [static]
Unit(int i)MatrixBase< Derived > [static]
unitOrthogonal(void) const MatrixBase< Derived >
UnitW()MatrixBase< Derived > [static]
UnitX()MatrixBase< Derived > [static]
UnitY()MatrixBase< Derived > [static]
UnitZ()MatrixBase< Derived > [static]
visit(Visitor &func) const MatrixBase< Derived >
w() const MatrixBase< Derived >
w()MatrixBase< Derived >
writePacket(int row, int col, const PacketScalar &x) (defined in MapBase)MapBase [inline]
writePacket(int index, const PacketScalar &x) (defined in MapBase)MapBase [inline]
writePacket(int row, int col, const PacketScalar &x) (defined in MatrixBase< Derived >)MatrixBase< Derived >
writePacket(int index, const PacketScalar &x) (defined in MatrixBase< Derived >)MatrixBase< Derived >
x() const MatrixBase< Derived >
x()MatrixBase< Derived >
y() const MatrixBase< Derived >
y()MatrixBase< Derived >
z() const MatrixBase< Derived >
z()MatrixBase< Derived >
Zero(int rows, int cols)MatrixBase< Derived > [static]
Zero(int size)MatrixBase< Derived > [static]
Zero()MatrixBase< Derived > [static]