Home
last modified time | relevance | path

Searched refs:indepSet (Results 1 – 8 of 8) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_method_amgcr.h59 int selectIndepSet(MLI_Matrix *, int **indepSet);
60 MLI_Matrix *performCR(MLI_Matrix *, int *indepSet, MLI_Matrix **);
61 MLI_Matrix *createPmat(int *indepSet,MLI_Matrix *,MLI_Matrix *,MLI_Matrix *);
62 MLI_Matrix *createRmat(int *indepSet, MLI_Matrix *, MLI_Matrix *);
H A Dmli_method_amgrs.cxx1015 indepSet[colInd] = -1; in performCR()
1026 indepSet[colInd] = -1; in performCR()
1036 if (indepSet[irow] < 0) indepSet[irow] = 1; in performCR()
1039 if (indepSet[irow] == 1) count++; in performCR()
1078 if (count <= 1) indepSet[irow] = 0; in performCR()
1083 if (indepSet[irow] == 1) count++; in performCR()
1158 if (indepSet[irow] == 0) in performCR()
1369 indepSet[colInd] = -1; in performCR()
1389 if (indepSet[irow] == -1) indepSet[irow] = 0; in performCR()
1494 if (indepSet[irow] == 0) in createPmat()
[all …]
H A Dmli_method_amgcr.cxx479 (*indepSet) = ISMarker; in selectIndepSet()
598 if (indepSet[irow] == 0) in performCR()
863 if (indepSet[fPt] == 0) in performCR()
871 indepSet[fPt] = 1; in performCR()
881 if (indepSet[irow] < 0) indepSet[irow] = 0; in performCR()
906 if (indepSet[fPt] == 0) in performCR()
909 indepSet[fPt] = 1; in performCR()
919 if (indepSet[irow] < 0) indepSet[irow] = 0; in performCR()
1029 if (indepSet[irow] == 0) in createPmat()
1338 if (indepSet[irow] == 1) in createPmat()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/LIB/
H A Dsingular.vim57 syn keyword Function imap impart indepSet insert interpolation interred intersect
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diparith.inc104 // operation: indepSet (ideal) -> intvec, only commutative rings, field coeffs
542 // operation: indepSet (ideal, int) -> list, only commutative rings, field coeffs
1003 // token 417 : indepSet
1454 iiArithAddCmd("indepSet", 0, 417, CMD_12, 83);
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/
H A Dreference.tex108 * indepSet::
3311 @node impart, indepSet, imap, Functions
3345 @node indepSet, insert, impart, Functions
3346 @subsection indepSet
3347 @cindex indepSet
3351 @code{indepSet (} ideal_expression @code{)}
3389 indepSet(I);
3393 indepSet(I,0);
3402 indepSet(I,1);
3415 @c end example indepSet reference.doc:2425
[all …]
H A Dtypes.tex387 @item indepSet
388 sets of independent variables of an ideal (see @ref{indepSet})
1359 @item indepSet
1360 sets of independent variables of an ideal (see @ref{indepSet})
/dports/math/gap/gap-4.11.0/pkg/RingsForHomalg-2019.12.08/gap/
H A DSingularTools.gi1008 …indep := homalgSendBlocking( [ "indepSet(ideal(", I, "))" ], "need_output", HOMALG_IO.Pictograms.M…