Skip to content

Releases: LoreDN/Cpp

LinearAlgebra_v1.0.0

08 Jan 16:23

Choose a tag to compare

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

16 Dec 19:11

Choose a tag to compare

Have been implemented the following Class:

  1. LDN::exception::Dimension: dimension compatibility for two Data-Structures.

Have also been implemented ane Utility Functions for Exception catching.

Hash_v1.0.1

14 Dec 19:13

Choose a tag to compare

Fixed LDN::HashSet.resize( ).
Set Move-Only Constructors for LDN::HashSet.

Exception_v1.0.1

09 Dec 10:04

Choose a tag to compare

Have been added attributes for the compiler.

Hash_v1.0.0

16 Nov 18:41

Choose a tag to compare

First release of the Hash library.
Have been implemented the following Classes:

  1. LDN::Hash: Interface for Hash Data-Structures.
  2. LDN::HashSet: Polimorfic Abstract Class for Hash-Sets.
  3. LDN::hash_set::Open: Hash-Set with Open hashing.
  4. LDN::hash_set::Close: Hash-Set with Close hashing.

Exception_v1.0.0

05 Nov 11:57

Choose a tag to compare

First release of the Exception library.
Have been implemented the following Classes:

  1. LDN::Exception: Interface for the Exceptions.
  2. LDN::exception::Index: out-of-bounds Data-Structure access.
  3. LDN::exception::Size: filling an already full Data-Structure.
  4. LDN::exception::File: FileStreams opening errors.

Have also been implemented some Utility Functions for Exception catching.