Public Member Functions | Static Public Member Functions | Public Attributes
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 ()
 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

Detailed Description

Definition at line 103 of file SuperLUSupport.h.


Constructor & Destructor Documentation

SluMatrix::SluMatrix ( ) [inline]

Definition at line 105 of file SuperLUSupport.h.

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

Definition at line 110 of file SuperLUSupport.h.


Member Function Documentation

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 163 of file SuperLUSupport.h.

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

Definition at line 181 of file SuperLUSupport.h.

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

Definition at line 117 of file SuperLUSupport.h.

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

Definition at line 146 of file SuperLUSupport.h.

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

Definition at line 133 of file SuperLUSupport.h.


Member Data Documentation

Definition at line 129 of file SuperLUSupport.h.

Definition at line 127 of file SuperLUSupport.h.

Definition at line 127 of file SuperLUSupport.h.

Definition at line 130 of file SuperLUSupport.h.

struct { ... } SluMatrix::storage

Definition at line 128 of file SuperLUSupport.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25