Recent Releases of librnfpp

librnfpp - 0.1.2

A simple C++ vector library for real vectors with float components.

Added

  • create affinise.cpp
  • create assert_affinisation.cpp
  • create assert_norm_non_zero.cpp
  • create homogenise.cpp
  • create normalise.cpp

Changed

  • rename ~Rnfpp.cpp to destructor.cpp

Fixed

  • missing documentation for destructor source file

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.1.1

A simple C++ vector library for real vectors with float components.

Added

  • add preferred-citation
  • create addition_inplace.cpp
  • create division_inplace.cpp
  • create multiplication_inplace.cpp
  • create subtraction_inplace.cpp
  • GitHub Action: automatic CFF validation
  • overloads for methods
  • submodule doxygen.cfg

Changed

  • update blank

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.1.0

A simple C++ vector library for real vectors with float components.

Added

  • create CITATION.cff
  • create distance.cpp
  • create ~Rnfpp.cpp
  • create set_components.cpp
  • submodule blank
  • typedef: fvec_t

Changed

  • optimise repository manual build instruction
  • rename g++-dll.m to dll-g++.m
  • unite authors.yaml with project.yaml
  • update docs-snippets
  • update Doxygen settings to work with version 1.9.1
  • update routines

Fixed

  • G++ typos
  • incorrect variable values in build instructions

Removed

  • authors.yaml

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.0.5

A simple C++ vector library for real vectors with float components.

Added

  • create assert_range.cpp
  • create index.cpp
  • create inner.cpp
  • create norm.cpp
  • further docstrings

Changed

  • adjust method implementations

Fixed

  • call index elements only using the .at () method of std :: vector <float>
  • indentation in header file

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.0.4

A simple C++ vector library for real vectors with float components.

Added

  • build instruction: DLL compilation
  • create assert_non_zero.cpp
  • create division.cpp
  • create g++-dll.m
  • create multiplication.cpp
  • create same_dimension.cpp
  • create subtraction.cpp

Changed

  • qualify all getters as noexcept

Fixed

  • enable Windows compilation to DLL
  • qualify all methods as const

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.0.3

A simple C++ vector library for real vectors with float components.

Added

  • build instruction: library creation
  • create addition.cpp
  • create assert_same_dimension.cpp
  • create equality.cpp
  • create g++-ar.m

Changed

  • rename Rnfpp :: dimension () to Rnfpp :: get_dimension ()
  • rename dimension.cpp to get_dimension.cpp

Fixed

  • discarded qualifiers
  • logical errors
  • type conflicts

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.0.2

A simple C++ vector library for real vectors with float components.

Added

  • build instruction: Doxygen
  • create dimension.cpp
  • create get_components.cpp
  • create Rnfpp.cpp
  • create Rnfpp.hpp
  • Doxygen settings

Changed

  • adjust README description
  • update docs-snippets

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago

librnfpp - 0.0.1

A simple C++ vector library for real vectors with float components.

Added

  • add GPL 2.0 license
  • build instruction: repository manual
  • create .gitignore
  • create list of authors
  • create project meta data for repository manual
  • create repository README
  • create this changelog
  • create this repository
  • submodule docs-snippets
  • submodule routines

Credits

  • @kevinmatthes

- C++
Published by kevinmatthes almost 4 years ago