#include "basics.h"
#include "vector_sig.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::VecErr |
| exception class More... | |
| class | TBCI::BVector< T > |
| provides basic Vector functionality but arithmetic operators (+=, - , *, /. More... | |
Functions | |
| template<typename T> | |
| std::ostream & | TBCI::operator<< (std::ostream &os, const BVector< T > &v) |
| template<typename T> | |
| std::istream & | TBCI::operator>> (std::istream &in, BVector< T > &v) |
| template<typename T> | |
| BVector< T > | TBCI::concat (const BVector< T > &b1, const BVector< T > &b2) |
Definition in file bvector.h.
1.5.6