Advertisement
Guest User

Untitled

a guest
Jul 14th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SGMatrix<T>* out = SG_MALLOC(SGMatrix<T>, new_num_cols);
  2.  
  3. for ( int32_t i = 0 ; i < num_components ; ++i )
  4. out[i] = SGMatrix<T>(num_rows, num_cols);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement