XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
Z1. Test matrix generation (complex)

Functions

Sub Zlatme (N As Long, Dist As String, Iseed() As Long, D() As Complex, Mode As Long, Cond As Double, Dmax As Complex, Rsign As String, Upper As String, Sim As String, Ds() As Double, Modes As Long, Conds As Double, Kl As Long, Ku As Long, ANorm As Double, A() As Complex, Info As Long)
 Generates random non-symmetric square matrices with specified eigenvalues (complex matrices)
 
Sub Zlatmr (M As Long, N As Long, Dist As String, Iseed() As Long, Sym As String, D() As Complex, Mode As Long, Cond As Double, Dmax As Complex, Rsign As String, Grade As String, Dl() As Complex, Model As Long, Condl As Double, Dr() As Complex, Moder As Long, Condr As Double, Pivtng As String, Ipivot() As Long, Kl As Long, Ku As Long, Sparse As Double, ANorm As Double, Pack As String, A() As Complex, Info As Long)
 Generates random matrices with specified diagonal elements (complex matrices)
 
Sub Zlatms (M As Long, N As Long, Dist As String, Iseed() As Long, Sym As String, D() As Double, Mode As Long, Cond As Double, Dmax As Double, Kl As Long, Ku As Long, Pack As String, A() As Complex, Info As Long)
 Generates random matrices with specified singular values or Hermitian random matrices with specified eigenvalues (complex matrices)
 
Sub Zlatmt (M As Long, N As Long, Dist As String, Iseed() As Long, Sym As String, D() As Double, Mode As Long, Cond As Double, Dmax As Double, Rank As Long, Kl As Long, Ku As Long, Pack As String, A() As Complex, Info As Long)
 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).