FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Splitting up the code

 
Post new topic   Reply to topic     Forum Index -> MultiArray
View previous topic :: View next topic  
Author Message
baxissimo



Joined: 23 Oct 2006
Posts: 241
Location: Tokyo, Japan

PostPosted: Wed Oct 31, 2007 9:26 pm    Post subject: Splitting up the code Reply with quote

Just checked in a change that splits the code into the following separate files:

  • multiarray.d - top level import module
  • ndarray.d - the main class implementation
  • arrayops.d - all non-member functions that manipulate ndarrays
  • linalg.d - the BLAS/LAPACK using stuff.
  • basic.d - simple standard helper functions like min,max,swap
  • darray.d - routines for inspecting and manipulating D arrays
  • exceptions.d - bbmath's exception types
  • ranges.d - range type
  • typetraits.d - templates for finding out things about types


Hopefully this will make the code seem a little more manageable.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> MultiArray All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group