/[ascend]/trunk/base/generic/solver/mtx.h
ViewVC logotype

Diff of /trunk/base/generic/solver/mtx.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 60 by jds, Sat Oct 1 00:22:50 2005 UTC revision 61 by jds, Mon Nov 14 02:37:20 2005 UTC
# Line 277  Line 277 
277   **   **
278   **   cur_row,   **   cur_row,
279   **   cur_col, or   **   cur_col, or
280   **   row,col:      a int32 denoting the ith(jth) row(column) as the   **   row,col:      an int32 denoting the ith(jth) row(column) as the
281   **                 the matrix is currently permuted.   **                 matrix is currently permuted (range 0..order-1).
282   **   org_row, org_col:   **   org_row, org_col:
283   **                 an  int32 denoting the ith(jth) row(col) as the   **                 an int32 denoting the ith(jth) row(col) as the matrix
284   **                 matrix is ordered in the unpermuted state.   **                 is ordered in the unpermuted state (range 0..order-1).
285   **   **
286   **   vec:          an array of real64, generally of size   **   vec:          an array of real64, generally of size
287   **                 mtx->order or larger. Indexing scheme is indeterminate.   **                 mtx->order or larger. Indexing scheme is indeterminate.

Legend:
Removed from v.60  
changed lines
  Added in v.61

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22