Matrix Generator XLATMR | |
---|---|
Source: | LAPACK |
Discipline: | Numerical linear algebra |
Language: | Fortran |
Output format: | Matrix Market format, column major dense, column major dense packed |
DLATMR/ZLATMR generates random matrices of various types, and was developed to aid in testing the dense/structured sparse numerical algorithms in LAPACK. These routines are distributed as part of the LAPACK Test Suite, which is bundled with the complete library distribution, and, for convenience, are available here; see Links.
Interactive generation of DLATMR/ZLATMR matrices in Matrix Market format (with size restriction) and sample driving programs is available through the CGI Interface to DLATMR/ZLATMR.
Random dense/sparse matrices are generated in DLATMR/ZLATMR by applying the following sequence of operations:
Parameters:
M | number of rows |
N | number of columns |
DIST | distribution of random values |
SYM | symmetry |
D | diagonal entries |
MODE | diagonal selection control |
COND | diagonal selection parameter |
DMAX | diagonal scaling parameter |
RSIGN | application of random sign |
GRADE | grade control |
DL | left grading matrix entries |
MODEL | left grading matrix selection |
CONDL | left grading matrix selection parameter |
DR | right grading matrix entries |
MODER | right grading matrix selection |
CONDR | right grading matrix selection parameter |
PIVTNG | pivoting selection control |
IPIVOT | pivoting selection parameter |
SPARSE | degree of sparsity |
KL | lower bandwidth |
KU | upper bandwidth |
ANORM | matrix scaling factor |
PACK | output format |
[ Home ] [ Search ] [ Browse ] [ Resources ]
Last change in this page: Wed Sep 22 13:34:27 US/Eastern 2004 [Comments: ]