Bug List

Class AngleAxis< _Scalar >

How to define a rotation from Euler-angles

Member Eigen::MatrixBase::all (void) const

How to check whether a point is inside a box (using operator< and all())

Member Eigen::MatrixBase::asDiagonal () const

How to build a diagonal matrix from a vector

Member Eigen::MatrixBase::binaryExpr (const MatrixBase< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const

How to use custom coeff wise binary functors

Member Eigen::MatrixBase::block (int startRow, int startCol)

How to reference a sub-matrix (fixed-size)

How to reference a sub-matrix (dynamic-size)

Member Eigen::MatrixBase::col (int i)

How to reference a single column of a matrix

Member Eigen::MatrixBase::corner (CornerType type, int cRows, int cCols)

How to reference a sub-corner of a matrix

Member Eigen::MatrixBase::end (int size)

How to reference the end of a vector (fixed-size)

Member Eigen::MatrixBase::Identity (int rows, int cols)

How to get an identity matrix

Member Eigen::MatrixBase::marked () const

How to mark a triangular matrix as triangular

Member Eigen::MatrixBase::Ones (int rows, int cols)

How to get a matrix with all coefficients equal one

Member Eigen::MatrixBase::operator<< (const Scalar &s)

How to easily set all the coefficients of a matrix

Member Eigen::MatrixBase::part () const

How to extract a triangular part of an arbitrary matrix

How to write to a triangular part of a matrix

Member Eigen::MatrixBase::Random (int rows, int cols)

How to create a matrix with random coefficients

Member Eigen::MatrixBase::row (int i)

How to reference a single row of a matrix

Member Eigen::MatrixBase::segment (int start, int size)

How to reference a sub-vector (dynamic size)

Member Eigen::MatrixBase::solveTriangular (const MatrixBase< OtherDerived > &other) const

How to solve a triangular system (aka. how to multiply the inverse of a triangular matrix by another one)

Member Eigen::MatrixBase::start (void)

How to reference the start of a vector (fixed-size)

How to reference a sub-vector (fixed-size)

Member Eigen::MatrixBase::unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const

How to use custom coeff wise unary functors

Member Eigen::MatrixBase::Zero (int rows, int cols)

How to take get a zero matrix


Generated on Mon Aug 31 17:48:40 2009 for Eigen by  doxygen 1.6.1