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

#include <Xxt.hpp>

Public Attributes

unsigned int n
unsigned int * Arp
unsigned int * Aj
double * A

Detailed Description

Definition at line 72 of file Xxt.hpp.

Member Data Documentation

double* Xxt::csr_mat::A

Definition at line 73 of file Xxt.hpp.

unsigned int * Xxt::csr_mat::Aj

Definition at line 73 of file Xxt.hpp.

unsigned int * Xxt::csr_mat::Arp

Definition at line 73 of file Xxt.hpp.

unsigned int Xxt::csr_mat::n

Definition at line 73 of file Xxt.hpp.