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 SimTK::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 SimTK::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 Thu Feb 28 01:34:34 2008 for SimTKcommon by  doxygen 1.4.7