Eigen::TriangularBase
        
template<typename Derived>
 class Eigen::TriangularBase< Derived >
 Base class for triangular part in a matrix. 
    
  
   anonymous enum
    template<typename Derived > 
   
  | Enumerator | 
|---|
| SizeAtCompileTime | This is equal to the number of coefficients, i.e. the number of rows times the number of columns, or to Dynamic if this is not known at compile-time.  
See alsoRowsAtCompileTime, ColsAtCompileTime  | 
 
       copyCoeff()
    template<typename Derived > 
  template<typename Other > 
   
 
- See also
- MatrixBase::copyCoeff(row,col) 
     evalTo()
    template<typename Derived > 
  template<typename DenseDerived > 
   
 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 > 
   
 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: