MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Private Attributes | Friends | List of all members
AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense Class Reference

Stores the factorization nonzeros for Dense. More...

#include <AbstractLinAlgPack_DirectSparseSolverDense.hpp>

Inherits FactorizationNonzeros.

Public Types

typedef FortranTypes::f_int f_int
 

Private Attributes

DMatrix LU_
 
bool rect_analyze_and_factor_
 
std::valarray< f_intipiv_
 
IVector basis_perm_
 

Friends

class DirectSparseSolverDense
 
class BasisMatrixDense
 

Detailed Description

Stores the factorization nonzeros for Dense.

Definition at line 123 of file AbstractLinAlgPack_DirectSparseSolverDense.hpp.

Member Typedef Documentation

Friends And Related Function Documentation

friend class DirectSparseSolverDense
friend
friend class BasisMatrixDense
friend

Member Data Documentation

DMatrix AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense::LU_
private
bool AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense::rect_analyze_and_factor_
private
std::valarray<f_int> AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense::ipiv_
private
IVector AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense::basis_perm_
private

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