|
DiSMEC++
|
#include "matrix_types.h"Go to the source code of this file.
Classes | |
| class | dismec::FastSparseRowIter |
| This is an almost verbatim copy of the SparseFeatures::InnerIterator provided by Eigen. More... | |
Namespaces | |
| dismec | |
| Main namespace in which all types, classes, and functions are defined. | |
Functions | |
| template<typename Scalar , int Options, typename StorageIndex , typename OtherDerived > | |
| auto | dismec::fast_dot (const Eigen::SparseMatrix< Scalar, Options, StorageIndex > &first, int row, const Eigen::MatrixBase< OtherDerived > &other) -> Scalar |