![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/DiagonalMatrix.h>
Inheritance diagram for Eigen::DiagonalBase< Derived >:
Collaboration diagram for Eigen::DiagonalBase< Derived >:Public Types | |
| enum | { RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime , ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime , MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime , MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime , IsVectorAtCompileTime = 0 , Flags = NoPreferredStorageOrderBit } |
| typedef internal::traits< Derived >::DiagonalVectorType | DiagonalVectorType |
| typedef DiagonalVectorType::Scalar | Scalar |
| typedef DiagonalVectorType::RealScalar | RealScalar |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| typedef internal::traits< Derived >::StorageIndex | StorageIndex |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime > | DenseMatrixType |
| typedef DenseMatrixType | DenseType |
| typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > | PlainObject |
| typedef DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > | InverseReturnType |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
Public Member Functions | |
| EIGEN_DEVICE_FUNC const Derived & | derived () const |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| EIGEN_DEVICE_FUNC DenseMatrixType | toDenseMatrix () const |
| EIGEN_DEVICE_FUNC const DiagonalVectorType & | diagonal () const |
| EIGEN_DEVICE_FUNC DiagonalVectorType & | diagonal () |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| template<typename MatrixDerived > | |
| EIGEN_DEVICE_FUNC const Product< Derived, MatrixDerived, LazyProduct > | operator* (const MatrixBase< MatrixDerived > &matrix) const |
| EIGEN_DEVICE_FUNC const InverseReturnType | inverse () const |
| EIGEN_DEVICE_FUNC const DiagonalWrapper< const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(DiagonalVectorType, Scalar, product) > | operator* (const Scalar &scalar) const |
| EIGEN_DEVICE_FUNC Derived & | const_cast_derived () const |
| EIGEN_DEVICE_FUNC const Derived & | const_derived () const |
| EIGEN_DEVICE_FUNC Index | size () const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| template<typename Dest > | |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
Friends | |
| EIGEN_DEVICE_FUNC friend const DiagonalWrapper< const EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar, DiagonalVectorType, product) > | operator* (const Scalar &scalar, const DiagonalBase &other) |
| typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> Eigen::DiagonalBase< Derived >::DenseMatrixType |
| typedef DenseMatrixType Eigen::DiagonalBase< Derived >::DenseType |
| typedef internal::traits<Derived>::DiagonalVectorType Eigen::DiagonalBase< Derived >::DiagonalVectorType |
|
inherited |
The interface type of indices.
To change this, #define the preprocessor symbol EIGEN_DEFAULT_DENSE_INDEX_TYPE.
| typedef DiagonalWrapper<const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const DiagonalVectorType> > Eigen::DiagonalBase< Derived >::InverseReturnType |
| typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> Eigen::DiagonalBase< Derived >::PlainObject |
| typedef DiagonalVectorType::RealScalar Eigen::DiagonalBase< Derived >::RealScalar |
| typedef DiagonalVectorType::Scalar Eigen::DiagonalBase< Derived >::Scalar |
| typedef internal::traits<Derived>::StorageIndex Eigen::DiagonalBase< Derived >::StorageIndex |
| typedef internal::traits<Derived>::StorageKind Eigen::DiagonalBase< Derived >::StorageKind |
| anonymous enum |
| Enumerator | |
|---|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| IsVectorAtCompileTime | |
| Flags | |
|
inlineinherited |
|
inlineinherited |
References Eigen::EigenBase< Derived >::derived().
Here is the call graph for this function:
|
inlineinherited |
References Eigen::EigenBase< Derived >::derived().
Here is the call graph for this function:
|
inline |
References Eigen::DiagonalBase< Derived >::diagonal().
Here is the call graph for this function:
|
inlineinherited |
Referenced by Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::swap().
Here is the caller graph for this function:
|
inlineinherited |
|
inline |
|
inline |
Referenced by Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SparseMatrix(), Eigen::DiagonalBase< Derived >::diagonal(), Eigen::DiagonalBase< Derived >::diagonal(), Eigen::MatrixBase< Derived >::operator*(), Eigen::SparseMatrixBase< Derived >::operator*(), Eigen::DiagonalBase< Derived >::operator*(), Eigen::SparseMatrixBase< Derived >::operator+=(), Eigen::SparseMatrixBase< Derived >::operator-=(), and Eigen::DiagonalBase< Derived >::toDenseMatrix().
Here is the caller graph for this function:
|
inline |
References Eigen::DiagonalBase< Derived >::derived().
Here is the call graph for this function:
|
inline |
References Eigen::DiagonalBase< Derived >::derived().
Referenced by Eigen::DiagonalBase< Derived >::cols(), Eigen::DiagonalBase< Derived >::inverse(), Eigen::DiagonalBase< Derived >::operator*(), Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::operator=(), and Eigen::DiagonalBase< Derived >::rows().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
Referenced by Eigen::EigenBase< Derived >::subTo().
Here is the caller graph for this function:
|
inline |
References cwiseInverse(), and Eigen::DiagonalBase< Derived >::diagonal().
Referenced by igl::biharmonic_coordinates().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
References Eigen::DiagonalBase< Derived >::diagonal().
Here is the call graph for this function:
|
inline |
|
inlineinherited |
References Eigen::EigenBase< Derived >::cols(), and Eigen::EigenBase< Derived >::rows().
Referenced by Eigen::PlainObjectBase< Derived >::_resize_to_match(), Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::resize(), Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::setIdentity(), and Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >::setZero().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
References Eigen::EigenBase< Derived >::cols(), Eigen::EigenBase< Derived >::evalTo(), and Eigen::EigenBase< Derived >::rows().
Here is the call graph for this function:
|
inline |
|
friend |