#include <Expression.h>
Inheritance diagram for exmat::MulBinExp< Left, Right >:

Public Types | |
| typedef self_type | rep_type |
| Althought this rep_type is never used, but VC2003 complain without it. | |
|
typedef GetBinExpTmpType< value_type, ROWS, COLS, Left, Right >::RET | temp_type |
| The type of temporary to store this mul binary expression. | |
| enum | { TNOP, ENOP } |
| Calculate the compile time complexity, NOP = -1 means cannot determine at compile time. More... | |
Resultant size for multiplication expression
|
|||||
|
Calculate the compile time complexity, NOP = -1 means cannot determine at compile time.
|
1.4.6-NO