XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

void zlatme (int n, char dist, int iseed[], doublecomplex d[], int mode, double cond, doublecomplex dmax, char rsign, char upper, char sim, double ds[], int modes, double conds, int kl, int ku, double anorm, int lda, doublecomplex a[], doublecomplex work[], int *info)
 Generates random non-symmetric square matrices with specified eigenvalues (complex matrices)
 
void zlatmr (int m, int n, char dist, int iseed[], char sym, doublecomplex d[], int mode, double cond, doublecomplex dmax, char rsign, char grade, doublecomplex dl[], int model, double condl, doublecomplex dr[], int moder, double condr, char pivtng, int ipivot[], int kl, int ku, double sparse, double anorm, char pack, int lda, doublecomplex a[], int iwork[], int *info)
 Generates random matrices with specified diagonal elements (complex matrices)
 
void zlatms (int m, int n, char dist, int iseed[], char sym, double d[], int mode, double cond, double dmax, int kl, int ku, char pack, int lda, doublecomplex a[], doublecomplex work[], int *info)
 Generates random matrices with specified singular values or Hermitian random matrices with specified eigenvalues (complex matrices)
 
void zlatmt (int m, int n, char dist, int iseed[], char sym, double d[], int mode, double cond, double dmax, int rank, int kl, int ku, char pack, int lda, doublecomplex a[], doublecomplex work[], int *info)
 Generates random matrices with specified singular values or Hermitian random matrices with specified eigenvalues (with specified rank of matrix) (complex matrices)
 

Detailed Description

This is the group of Z1. Test matrix generation (complex).