Home
last modified time | relevance | path

Searched refs:op_rowm2 (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/matrix/
H A Dmatrix_subexp.h303 struct op_rowm2 struct
305 op_rowm2(const M& m_, const long& row_, const long& len) : m(m_), row(row_), length(len) {} in op_rowm2() function
329 const matrix_op<op_rowm2<EXP> > rowm ( in rowm() argument
345 typedef op_rowm2<EXP> op; in rowm()
H A Dmatrix_blas_bindings.h524 int get_inc(const matrix_op<op_rowm2<matrix<T,NR,NC,MM,row_major_layout> > >& ) in get_inc()
550 int get_inc(const matrix_op<op_rowm2<matrix<T,NR,NC,MM,column_major_layout> > >& m) in get_inc()
602 …const T* get_ptr (const matrix_op<op_rowm2<matrix<T,NR,NC,MM,L> > >& m) { return &m.op.m(m.op.row,… in get_ptr()
H A Dmatrix_assign.h152 struct matrix_type_id<matrix_op<op_rowm2<matrix<T,NR,NC,MM,L> > > >
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/
H A Dmatrix_subexp.h303 struct op_rowm2 struct
305 op_rowm2(const M& m_, const long& row_, const long& len) : m(m_), row(row_), length(len) {} in op_rowm2() argument
329 const matrix_op<op_rowm2<EXP> > rowm ( in rowm() argument
345 typedef op_rowm2<EXP> op; in rowm()
H A Dmatrix_blas_bindings.h524 int get_inc(const matrix_op<op_rowm2<matrix<T,NR,NC,MM,row_major_layout> > >& ) in get_inc()
550 int get_inc(const matrix_op<op_rowm2<matrix<T,NR,NC,MM,column_major_layout> > >& m) in get_inc()
602 …const T* get_ptr (const matrix_op<op_rowm2<matrix<T,NR,NC,MM,L> > >& m) { return &m.op.m(m.op.row,… in get_ptr()
H A Dmatrix_assign.h152 struct matrix_type_id<matrix_op<op_rowm2<matrix<T,NR,NC,MM,L> > > >