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