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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 23 of file spoly.f.

Here is the call graph for this function: