Home
last modified time | relevance | path

Searched defs:MatrixRow (Results 1 – 18 of 18) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-16596.rs4 trait MatrixRow { fn dummy(&self) { }} in dummy() trait
8 impl<'a> MatrixRow for &'a Mat {} impl
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A DVector.h33 template <int RTYPE> class MatrixRow ; variable
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathMatrix22.cpp35 struct MatrixRow { struct
36 explicit MatrixRow(T *data) : _data(data) {} in MatrixRow() argument
37 T & operator [] (int i) { return _data[i]; } in operator []()
38 T *_data;
40 static const char *name;
41 static void register_class() in register_class()
H A DPyImathMatrix33.cpp35 struct MatrixRow { struct
36 explicit MatrixRow(T *data) : _data(data) {} in MatrixRow() argument
37 T & operator [] (int i) { return _data[i]; } in operator []()
38 T *_data;
40 static const char *name;
41 static void register_class() in register_class()
H A DPyImathMatrix44.cpp36 struct MatrixRow { struct
37 explicit MatrixRow(T *data) : _data(data) {} in MatrixRow() function
38 T & operator [] (int i) { return _data[i]; } in operator []()
39 T *_data;
41 static const char *name;
42 static void register_class() in register_class()
/dports/math/analitza/analitza-21.12.3/analitza/
H A Dabstractexpressiontransformer.h28 class MatrixRow; variable
H A Dabstractexpressionvisitor.h40 class MatrixRow; variable
H A Dmatrix.cpp124 MatrixRow::MatrixRow(int size) in MatrixRow() function in MatrixRow
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dzero_half_cuts.h78 const CombinationOfRows& MatrixRow(int row) const { return rows_[row]; } in MatrixRow() function
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/vector/
H A DMatrixRow.h133 MatrixRow( MATRIX& object, int i ) : in MatrixRow() function
146 MatrixRow( const MatrixRow& other ) : in MatrixRow() function
/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmatrc.h147 inline MatrixRow::MatrixRow(GeneralMatrix* gmx, LoadAndStoreFlag cwx, int row) in MatrixRow() function
H A Dnewmat.h227 class MatrixRow; variable
/dports/math/newmat/newmat-1.1_1/
H A Dnewmatrc.h158 inline MatrixRow::MatrixRow(GeneralMatrix* gmx, LoadAndStoreFlag cwx, int row) in MatrixRow() function
H A Dnewmat.h243 class MatrixRow; variable
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/matrix/
H A Dnewmatrc.h146 inline MatrixRow::MatrixRow(GeneralMatrix* gmx, LoadAndStoreFlag cwx, int row) in MatrixRow() function
H A Dnewmat.h227 class MatrixRow; variable
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/include/
H A Dmatrixsearch.h102 } MatrixRow, *PMatrixRow; typedef
/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dmatrix.h102 MatrixRow(const NumVect<T> &row) : row(const_cast<NumVect<T> &>(row)) {} in MatrixRow() function