Home | History | Annotate | Download | only in SparseCore

Lines Matching defs:Options

97       Options = _Options
854 EIGEN_STATIC_ASSERT((Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
937 void set_from_triplets(const InputIterator& begin, const InputIterator& end, SparseMatrixType& mat, int Options = 0)
939 EIGEN_UNUSED_VARIABLE(Options);