Home
last modified time | relevance | path

Searched refs:taucs_single (Results 1 – 12 of 12) sorted by relevance

/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_vec_base.c72 (taucs_single) a, (taucs_single*) x, in taucs_vec_axpby()
73 (taucs_single) b, (taucs_single*) y, in taucs_vec_axpby()
74 (taucs_single*) axpby); in taucs_vec_axpby()
88 (taucs_single) a, (taucs_scomplex*) x, in taucs_vec_axpby()
89 (taucs_single) b, (taucs_scomplex*) y, in taucs_vec_axpby()
128 taucs_svec_permute(n, (taucs_single*) v, (taucs_single*) pv, p); in taucs_vec_permute()
151 taucs_svec_ipermute(n, (taucs_single*) v, (taucs_single*) pv, p); in taucs_vec_ipermute()
H A Dtaucs.h118 typedef float taucs_single; typedef
240 #define taucs_abs(x) ((taucs_single) fabs(x))
447 extern taucs_single taucs_szero_const ;
448 extern taucs_single taucs_sone_const ;
449 extern taucs_single taucs_sminusone_const;
549 taucs_single* s;
575 #define taucs_datatype taucs_single
576 #define taucs_real_datatype taucs_single
592 #define taucs_real_datatype taucs_single
634 typedef taucs_single taucs_datatype;
[all …]
H A Dtaucs_ccs_solve_llt.c392 (taucs_single*)x,(taucs_single*)b); in taucs_ccs_solve_schur()
432 return taucs_sccs_solve_llt(L,(taucs_single*) x, (taucs_single*) b); in taucs_ccs_solve_llt()
461 return taucs_sccs_solve_ldlt(L,(taucs_single*) x, (taucs_single*) b); in taucs_ccs_solve_ldlt()
H A Dtaucs_complex.c33 taucs_single taucs_szero_const = 0.0f;
34 taucs_single taucs_sone_const = 1.0f;
35 taucs_single taucs_sminusone_const = -1.0f;
H A Dtaucs_ccs_ops.c280 taucs_sccs_times_vec(m, (taucs_single*) X, (taucs_single*) B); in taucs_ccs_times_vec()
351 taucs_single* X, in taucs_sccs_times_vec_dacc()
352 taucs_single* B) in taucs_sccs_times_vec_dacc()
355 taucs_single Aij; in taucs_sccs_times_vec_dacc()
383 for (i=0; i < n; i++) B[i] = (taucs_single) Bd[i]; in taucs_sccs_times_vec_dacc()
H A Dtaucs_private.h74 taucs_single* X,
75 taucs_single* B);
H A Dtaucs_ccs_io.c84 bytes_read = read(f,A->values.s,colptr[ncols]*sizeof(taucs_single)); in taucs_ccs_read_binary()
989 v = taucs_malloc(n * sizeof(taucs_single)); in taucs_vec_read_binary()
991 bytes_read = read(f,v,n*sizeof(taucs_single)); in taucs_vec_read_binary()
1031 bytes_read = write(f,v,n*sizeof(taucs_single)); in taucs_vec_write_binary()
H A Dtaucs_linsolve.c28 if (flags & TAUCS_SINGLE) return sizeof(taucs_single); in element_size()
H A Dtaucs_sn_llt.c567 taucs_single taucs_szero_const = 0.0f;
568 taucs_single taucs_sone_const = 1.0f;
569 taucs_single taucs_sminusone_const = -1.0f;
H A Dtaucs_ooc_io.c106 if (flags & TAUCS_SINGLE) return sizeof(taucs_single); in element_size()
/dports/math/taucs/taucs-2.2_23/progs/
H A Dtaucs_run.c183 ((taucs_single*)X)[i]=(taucs_single) ((double)rand()/(double)RAND_MAX); in main()
187 taucs_single cre,cim; in main()
188 cre = (taucs_single) ((double)rand()/(double)RAND_MAX); in main()
189 cim = (taucs_single) ((double)rand()/(double)RAND_MAX); in main()
193 taucs_single zre,zim; in main()
H A Dtaucs_mumps.c268 ((taucs_single*)X)[i]=(taucs_single) ((double)random()/(double)RAND_MAX); in main()
272 taucs_re(((taucs_scomplex*)X)[i])=(taucs_single) ((double)random()/(double)RAND_MAX); in main()
273 taucs_im(((taucs_scomplex*)X)[i])=(taucs_single) ((double)random()/(double)RAND_MAX); in main()