Home Browse Files
template <typename IndexType>
    IndexType
    sbgst(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          float                 *Ab,
          IndexType             ldAb,
          const float           *BB,
          IndexType             ldBB,
          float                 *X,
          IndexType             ldX,
          float                 *work);

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

template <typename IndexType>
    IndexType
    sbgst(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          double                *Ab,
          IndexType             ldAb,
          const double          *BB,
          IndexType             ldBB,
          double                *X,
          IndexType             ldX,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn