Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
Eigen::SluMatrix Struct Reference
+ Inheritance diagram for Eigen::SluMatrix:
+ Collaboration 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 > &mat)
 

Public Attributes

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

Detailed Description

Definition at line 90 of file SuperLUSupport.h.


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