|
bpp-core
2.2.0
|
#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::ColMatrix< Scalar > |
| Matrix storage by column. More... | |
| class | bpp::LinearMatrix< Scalar > |
| Matrix storage in one vector. More... | |
Namespaces | |
| bpp | |
| This class allows to perform a correspondence analysis. | |
Functions | |
| template<class Scalar > | |
| bool | bpp::operator== (const Matrix< Scalar > &m1, const Matrix< Scalar > &m2) |