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
scalm.f File Reference

Go to the source code of this file.

Functions

subroutine sscalm (M, N, S, A, LDA)
subroutine dscalm (M, N, S, A, LDA)
subroutine cscalm (M, N, S, A, LDA)
subroutine zscalm (M, N, S, A, LDA)

Function Documentation

subroutine sscalm ( integer  M,
integer  N,
real  S,
real, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 20 of file scalm.f.

Here is the caller graph for this function:

subroutine dscalm ( integer  M,
integer  N,
double precision  S,
double precision, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 39 of file scalm.f.

Here is the caller graph for this function:

subroutine cscalm ( integer  M,
integer  N,
complex  S,
complex, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 58 of file scalm.f.

Here is the caller graph for this function:

subroutine zscalm ( integer  M,
integer  N,
double complex  S,
double complex, dimension(lda*n)  A,
integer  LDA 
)

Definition at line 77 of file scalm.f.

Here is the caller graph for this function: