#include <ICLUtils/Macros.h>
#include <ICLUtils/Exception.h>
#include <iterator>
#include <algorithm>
#include <numeric>
#include <functional>
#include <vector>
#include <cmath>
#include <ipp.h>
#include "mkl_cblas.h"
Go to the source code of this file.
|
| | icl |
| | undocument this line if you encounter any issues!
|
| |
| | icl::math |
| |
|
| template<class T > |
| ICLMath_IMP std::ostream & | icl::math::operator<< (std::ostream &s, const DynMatrix< T > &m) |
| | ostream operator implemented for uchar, short, int, float and double matrices More...
|
| |
| template<class T > |
| ICLMath_IMP std::istream & | icl::math::operator>> (std::istream &s, DynMatrix< T > &m) |
| | istream operator implemented for uchar, short, int, float and double matrices More...
|
| |
| template<class T > |
| DynMatrix< T > | icl::math::operator, (const DynMatrix< T > &left, const DynMatrix< T > &right) |
| | vertical concatenation of matrices More...
|
| |
| template<class T > |
| DynMatrix< T > | icl::math::operator% (const DynMatrix< T > &top, const DynMatrix< T > &bottom) |
| | horizontal concatenation of matrices More...
|
| |
◆ DYN_MATRIX_COLUMN_CHECK
| #define DYN_MATRIX_COLUMN_CHECK |
( |
|
C, |
|
|
|
E |
|
) |
| |