bpp-core  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Friends
Matrix.h File Reference
#include <vector>
#include "../../Clonable.h"
#include "../NumConstants.h"
#include "../NumTools.h"
#include "../VectorExceptions.h"
#include <iostream>
+ 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::LinearMatrix< Scalar >
 Matrix storage in one vector. More...
 

Namespaces

namespace  bpp
 This class allows to perform a correspondence analysis.
 

Functions

template<class Scalar >
bool bpp::operator== (const Matrix< Scalar > &m1, const Matrix< Scalar > &m2)