GPLIB++
|
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <complex>
#include <iostream>
#include "PCA.h"
#include "VecMat.h"
Go to the source code of this file.
Namespaces | |
gplib | |
Functions | |
std::complex< double > | gplib::sign (const std::complex< double > &z) |
double | gplib::non_lin (const double x) |
void | gplib::ComplexICA (cmat &input, cmat &source_estimate, cmat &mixing_matrix) |