namespace xilinx_apps::cosinesim

Overview

namespace cosinesim {

// typedefs

typedef std::int64_t RowIndex;
typedef std::int32_t ColIndex;

// structs

struct Options;
struct Result;

// classes

template <typename Value>
class CosineSim;

class CosineSimBase;
class Exception;

} // namespace cosinesim

Detailed Documentation

Typedefs

typedef std::int64_t RowIndex

Integral type for population vector row indexes.

typedef std::int32_t ColIndex

Integral type for population or target vector element indexes.