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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 23 of file dpoly.f.

Here is the call graph for this function: