TemplatizedLapack.h File Reference


Detailed Description

These is a templatized, C++ callable interface to LAPACK and BLAS.

Each method must be explicitly specialized for the supported precisions.

#include "SimTKcommon/internal/common.h"
#include "SimTKlapack.h"

Go to the source code of this file.

Namespaces

namespace  SimTK

Classes

class  Lapack

Functions

template<>
void Lapack::gemm< std::complex< float > > (char transa, char transb, int m, int n, int k, const std::complex< float > &alpha, const std::complex< float > a[], int lda, const std::complex< float > b[], int ldb, const std::complex< float > &beta, std::complex< float > c[], int ldc)
template<>
void Lapack::gemm< std::complex< double > > (char transa, char transb, int m, int n, int k, const std::complex< double > &alpha, const std::complex< double > a[], int lda, const std::complex< double > b[], int ldb, const std::complex< double > &beta, std::complex< double > c[], int ldc)


Generated on Fri Sep 26 07:44:22 2008 for SimTKcore by  doxygen 1.5.6