Home
last modified time | relevance | path

Searched defs:MatrixView (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dlinalg.h42 MatrixView(HostDeviceVector<T> *vec, std::array<size_t, 2> strides, in MatrixView() function
48 MatrixView(HostDeviceVector<std::remove_const_t<T>> const *vec, in MatrixView() function
56 MatrixView(HostDeviceVector<T> *vec, std::array<size_t, 2> shape, in MatrixView() function
63 MatrixView(std::vector<T> *vec, std::array<size_t, 2> shape) in MatrixView() function
70 MatrixView(HostDeviceVector<std::remove_const_t<T>> const *vec, in MatrixView() function
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dlinalg.h42 MatrixView(HostDeviceVector<T> *vec, std::array<size_t, 2> strides, in MatrixView() function
48 MatrixView(HostDeviceVector<std::remove_const_t<T>> const *vec, in MatrixView() function
56 MatrixView(HostDeviceVector<T> *vec, std::array<size_t, 2> shape, in MatrixView() function
63 MatrixView(std::vector<T> *vec, std::array<size_t, 2> shape) in MatrixView() function
70 MatrixView(HostDeviceVector<std::remove_const_t<T>> const *vec, in MatrixView() function
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DMatrixView.H35 class MatrixView; // fwd decl -- defined in matrix.H variable
H A DMatrixOps.H37 class MatrixView; // fwd decl -- defined in matrix.H variable
H A DPPOrdering.H35 class MatrixView; // forward declaration -- defined in matrix.H variable
H A Dmatrix.H250 inline MatrixView::MatrixView(MatrixViewBase* MatPtr): in MatrixView() function
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DMatrixView.H35 class MatrixView; // fwd decl -- defined in matrix.H variable
H A DMatrixOps.H36 class MatrixView; // fwd decl -- defined in matrix.H variable
H A DPPOrdering.H35 class MatrixView; // forward declaration -- defined in matrix.H variable
H A Dmatrix.H250 inline MatrixView::MatrixView(MatrixViewBase* MatPtr): in MatrixView() function
/dports/science/cdo/cdo-2.0.0/src/
H A Dmatrix_view.h29 MatrixView(T *array, size_t rows, size_t columns) : arr(array), numRows(rows), numColumns(columns) in MatrixView() function
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.h134 vtkMatrix4x4 * MatrixView; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.h133 vtkMatrix4x4* MatrixView; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.h116 vtkMatrix4x4 * MatrixView; variable
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixTool.h31 class MatrixView; variable
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DCoCoALibSupplement.H35 class MatrixView; variable
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DCoCoALibSupplement.H35 class MatrixView; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/numeric/
H A Dmatrix.h495 MatrixView(base_type & _matrix, size_t k1, size_t k2, size_t n1, size_t n2) in MatrixView() function
504 MatrixView(const MatrixView & _matrix) in MatrixView() function
513 MatrixView(Matrix & _matrix) in MatrixView() function
/dports/math/lib2geom/lib2geom-1.1/include/2geom/numeric/
H A Dmatrix.h495 MatrixView(base_type & _matrix, size_t k1, size_t k2, size_t n1, size_t n2) in MatrixView() function
504 MatrixView(const MatrixView & _matrix) in MatrixView() function
513 MatrixView(Matrix & _matrix) in MatrixView() function
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/application/
H A DRosegardenMainViewWidget.h53 class MatrixView; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dunfold-masked-merge-scalar-constmask-interleavedbits.ll50 ; CHECK-BMI-NEXT: # kill: def $edi killed $edi def $rdi
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_BaseMatrix.h55 class MatrixView; variable
H A DTMV_Matrix.h1328 inline MatrixView(const type& rhs) : in MatrixView() function
1957 inline MatrixView(const type& rhs) : c_type(rhs) {} in MatrixView() function
1958 inline MatrixView(const c_type& rhs) : c_type(rhs) {} in MatrixView() function
/dports/security/helib/HElib-1.3.1/include/helib/
H A DMatrix.h618 MatrixView(const std::initializer_list<Matrix<T>> lst) : columns(lst) {} in MatrixView() function
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A DMatrixView.cpp57 MatrixView::MatrixView(future::Matrix *matrix) : d_matrix(matrix) in MatrixView() function in MatrixView

12