GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TESTING/MATGEN/slakf2.f(3) LAPACK TESTING/MATGEN/slakf2.f(3)

TESTING/MATGEN/slakf2.f


subroutine slakf2 (m, n, a, lda, b, d, e, z, ldz)
SLAKF2

SLAKF2

Purpose:


Form the 2*M*N by 2*M*N matrix
Z = [ kron(In, A) -kron(B', Im) ]
[ kron(In, D) -kron(E', Im) ],
where In is the identity matrix of size n and X' is the transpose
of X. kron(X, Y) is the Kronecker product between the matrices X
and Y.

Parameters

M


M is INTEGER
Size of matrix, must be >= 1.

N


N is INTEGER
Size of matrix, must be >= 1.

A


A is REAL, dimension ( LDA, M )
The matrix A in the output matrix Z.

LDA


LDA is INTEGER
The leading dimension of A, B, D, and E. ( LDA >= M+N )

B


B is REAL, dimension ( LDA, N )

D


D is REAL, dimension ( LDA, M )

E


E is REAL, dimension ( LDA, N )
The matrices used in forming the output matrix Z.

Z


Z is REAL, dimension ( LDZ, 2*M*N )
The resultant Kronecker M*N*2 by M*N*2 matrix (see above.)

LDZ


LDZ is INTEGER
The leading dimension of Z. ( LDZ >= 2*M*N )

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 104 of file slakf2.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:35 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.