bpp-core3  3.0.0
Matrix.h File Reference
#include <iostream>
#include <vector>
#include "../../Clonable.h"
#include "../NumConstants.h"
#include "../NumTools.h"
#include "../VectorExceptions.h"
+ Include dependency graph for Matrix.h:
+ This graph shows which files directly or indirectly include this file:

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)