Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
row_matrix Struct Reference

#include <Ifpack_IKLU_Utils.h>

Public Attributes

int nzmax
 
int m
 
int n
 
int * p
 
int * j
 
double * x
 
int nz
 

Detailed Description

Definition at line 57 of file Ifpack_IKLU_Utils.h.

Member Data Documentation

int row_matrix::nzmax

Definition at line 59 of file Ifpack_IKLU_Utils.h.

int row_matrix::m

Definition at line 60 of file Ifpack_IKLU_Utils.h.

int row_matrix::n

Definition at line 61 of file Ifpack_IKLU_Utils.h.

int* row_matrix::p

Definition at line 62 of file Ifpack_IKLU_Utils.h.

int* row_matrix::j

Definition at line 63 of file Ifpack_IKLU_Utils.h.

double* row_matrix::x

Definition at line 64 of file Ifpack_IKLU_Utils.h.

int row_matrix::nz

Definition at line 65 of file Ifpack_IKLU_Utils.h.


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