Public Member Functions | Static Public Member Functions | Public Attributes
SluMatrix Struct Reference

#include <SuperLUSupport.h>

+ 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 MatrixType >
static SluMatrix Map (MatrixBase< MatrixType > &_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]

References SluMatrix::storage.

SluMatrix ( const SluMatrix other) [inline]

References SluMatrix::storage.


Member Function Documentation

static SluMatrix Map ( MatrixBase< MatrixType > &  _mat) [inline, static]
static SluMatrix Map ( SparseMatrixBase< MatrixType > &  mat) [inline, static]
SluMatrix& operator= ( const SluMatrix other) [inline]

References SluMatrix::storage.

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: