Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. ·
http://arma.sourceforge.net/
Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. ·
http://arma.sourceforge.net/
Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. ·
http://arma.sourceforge.net/
Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. ·
http://arma.sourceforge.net/
SciMath C/C++ Scientific Math Library provides advanced functions in most areas of math and is available for a wide range of applications and for a variety of 16 and 32 bit C/C++ compilers and platforms. ·
http://www.scimath.com/
SciMath C/C++ Scientific Math Library provides advanced functions in most areas of math and is available for a wide range of applications and for a variety of 16 and 32 bit C/C++ compilers and platforms. ·
http://www.scimath.com/
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite. ·
http://www.gnu.org/software/gsl/
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite. ·
http://www.gnu.org/software/gsl/
CodeLite is an open-source, cross platform IDE for the C/C++ programming languages (build and tested on Windows XP SP3, Windows Vista, Windows 7, Ubuntu 10.04, and Mac OSX 10.5.8). CodeLite is distributed under the terms of the GPLv2 license with an exception:
License exception:
The only exception is that plugins developed for CodeLite (other than the ones that comes with the official installer provided by the CodeLite team), are allowed to remain closed sourced and can be distributed under any license ·
http://www.codelite.org/
CodeLite is an open-source, cross platform IDE for the C/C++ programming languages (build and tested on Windows XP SP3, Windows Vista, Windows 7, Ubuntu 10.04, and Mac OSX 10.5.8). CodeLite is distributed under the terms of the GPLv2 license with an exception:
License exception:
The only exception is that plugins developed for CodeLite (other than the ones that comes with the official installer provided by the CodeLite team), are allowed to remain closed sourced and can be distributed under any license ·
http://www.codelite.org/
a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavors) and to some extent PHP, C# and D. ·
http://www.stack.nl/~dimitri/doxygen/
a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavors) and to some extent PHP, C# and D. ·
http://www.stack.nl/~dimitri/doxygen/
KeePass is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. ·
http://keepass.info/
KeePass is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. ·
http://keepass.info/
T. L. Veldhuizen, and M. E. Jernigan. Proceedings of the 1st International Scientific Computing in Object-Oriented Parallel Environments ISCOPE'97, Springer-Verlag, (1997)
T. L. Veldhuizen, and M. E. Jernigan. Proceedings of the 1st International Scientific Computing in Object-Oriented Parallel Environments ISCOPE'97, Springer-Verlag, (1997)
Nicolai M. Josuttis. Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, (1999)from Amazon.com :
"Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.
The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library STL for containers like vectors and linked lists, as well as generic algorithms which allow you to sort, search, and manipulate elements inside containers. The best thing about The C++ Standard Library is that it gives the reader a concise guide to working with these basic containers from lists to sets and maps, with everything in between. Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods. Learn just a few methods and you can pretty much work with them all.
In addition to STL, this book excels at providing a readable introduction to the generic algorithms which can be used to sort, search, and otherwise manipulate STL containers. Other books either fold this material in with the explanation of containers or make it seem like an esoteric topic. The fact is, generic algorithms work with all the STL types, and by separating these algorithms out like this the reader can learn the rich array of algorithms available in today's standard C++. While this book concentrates on STL and algorithms, readers will still find great coverage on Standard Library string classes and streams including a fine section on internationalization and locales.
For the beginning or intermediate C++ programmer, The C++ Standard Library can be a real timesaver. It arranges and explains the complexities of the C++ Standard Library and STL in a manageable format that's great as a reference and as an approach to programming. --Richard Dragan
Topics covered: history of C++ and the Standard Library, template basics, Big-O Notation, the std namespace, standard exceptions, allocators, standard library utilities, pairs and auto_ptr, numeric limits, the Standard Template Library STL basics, containers, iterators, algorithms, vectors, lists, deques, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues, iterator adapters, function objects, element requirements, value and reference semantics, complex numbers, valarrays, stream classes, stream manipulators and formatting, file I/O, internationalization, and locales.
Book Info
Provides a set of common classes and interfaces that greatly extend the core C++ language. Provides comprehensive documentation of each library component, and offers clearly written explanations of complex concepts, describing the practical programming details needed for effective use, and gives examples of working code. DLC: C++ Computer program language. ".
Nicolai M. Josuttis. Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, (1999)from Amazon.com :
"Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.
The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library STL for containers like vectors and linked lists, as well as generic algorithms which allow you to sort, search, and manipulate elements inside containers. The best thing about The C++ Standard Library is that it gives the reader a concise guide to working with these basic containers from lists to sets and maps, with everything in between. Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods. Learn just a few methods and you can pretty much work with them all.
In addition to STL, this book excels at providing a readable introduction to the generic algorithms which can be used to sort, search, and otherwise manipulate STL containers. Other books either fold this material in with the explanation of containers or make it seem like an esoteric topic. The fact is, generic algorithms work with all the STL types, and by separating these algorithms out like this the reader can learn the rich array of algorithms available in today's standard C++. While this book concentrates on STL and algorithms, readers will still find great coverage on Standard Library string classes and streams including a fine section on internationalization and locales.
For the beginning or intermediate C++ programmer, The C++ Standard Library can be a real timesaver. It arranges and explains the complexities of the C++ Standard Library and STL in a manageable format that's great as a reference and as an approach to programming. --Richard Dragan
Topics covered: history of C++ and the Standard Library, template basics, Big-O Notation, the std namespace, standard exceptions, allocators, standard library utilities, pairs and auto_ptr, numeric limits, the Standard Template Library STL basics, containers, iterators, algorithms, vectors, lists, deques, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues, iterator adapters, function objects, element requirements, value and reference semantics, complex numbers, valarrays, stream classes, stream manipulators and formatting, file I/O, internationalization, and locales.
Book Info
Provides a set of common classes and interfaces that greatly extend the core C++ language. Provides comprehensive documentation of each library component, and offers clearly written explanations of complex concepts, describing the practical programming details needed for effective use, and gives examples of working code. DLC: C++ Computer program language. ".