On this page
Eigen::TriangularBase
template<typename Derived>
class Eigen::TriangularBase< Derived >
Base class for triangular part in a matrix.
| enum | { } |
| typedef Eigen::Index | Index |
| The interface type of indices. More... |
|
| template<typename Other > | |
| void | copyCoeff (Index row, Index col, Other &other) |
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &other) const |
| template<typename DenseDerived > | |
| void | evalToLazy (MatrixBase< DenseDerived > &other) const |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Derived & | derived () |
| const Derived & | derived () const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
anonymous enum
template<typename Derived >
| anonymous enum |
copyCoeff()
template<typename Derived >
template<typename Other >
|
inline |
- See also
- MatrixBase::copyCoeff(row,col)
evalTo()
template<typename Derived >
template<typename DenseDerived >
| void Eigen::TriangularBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | other | ) | const |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
evalToLazy()
template<typename Derived >
template<typename DenseDerived >
| void Eigen::TriangularBase< Derived >::evalToLazy | ( | MatrixBase< DenseDerived > & | other | ) | const |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
The documentation for this class was generated from the following file:
© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/classEigen_1_1TriangularBase.html