#include "bvector.h"
#include "fs_vector.h"
#include "matrix.h"
#include "band_matrix.h"
#include "index.h"
#include "tensor.h"
#include "crmatrix.h"
#include "cscmatrix.h"
#include "f_bandmatrix.h"

Go to the source code of this file.
Definition in file exceptions.cc.
| #define THROW_EXC | ( | x | ) |
Value:
WEAK(void __tbci_throw_exception0_##x ()) \ { throw x (); } \ WEAK(void __tbci_throw_exception1_##x ()) \ { throw x ("foo1"); } \ WEAK(void __tbci_throw_exception2_##x ()) \ { throw x ("foo2", 0); }
Definition at line 22 of file exceptions.cc.
1.5.6