Go to the source code of this file.
|
| template<typename typMk > |
| int | indice (const typename typMk::value_type &m, const typMk &stockmon) |
| |
| template<typename Base , typename typstock , typename typdump > |
| void | computestockmon (typstock &stockmon, const Base &b, const typdump &dump) |
| |
| template<typename typmat , typename typdump , typename Base , typename typstock > |
| void | matmul (typmat &m, const int p, const typdump &dump, const Base &b, const typstock &stockmon) |
| |
| template<typename typmat , typename typdump , typename Base , typename typstock > |
| void | trans_matmul (typmat &m, const int p, const typdump &dump, const Base &b, const typstock &stockmon) |
| |
template<typename Base , typename typstock , typename typdump >
| void computestockmon |
( |
typstock & |
stockmon, |
|
|
const Base & |
b, |
|
|
const typdump & |
dump |
|
) |
| |
template<typename typMk >
| int indice |
( |
const typename typMk::value_type & |
m, |
|
|
const typMk & |
stockmon |
|
) |
| |
template<typename typmat , typename typdump , typename Base , typename typstock >
| void matmul |
( |
typmat & |
m, |
|
|
const int |
p, |
|
|
const typdump & |
dump, |
|
|
const Base & |
b, |
|
|
const typstock & |
stockmon |
|
) |
| |
template<typename typmat , typename typdump , typename Base , typename typstock >
| void trans_matmul |
( |
typmat & |
m, |
|
|
const int |
p, |
|
|
const typdump & |
dump, |
|
|
const Base & |
b, |
|
|
const typstock & |
stockmon |
|
) |
| |