Home
last modified time | relevance | path

Searched refs:lwmatrix (Results 1 – 2 of 2) sorted by relevance

/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_mattype.h169 typedef lwvector * lwmatrix; typedef
179 typedef lwmatrix * lwmatrix3;
301 ( lwmatrix & L, word N, word M, word ShiftN=1, word ShiftM=1 );
322 extern void FreeMatrixMemory ( lwmatrix & L, word N,
H A Dmmdb_mattype.cpp282 bool GetMatrixMemory ( lwmatrix & L, word N, word M, in GetMatrixMemory()
374 void FreeMatrixMemory ( lwmatrix & L, word N, in FreeMatrixMemory()
482 A = new lwmatrix[N]; in GetMatrix3Memory()