Public Member Functions | Static Public Member Functions | Public Attributes
SluMatrix Struct Reference
+ Inheritance diagram for SluMatrix:

List of all members.

Public Member Functions

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

Static Public Member Functions

template<typename Scalar , int Rows, int Cols, int Options, int MRows, int MCols>
static SluMatrix Map (Matrix< Scalar, Rows, Cols, Options, MRows, MCols > &mat)
template<typename MatrixType >
static SluMatrix Map (SparseMatrixBase< MatrixType > &mat)

Public Attributes

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

Constructor & Destructor Documentation

SluMatrix ( ) [inline]
SluMatrix ( const SluMatrix other) [inline]

Member Function Documentation

static SluMatrix Map ( Matrix< Scalar, Rows, Cols, Options, MRows, MCols > &  mat) [inline, static]
static SluMatrix Map ( SparseMatrixBase< MatrixType > &  mat) [inline, static]
SluMatrix& operator= ( const SluMatrix other) [inline]
void setScalarType ( ) [inline]
void setStorageType ( Stype_t  t) [inline]

Member Data Documentation

struct { ... } storage
void* values

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