MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Unroll Class Reference
+ Collaboration diagram for Unroll:

Public Member Functions

 Unroll (double diag, double off, unsigned int i, unsigned int j)
 

Public Attributes

unsigned int col
 
double diagVal
 
double offDiagVal
 
unsigned int row
 

Detailed Description

Definition at line 24 of file standaloneTestFastElim.cpp.

Constructor & Destructor Documentation

Unroll::Unroll ( double  diag,
double  off,
unsigned int  i,
unsigned int  j 
)
inline

Definition at line 27 of file standaloneTestFastElim.cpp.

28  :
29  diagVal( diag ),
30  offDiagVal( off ),
31  row( i ),
32  col( j )
33  {;}
unsigned int col
unsigned int row

Member Data Documentation

unsigned int Unroll::col

Definition at line 37 of file standaloneTestFastElim.cpp.

double Unroll::diagVal

Definition at line 34 of file standaloneTestFastElim.cpp.

double Unroll::offDiagVal

Definition at line 35 of file standaloneTestFastElim.cpp.

unsigned int Unroll::row

Definition at line 36 of file standaloneTestFastElim.cpp.


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