Table of Contents

Class: TriDiagMatrix py4cs/SparseMatrix.py
Base Classes   
StructuredSparseMatrix
Methods   
__div__
__init__
__str__
matrix_index
solve
  __div__ 
__div__ ( self,  rhs )

  __init__ 
__init__ (
        self,
        size=0,
        matrix=None,
        initial_code=None,
        index_code=None,
        **user_kw,
        )

  __str__ 
__str__ ( self )

print matrix as square matrix table

  matrix_index 
matrix_index (
        self,
        i,
        j,
        )

Exceptions   
IndexError, '(%d,%d) not legal index' %( i, j )
  solve 
solve ( self,  rhs )

Exceptions   
TypeError, "rhs must be of type Vector"

Table of Contents

This document was automatically generated on Sun Mar 14 15:31:01 2004 by HappyDoc version 2.1