Public Member Functions | Static Public Member Functions | Public Attributes
Eigen::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 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

Detailed Description

Definition at line 90 of file SuperLUSupport.h.


Constructor & Destructor Documentation

Definition at line 92 of file SuperLUSupport.h.

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

Definition at line 97 of file SuperLUSupport.h.


Member Function Documentation

template<typename MatrixType >
static SluMatrix Eigen::SluMatrix::Map ( MatrixBase< MatrixType > &  _mat) [inline, static]

Definition at line 150 of file SuperLUSupport.h.

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

Definition at line 168 of file SuperLUSupport.h.

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

Definition at line 104 of file SuperLUSupport.h.

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

Definition at line 133 of file SuperLUSupport.h.

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

Definition at line 120 of file SuperLUSupport.h.


Member Data Documentation

Definition at line 116 of file SuperLUSupport.h.

Definition at line 114 of file SuperLUSupport.h.

Definition at line 114 of file SuperLUSupport.h.

Definition at line 117 of file SuperLUSupport.h.

struct { ... } Eigen::SluMatrix::storage

Definition at line 115 of file SuperLUSupport.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:58