SluMatrix Struct Reference

#include <SuperLUSupport.h>

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 61 of file SuperLUSupport.h.


Constructor & Destructor Documentation

SluMatrix::SluMatrix (  )  [inline]

Definition at line 63 of file SuperLUSupport.h.

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

Definition at line 68 of file SuperLUSupport.h.


Member Function Documentation

template<typename MatrixType >
static SluMatrix SluMatrix::Map ( SparseMatrixBase< MatrixType > &  mat  )  [inline, static]

Definition at line 139 of file SuperLUSupport.h.

template<typename Scalar , int Rows, int Cols, int Options, int MRows, int MCols>
static SluMatrix SluMatrix::Map ( Matrix< Scalar, Rows, Cols, Options, MRows, MCols > &  mat  )  [inline, static]

Definition at line 121 of file SuperLUSupport.h.

SluMatrix& SluMatrix::operator= ( const SluMatrix other  )  [inline]

Definition at line 75 of file SuperLUSupport.h.

template<typename Scalar >
void SluMatrix::setScalarType (  )  [inline]

Definition at line 104 of file SuperLUSupport.h.

void SluMatrix::setStorageType ( Stype_t  t  )  [inline]

Definition at line 91 of file SuperLUSupport.h.


Member Data Documentation

Definition at line 87 of file SuperLUSupport.h.

Definition at line 85 of file SuperLUSupport.h.

Definition at line 85 of file SuperLUSupport.h.

Definition at line 88 of file SuperLUSupport.h.

struct { ... } SluMatrix::storage

Definition at line 86 of file SuperLUSupport.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:22 2013