CVM Class Library  8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Functions
infnm.f File Reference

Go to the source code of this file.

Functions

REAL function sinfnm (M, N, A, LDA)
DOUBLE PRECISION function dinfnm (M, N, A, LDA)
REAL function cinfnm (M, N, A, LDA)
DOUBLE PRECISION function zinfnm (M, N, A, LDA)

Function Documentation

REAL function sinfnm ( integer  M,
integer  N,
real, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 19 of file infnm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

DOUBLE PRECISION function dinfnm ( integer  M,
integer  N,
double precision, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 42 of file infnm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

REAL function cinfnm ( integer  M,
integer  N,
complex, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 65 of file infnm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

DOUBLE PRECISION function zinfnm ( integer  M,
integer  N,
double complex, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 88 of file infnm.f.

Here is the call graph for this function:

Here is the caller graph for this function: