Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Eigen::SluMatrix Struct Reference

#include <SuperLUSupport.h>

Inheritance diagram for Eigen::SluMatrix:
Inheritance graph
[legend]

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 > &a_mat)
 

Public Attributes

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

Detailed Description

Definition at line 115 of file SuperLUSupport.h.

Constructor & Destructor Documentation

◆ SluMatrix() [1/2]

Eigen::SluMatrix::SluMatrix ( )
inline

Definition at line 117 of file SuperLUSupport.h.

◆ SluMatrix() [2/2]

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

Definition at line 122 of file SuperLUSupport.h.

Member Function Documentation

◆ Map() [1/2]

template<typename MatrixType >
static SluMatrix Eigen::SluMatrix::Map ( MatrixBase< MatrixType > &  _mat)
inlinestatic

Definition at line 175 of file SuperLUSupport.h.

◆ Map() [2/2]

template<typename MatrixType >
static SluMatrix Eigen::SluMatrix::Map ( SparseMatrixBase< MatrixType > &  a_mat)
inlinestatic

Definition at line 193 of file SuperLUSupport.h.

◆ operator=()

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

Definition at line 129 of file SuperLUSupport.h.

◆ setScalarType()

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

Definition at line 158 of file SuperLUSupport.h.

◆ setStorageType()

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

Definition at line 145 of file SuperLUSupport.h.

Member Data Documentation

◆ innerInd

int* Eigen::SluMatrix::innerInd

Definition at line 141 of file SuperLUSupport.h.

◆ lda

int Eigen::SluMatrix::lda

Definition at line 139 of file SuperLUSupport.h.

◆ nnz

int Eigen::SluMatrix::nnz

Definition at line 139 of file SuperLUSupport.h.

◆ outerInd

int* Eigen::SluMatrix::outerInd

Definition at line 142 of file SuperLUSupport.h.

◆ storage

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

◆ values

void* Eigen::SluMatrix::values

Definition at line 140 of file SuperLUSupport.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:12