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


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) |
Definition in file expm.h.
1.5.6