bpp-core3
3.0.0
|
#include <iostream>
#include <vector>
#include "../../Clonable.h"
#include "../NumConstants.h"
#include "../NumTools.h"
#include "../VectorExceptions.h"
Go to the source code of this file.
Classes | |
class | bpp::Matrix< Scalar > |
The matrix template interface. More... | |
class | bpp::RowMatrix< Scalar > |
Matrix storage by row. More... | |
class | bpp::ColMatrix< Scalar > |
Matrix storage by column. More... | |
class | bpp::LinearMatrix< Scalar > |
Matrix storage in one vector. More... | |
Namespaces | |
bpp | |
Functions | |
template<class Scalar > | |
bool | bpp::operator== (const Matrix< Scalar > &m1, const Matrix< Scalar > &m2) |