Home
last modified time | relevance | path

Searched refs:xtype (Results 3201 – 3225 of 5398) sorted by path

1...<<121122123124125126127128129130>>...216

/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest10.m100 [opname optype ztype xtype ytype] = GB_spec_operator (op) ;
H A Dtest11.m14 xtype = types {k1} ; variable
15 fprintf ('\n%-14s ', xtype) ;
36 [I1, J1, X1] = GB_mex_extractTuples (A, xtype) ;
37 [I2, J2, X2] = GB_spec_extractTuples (A, xtype) ;
61 [I1, J1, X1] = GB_mex_extractTuples (B, xtype) ;
62 [I2, J2, X2] = GB_spec_extractTuples (B, xtype) ;
H A Dtest125.m74 [mult_opname mult_optype ztype xtype ytype] = ...
104 switch (xtype)
106 xtype = 'bool' ; variable
108 xtype = 'fc32' ; variable
110 xtype = 'fc64' ; variable
112 xtype = 'fp32' ; variable
114 xtype = 'fp64' ; variable
142 % add_opname, mult_opname, xtype) ;
H A Dtest152.m39 [rename optype ztype xtype ytype] = GB_spec_operator (op) ;
44 A.class = xtype ;
H A Dtest153.m21 [opadd, t, ztype, xtype, ytype] = GB_spec_operator (add) ;
32 if (~isequal (ztype, xtype))
50 [opmult, t2, z2, xtype, y] = GB_spec_operator (mult) ;
62 fprintf (' %s.%s.%s\n', opadd, opmult, xtype) ;
H A Dtest154.m34 [oname ot ztype xtype ytype] = GB_spec_operator (op) ;
99 A.class = xtype ;
105 x.class = xtype ;
111 X.class = xtype ;
H A Dtest17.m16 xtype = types {k1} ; variable
17 fprintf ('\n%-14s ', xtype) ;
45 x1 = GB_mex_Matrix_extractElement (A, iu, ju, xtype) ;
46 x2 = GB_spec_Matrix_extractElement (A, i, j, xtype) ;
55 x1 = GB_mex_Vector_extractElement (B, iu, xtype) ;
56 x2 = GB_spec_Vector_extractElement (B, i, xtype) ;
H A Dtest23.m109 xtype = types {k3} ; variable
110 X = GB_mex_cast (Y, xtype) ;
127 % fprintf ('xtype: %s ', xtype) ;
178 % fprintf ('xtype: %s\n', xtype) ;
H A Dtest24.m86 [opname optype ztype xtype ytype] = ...
128 [opname optype ztype xtype ytype] = GB_spec_operator (accum) ;
H A Dtest74.m71 [mult_opname mult_optype ztype xtype ytype] = ...
H A Dtest75.m103 [mult_opname mult_optype ztype xtype ytype] = GB_spec_operator (mult_op) ;
H A Dtest75b.m109 [mult_opname mult_optype ztype xtype ytype] = GB_spec_operator (mult_op) ;
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.c314 || (!(A->xtype == CHOLMOD_REAL || A->xtype == CHOLMOD_COMPLEX))) in main()
320 klu_demo (A->nrow, A->p, A->i, A->x, A->xtype == CHOLMOD_REAL) ; in main()
H A Dkluldemo.c317 || (!(A->xtype == CHOLMOD_REAL || A->xtype == CHOLMOD_COMPLEX))) in main()
323 klu_l_demo (A->nrow, A->p, A->i, A->x, A->xtype == CHOLMOD_REAL) ; in main()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/Tcov/
H A Dklutest.c418 isreal = (A->xtype == CHOLMOD_REAL) ; in do_1_solve()
884 if (!(A->xtype == CHOLMOD_REAL || A->xtype == CHOLMOD_COMPLEX)) in main()
896 isreal = (A->xtype == CHOLMOD_REAL) ; in main()
909 X = CHOLMOD_allocate_dense (n, NRHS, n, A->xtype, &ch) ; in main()
937 B = CHOLMOD_allocate_dense (n, NRHS, n, A->xtype, &ch) ; in main()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/User/
H A Dklu_cholmod.c59 A->xtype = CHOLMOD_PATTERN ; in klu_cholmod()
H A Dklu_l_cholmod.c59 A->xtype = CHOLMOD_PATTERN ; in klu_l_cholmod()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/SLIP_LU/Source/
H A Dslip_cast_array.c48 SLIP_type xtype, // type of X in slip_cast_array() argument
87 switch (xtype) in slip_cast_array()
147 switch (xtype) in slip_cast_array()
232 switch (xtype) in slip_cast_array()
319 switch (xtype) in slip_cast_array()
405 switch (xtype) in slip_cast_array()
H A Dslip_internal.h682 SLIP_type xtype, // type of X
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/SPQR/Demo/
H A Dqrdemo.cpp53 atr = cholmod_l_zeros (n, 1, r->xtype, cc) ; // atr = zeros (n,1) in check_residual()
102 B = cholmod_l_ones (m, 1, A->xtype, cc) ; in main()
105 if (A->xtype == CHOLMOD_REAL) in main()
126 if (A->xtype == CHOLMOD_REAL) in main()
H A Dqrdemo_gpu.cpp69 B = cholmod_l_ones (m, 1, A->xtype, cc) ; in main()
72 if (A->xtype == CHOLMOD_REAL) in main()
H A Dqrdemo_gpu2.cpp67 B = cholmod_l_ones (m, 1, A->xtype, cc) ; in main()
H A Dqrdemo_gpu3.cpp69 B = cholmod_l_ones (m, 1, A->xtype, cc) ; in main()
H A Dqrdemoc.c49 B = cholmod_l_ones (m, 1, A->xtype, cc) ; in main()
H A Dqrsimple.cpp26 B = cholmod_l_ones (A->nrow, 1, A->xtype, cc) ; in main()

1...<<121122123124125126127128129130>>...216