Classes | Defines | Functions

mnbigmat.h File Reference

#include <WTypes.h>
#include <stdio.h>
#include "export.h"
#include "maxheap.h"

Go to the source code of this file.

Classes

class   BigMatrix

Defines

#define  BIGMAT_MAX_SIZE   50000

Functions

DllExport BOOL  BigMatMult (BigMatrix &a, BigMatrix &b, BigMatrix &c)

Define Documentation

#define BIGMAT_MAX_SIZE   50000

Definition at line 15 of file mnbigmat.h.


Function Documentation

DllExport BOOL BigMatMult ( BigMatrix a,
BigMatrix b,
BigMatrix c 
)