-
Notifications
You must be signed in to change notification settings - Fork 10
BNS Core
Justin Marple edited this page Feb 10, 2015
·
1 revision
BNSCore can be found in Modules/Core/ . This portion of the code is what makes several other modules to be possible.
Implemented here is the following:
- BNSCore. This includes "BNS()" and initiates anything that needs to be in the entirety of BNSLib.
- BNSHeap. This allocates memory in such a way we can access and relocate memory dynamically
- BNSDataStructures. This includes different ways to represent data, for instance DynamicArrays and Stacks
- BNSMatrix. This is a specific data structure that is implemented that allows for a large amount of matrix operations to be computed
- BNSGaussian. This is a multivariate normal distribution.