Home Browse Files
template <typename IndexType>
    IndexType
    orbdb(char                  trans,
          char                  signs,
          IndexType             m,
          IndexType             p,
          IndexType             q,
          float                 *X11,
          IndexType             ldX11,
          float                 *X12,
          IndexType             ldX12,
          float                 *X21,
          IndexType             ldX21,
          float                 *X22,
          IndexType             ldX22,
          float                 *theta,
          float                 *phi,
          float                 *taup1,
          float                 *taup2,
          float                 *tauq1,
          float                 *tauq2,
          float                 *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    orbdb(char                  trans,
          char                  signs,
          IndexType             m,
          IndexType             p,
          IndexType             q,
          double                *X11,
          IndexType             ldX11,
          double                *X12,
          IndexType             ldX12,
          double                *X21,
          IndexType             ldX21,
          double                *X22,
          IndexType             ldX22,
          double                *theta,
          double                *phi,
          double                *taup1,
          double                *taup2,
          double                *tauq1,
          double                *tauq2,
          double                *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn