Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

matvec::NodeStruct Struct Reference

#include <sparsematrix.h>

List of all members.


Detailed Description

This is used in SparseMatrix.

Definition at line 33 of file sparsematrix.h.

Public Attributes

Vector< unsigned > adj_list
Vector< double > a


Member Data Documentation

Vector<double> matvec::NodeStruct::a
 

Definition at line 35 of file sparsematrix.h.

Referenced by matvec::SparseMatrix::factor(), matvec::SparseMatrix::initial_lij(), matvec::SparseMatrix::solv(), and matvec::SparseMatrix::solvrow().

Vector<unsigned> matvec::NodeStruct::adj_list
 

Definition at line 34 of file sparsematrix.h.

Referenced by matvec::SparseMatrix::elim_node(), matvec::SparseMatrix::factor(), matvec::SparseMatrix::initial_lij(), matvec::SparseMatrix::solv(), and matvec::SparseMatrix::solvrow().


The documentation for this struct was generated from the following file:
Generated on Thu Jun 16 17:14:40 2005 for Matvec by doxygen1.2.16