#include <shark/Core/Shark.h>
#include <shark/LinAlg/BLAS/remora.hpp>
#include <shark/Core/Exception.h>
#include <shark/LinAlg/Tools.h>
#include <shark/LinAlg/Metrics.h>
#include <boost/serialization/deque.hpp>
#include <deque>
Go to the source code of this file.
◆ SHARK_VECTOR_MATRIX_TYPEDEFS
#define SHARK_VECTOR_MATRIX_TYPEDEFS |
( |
|
basetype, |
|
|
|
prefix |
|
) |
| |
Value:typedef blas::vector< basetype > prefix##Vector; \
typedef blas::matrix< basetype, blas::row_major > prefix##Matrix; \
typedef blas::compressed_vector< basetype > Compressed##prefix##Vector; \
typedef blas::compressed_matrix< basetype > Compressed##prefix##Matrix;
Definition at line 59 of file Base.h.