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

Functions

void dlatme (int n, char dist, int iseed[], double d[], int mode, double cond, double dmax, char ei[], char rsign, char upper, char sim, double ds[], int modes, double conds, int kl, int ku, double anorm, int lda, double a[], double work[], int *info)
 Generates random non-symmetric square matrices with specified eigenvalues
 
void dlatmr (int m, int n, char dist, int iseed[], char sym, double d[], int mode, double cond, double dmax, char rsign, char grade, double dl[], int model, double condl, double dr[], int moder, double condr, char pivtng, int ipivot[], int kl, int ku, double sparse, double anorm, char pack, int lda, double a[], int iwork[], int *info)
 Generates random matrices with specified diagonal elements
 
void dlatms (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, double a[], double work[], int *info)
 Generates random matrices with specified singular values or symmetric random matrices with specified eigenvalues
 
void dlatmt (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, double a[], double work[], int *info)
 Generates random matrices with specified singular values or symmetric random matrices with specified eigenvalues (with specified rank of matrix)
 

Detailed Description

This is the group of Z1. Test matrix generation.