Home
last modified time | relevance | path

Searched defs:uMat (Results 1 – 7 of 7) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DlinearAlgebra.cc103 void luDecomp(const matrix aMat, matrix &pMat, matrix &lMat, matrix &uMat, in luDecomp()
204 matrix uMat; in luInverse() local
238 matrix uMat; in luRank() local
251 bool upperRightTriangleInverse(const matrix uMat, matrix &iMat, in upperRightTriangleInverse()
353 const matrix uMat, matrix &iMat, const ring R) in luInverseFromLUDecomp()
378 const matrix uMat, const matrix bVec, in luSolveViaLUDecomp()
1225 matrix pMat; matrix lMat; matrix uMat; /* for the decomposition of A */ in henselFactors() local
1344 matrix &uMat, poly &l, poly &u, poly &lTimesU) in lduDecomp()
1462 const matrix dMat, const matrix uMat, in luSolveViaLDUDecomp()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaoptflow/src/
H A Dbrox.cpp176 …NCVMatrixReuse<Ncv32f> uMat(uMemSeg, static_cast<Ncv32u>(textureAlignment), u.cols, u.rows, static… in calc() local
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dextra.cc791 matrix pMat; matrix lMat; matrix dMat; matrix uMat; in jjSYSTEM() local
847 matrix uMat = (matrix)h->next->next->next->Data(); in jjSYSTEM() local
H A Diparith.cc4562 matrix uMat; in jjLU_DECOMP() local
7522 matrix uMat = (matrix)v->next->next->Data(); in jjLU_INVERSE() local
7590 matrix uMat = (matrix)v->next->next->Data(); in jjLU_SOLVE() local
/dports/math/singular/Singular-Release-4-2-1/kernel/combinatorics/
H A Dhilb.cc2277 matrix uMat; in HilbertSeries_OrbitData() local
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c10240 void ComputeLandU (int dim, MrBFlt **aMat, MrBFlt **lMat, MrBFlt **uMat) in ComputeLandU()
11090 MrBFlt *bVec, **lMat, **uMat; in GaussianElimination() local
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.others.R2208 uMat <- cbind(u0, rep(0, nn), u1) functionVar