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

Go to the source code of this file.

Functions

subroutine cpoly (M, A, LDA, N, V, P, LDP, B)

Function Documentation

subroutine cpoly ( integer  M,
complex, dimension(lda*m)  A,
integer  LDA,
integer  N,
complex, dimension(n)  V,
complex, dimension(ldp*m)  P,
integer  LDP,
complex, dimension(1)  B 
)

Definition at line 23 of file cpoly.f.

Here is the call graph for this function: