Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Data Fields
Eigen::SluMatrix Struct Reference
Inheritance diagram for Eigen::SluMatrix:

Public Member Functions

 SluMatrix (const SluMatrix &other)
 
SluMatrixoperator= (const SluMatrix &other)
 
void setStorageType (Stype_t t)
 
template<typename Scalar >
void setScalarType ()
 

Static Public Member Functions

template<typename MatrixType >
static SluMatrix Map (MatrixBase< MatrixType > &_mat)
 
template<typename MatrixType >
static SluMatrix Map (SparseMatrixBase< MatrixType > &a_mat)
 

Data Fields

struct { 
 
   union { 
 
      int   nnz 
 
      int   lda 
 
   }  
 
   void *   values 
 
   int *   innerInd 
 
   int *   outerInd 
 
storage 
 

The documentation for this struct was generated from the following file: