Releases: LoreDN/Cpp
Releases · LoreDN/Cpp
LinearAlgebra_v1.0.0
First release of the Linear Algebra library.
Have been implemented the following Classes:
LDN:linear_algebra:Vector: Mathematical Vector of fixed dimension.LDN:linear_algebra:Matrix: Mathematical Matrix of fixed dimensions.
Have also been implemented some Utility Functions for the Vector Class.
Exception_v1.1.0
Have been implemented the following Class:
LDN::exception::Dimension: dimension compatibility for two Data-Structures.
Have also been implemented ane Utility Functions for Exception catching.
Hash_v1.0.1
Fixed LDN::HashSet.resize( ).
Set Move-Only Constructors for LDN::HashSet.
Exception_v1.0.1
Have been added attributes for the compiler.
Hash_v1.0.0
First release of the Hash library.
Have been implemented the following Classes:
LDN::Hash: Interface for Hash Data-Structures.LDN::HashSet: Polimorfic Abstract Class for Hash-Sets.LDN::hash_set::Open: Hash-Set with Open hashing.LDN::hash_set::Close: Hash-Set with Close hashing.
Exception_v1.0.0
First release of the Exception library.
Have been implemented the following Classes:
LDN::Exception: Interface for the Exceptions.LDN::exception::Index: out-of-bounds Data-Structure access.LDN::exception::Size: filling an already full Data-Structure.LDN::exception::File: FileStreams opening errors.
Have also been implemented some Utility Functions for Exception catching.