Machine Learning Library
|
Go to the source code of this file.
Classes | |
class | CSparseVector< Type > |
Sparse, immutable vector representation. More... | |
Functions | |
template<class Type > | |
std::ostream & | operator<< (std::ostream &stream, const CSparseVector< Type > &rhs) |
template<class Type > | |
CSparseVector< Type > | operator* (const CSparseVector< Type > &vec, const Type &s) |
template<class Type > | |
CSparseVector< Type > | operator* (const Type &s, const CSparseVector< Type > &vec) |
template<class Type > | |
CSparseVector< Type > | operator/ (const CSparseVector< Type > &, const Type &) |
template<class Type > | |
CSparseVector< Type > | elementMul (const CSparseVector< Type > &, const CVector< Type > &) |
CSparseVector<Type> elementMul | ( | const CSparseVector< Type > & | , |
const CVector< Type > & | |||
) |
CSparseVector<Type> operator* | ( | const CSparseVector< Type > & | vec, |
const Type & | s | ||
) |
CSparseVector<Type> operator* | ( | const Type & | s, |
const CSparseVector< Type > & | vec | ||
) |
CSparseVector<Type> operator/ | ( | const CSparseVector< Type > & | , |
const Type & | |||
) |
std::ostream& operator<< | ( | std::ostream & | stream, |
const CSparseVector< Type > & | rhs | ||
) |
References keyed_iterator< Type >::key().