Home Browse Files
template <typename IndexType>
    void
    lamrg(IndexType             n1,
          IndexType             n2,
          const float           *A,
          IndexType             dtrd1,
          IndexType             dtrd2,
          IndexType             *index);

Defined in namespace cxxlapack. Function lamrg with 1 template parameters.

template <typename IndexType>
    void
    lamrg(IndexType             n1,
          IndexType             n2,
          const double          *A,
          IndexType             dtrd1,
          IndexType             dtrd2,
          IndexType             *index);

Defined in namespace cxxlapack. Function lamrg with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn