Home
last modified time | relevance | path

Searched defs:GetSubMatrix (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/tests/files/
H A Dcuda.cu29 __device__ Matrix GetSubMatrix(Matrix A, int row, int col) in GetSubMatrix() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/matrix/
H A Dnewmat.h251 class GetSubMatrix; variable
376 friend class GetSubMatrix; variable
534 friend class GetSubMatrix; variable
1511 GetSubMatrix in GetSubMatrix() function
1520 GetSubMatrix(const GetSubMatrix& g) in GetSubMatrix() function
/dports/math/R-cran-RHmm/RHmm/src/
H A DcDMatrix.cpp438 void GetSubMatrix(cDMatrix& theSrcMatrix, uint theSize, cDMatrix& theDestMatrix) in GetSubMatrix() function
443 void GetSubMatrix(cDMatrix& theSrcMatrix, uint theNRow, uint theNCol, cDMatrix& theDestMatrix) in GetSubMatrix() function
/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmat.h251 class GetSubMatrix; variable
378 friend class GetSubMatrix; variable
547 friend class GetSubMatrix; variable
1567 GetSubMatrix in GetSubMatrix() function
1574 GetSubMatrix(const GetSubMatrix& g) in GetSubMatrix() function
/dports/math/newmat/newmat-1.1_1/
H A Dnewmat.h267 class GetSubMatrix; variable
436 friend class GetSubMatrix; variable
618 friend class GetSubMatrix; variable
1808 GetSubMatrix in GetSubMatrix() function
1815 GetSubMatrix(const GetSubMatrix& g) in GetSubMatrix() function
/dports/math/mfem/mfem-4.3/linalg/
H A Dsparsemat.cpp2676 void SparseMatrix::GetSubMatrix(const Array<int> &rows, const Array<int> &cols, in GetSubMatrix() function in mfem::SparseMatrix