MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
Mat Struct Reference

Matrix structure
A* = (A0* | A1* | ... | Ap-1* ) More...

#include <mapmat.h>

Data Fields

int flag
int m
int nnz
int * indices
double * values
int lcount
int * lindices
MPI_Comm comm
int * com_indices
int com_count
int steps
int * nS
int * nR
int ** R
int ** S

Detailed Description

Matrix structure
A* = (A0* | A1* | ... | Ap-1* )

Definition at line 29 of file mapmat.h.


Field Documentation

int Mat::flag

Definition at line 30 of file mapmat.h.

int Mat::m

Definition at line 31 of file mapmat.h.

int Mat::nnz

Definition at line 32 of file mapmat.h.

int* Mat::indices

Definition at line 33 of file mapmat.h.

double* Mat::values

Definition at line 34 of file mapmat.h.

int Mat::lcount

Definition at line 36 of file mapmat.h.

int* Mat::lindices

Definition at line 37 of file mapmat.h.

MPI_Comm Mat::comm

Definition at line 39 of file mapmat.h.

int* Mat::com_indices

Definition at line 41 of file mapmat.h.

int Mat::com_count

Definition at line 41 of file mapmat.h.

int Mat::steps

Definition at line 42 of file mapmat.h.

int* Mat::nS

Definition at line 43 of file mapmat.h.

int * Mat::nR

Definition at line 43 of file mapmat.h.

int** Mat::R

Definition at line 44 of file mapmat.h.

int ** Mat::S

Definition at line 44 of file mapmat.h.


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