Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Xxt::sparse_cholesky Struct Reference

#include <Xxt.hpp>

Public Attributes

unsigned int n
 
unsigned int * Lrp
 
unsigned int * Lj
 
double * L
 
double * D
 

Detailed Description

Definition at line 67 of file Xxt.hpp.

Member Data Documentation

double * Xxt::sparse_cholesky::D

Definition at line 69 of file Xxt.hpp.

double* Xxt::sparse_cholesky::L

Definition at line 69 of file Xxt.hpp.

unsigned int * Xxt::sparse_cholesky::Lj

Definition at line 68 of file Xxt.hpp.

unsigned int * Xxt::sparse_cholesky::Lrp

Definition at line 68 of file Xxt.hpp.

unsigned int Xxt::sparse_cholesky::n

Definition at line 68 of file Xxt.hpp.