expm.h File Reference

Solver for linear systems by doing an exponential expansion. More...

#include "../basics.h"
#include "../matrix.h"

Include dependency graph for expm.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TBCI

Functions

template<typename Matrix>
double TBCI::norm_1 (const Matrix &mat)
template<typename T>
double TBCI::norm_1 (const TMatrix< T > &mat)
 We need a special implementation for TMatrix to prevent memory leak.
template<typename Matrix>
void TBCI::expm (const Matrix &exponent, Matrix &E)
template<typename MatrixIn, typename MatrixOut>
void TBCI::expm2 (const MatrixIn &exponent, MatrixOut &erg, double ERROR=1e-3)
template<typename MatrixIn, typename MatrixOut>
void TBCI::expm3 (const MatrixIn &exponent, MatrixOut &erg, double ERROR=1e-3)


Detailed Description

Solver for linear systems by doing an exponential expansion.

Definition in file expm.h.


Generated on Wed Nov 20 09:27:54 2013 for TBCI Numerical high perf. C++ Library by  doxygen 1.5.6