add fmatrix in, todo add buffer file

This commit is contained in:
tqchen
2014-09-01 10:45:05 -07:00
parent e3153b976c
commit 7d1e9f06d4
3 changed files with 237 additions and 34 deletions

View File

@@ -113,6 +113,9 @@ class ThreadBuffer {
inline ElemFactory &get_factory(void) {
return factory;
}
inline const ElemFactory &get_factory(void) const{
return factory;
}
// size of buffer
int buf_size;
private: