ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/src/mulm.h
Revision: 199
Committed: Tue Jul 21 15:00:12 2009 UTC (15 years, 9 months ago) by picher
Content type: text/plain
File size: 1483 byte(s)
Log Message:
Projet d'optimisation

File Contents

# Content
1 // (c) 2006 Jean-Marc DROUET/OptiS ********************************** mulm.h * >
2 //
3 // 20-03-2006
4 //
5 //******************************************************************************
6
7 #ifndef _mulmh
8 #define _mulmh
9
10 #include "bib_0000.h"
11
12 //******************************************************************************
13 // types globaux du module mulm
14
15 //******************************************************************************
16 // constantes globales du module mulm
17
18 //******************************************************************************
19 // variables globales du module mulm
20
21 //******************************************************************************
22 //
23 // multiplication de 2 matrices : C = A*B
24 // h
25
26 ty_RSLT mulm( vifl *_A ,
27 vifl *_B ,
28 ulong _NLA ,
29 ulong _NCA ,
30 ulong _NCB ,
31
32 vifl *_C );
33
34 //******************************************************************************
35 //
36 // multiplication de 2 matrices : C = A*B
37 // h
38
39 ty_RSLT mulm_32x387( vifl *_A ,
40 vifl *_B ,
41 ulong _NLA ,
42 ulong _NCA ,
43 ulong _NCB ,
44
45 vifl *_C );
46
47 // (c) 2006 Jean-Marc DROUET/OptiS ********************************** mulm.h * <
48
49 #endif
50

Properties

Name Value
svn:executable