Export to GitHub

cpp-imaginary-numbers - default

Source Commits


Commits

Author Date Commit Message
matthieu.schaller@gmail.com May 7, 2012 55 Updated a wrong date in the README file.
matthieu.schaller@gmail.com May 7, 2012 54 Corrected some English mistake in the documentation following comments fron Paul
matthieu.schaller@gmail.com May 7, 2012 53 Made the test file more comprehensive and improved the division operator for the
matthieu.schaller@gmail.com May 6, 2012 52 Added an explicit template instanciation of polar() in exp(complex).
matthieu.schaller@gmail.com May 6, 2012 51 Removed the namespace complex. This doesn't solve the ambiguity in the exp() fun
matthieu.schaller@gmail.com May 6, 2012 50 Embedded the whole class in the boost::math::complex namespace instead of boost:
matthieu.schaller@gmail.com May 6, 2012 49 Modified some algorithms to avoid costy recomputations.
matthieu.schaller@gmail.com May 6, 2012 48 Changed the argument type of complex::real(T) and complex::imag(T) to complex::r
matthieu.schaller@gmail.com May 6, 2012 47 Added Op= operatros with Arithmetic RHS to allow for optimizations.
matthieu.schaller@gmail.com May 6, 2012 46 Added complex-arithmetic comparison operators.
matthieu.schaller@gmail.com May 6, 2012 45 Formatted the code to follow the ANSI style.
matthieu.schaller@gmail.com May 6, 2012 44 Added binary arithmetic-complex and arithemtic-imaginary operators to allow for
matthieu.schaller@gmail.com May 4, 2012 43 Corrected a bug introduced in arg(imaginary) by the previous commit.
matthieu.schaller@gmail.com May 4, 2012 42 Corrected a bug in the proj(imaginary) function and added the pow(imaginary, int
matthieu.schaller@gmail.com May 3, 2012 41 Following a suggestion by ChristopherKormanyos, modified the functions to use bo
matthieu.schaller@gmail.com May 1, 2012 40 Following a suggestion by Christopher Kormanyos, replaced the T(0.) by T() every
matthieu.schaller@gmail.com Mar 13, 2012 39 Added a constructor from a std::complex
matthieu.schaller@gmail.com Mar 1, 2012 38 Added the missing tests. Removed the == and != tests between imaginary and reals
matthieu.schaller@gmail.com Feb 29, 2012 37 Added the performance tests for the imaginary class. Corrected the pow() and log
matthieu.schaller@gmail.com Dec 11, 2011 36 Added a (currently empty) test file to measure the performance of both classes.
matthieu.schaller@gmail.com Dec 11, 2011 35 Corrected the introductory comment in the test.cpp file.
matthieu.schaller@gmail.com Dec 11, 2011 34 Updated the test.cpp file to test the boost::complex<> functions and operators.
matthieu.schaller@gmail.com Dec 8, 2011 33 Updated the test.cpp files. A test versus the std::complex class still has to be
matthieu.schaller@gmail.com Dec 7, 2011 32 Implemented all operators and functions. The inverse trigonometric functionsa ar
matthieu.schaller@gmail.com Dec 6, 2011 31 Added all functions to the complex.hpp file. The specialisations for pow and tri
matthieu.schaller@gmail.com Dec 5, 2011 30 Implemented most of the complex class. The logarithm, sqrt and pow functions and
matthieu.schaller@gmail.com Dec 4, 2011 29 Modified the makefile and inclusion paths according to the new directory structu
matthieu.schaller@gmail.com Dec 4, 2011 28 Modified the directory structure according to V. Botet's proposal
matthieu.schaller@gmail.com Nov 25, 2011 27 Added the doxygen documentation files to the repository
matthieu.schaller@gmail.com Nov 24, 2011 26 Added Doxygen documentation comments and files
matthieu.schaller@gmail.com Nov 23, 2011 25 Added a README file
matthieu.schaller@gmail.com Nov 23, 2011 24 The test file now tests all operators and all functions against their equivalent
matthieu.schaller@gmail.com Nov 23, 2011 23 Improved Makefile to take into account the file modifications
matthieu.schaller@gmail.com Nov 23, 2011 22 Added more explanations in the Julia set example
matthieu.schaller@gmail.com Nov 23, 2011 21 Modified the directory structure and added a second example
matthieu.schaller@gmail.com Nov 23, 2011 20 Added the boost license file
matthieu.schaller@gmail.com Nov 23, 2011 19 Simplified the division operator imaginray<T>/std::complex<T>
matthieu.schaller@gmail.com Nov 20, 2011 18 Corrected the path to the documentation in the files comments
matthieu.schaller@gmail.com Nov 20, 2011 17 Initial version of the test file
matthieu.schaller@gmail.com Nov 20, 2011 16 Preliminary version of the documentation
matthieu.schaller@gmail.com Nov 20, 2011 15 Imporved comments accuracy in the example file
matthieu.schaller@gmail.com Nov 20, 2011 14 Applied the '80 columns rule' to the header file
matthieu.schaller@gmail.com Nov 20, 2011 13 Removed the unnecessary directories
matthieu.schaller@gmail.com Nov 20, 2011 12 Modified the comments to match more closely the boost style
matthieu.schaller@gmail.com Nov 20, 2011 11 Improved Makefile to compile both versions of the example file
matthieu.schaller@gmail.com Nov 19, 2011 10 Removed the imag() function returning non-const reference
matthieu.schaller@gmail.com Nov 19, 2011 9 Applied the boost file naming rules.
matthieu.schaller@gmail.com Nov 17, 2011 8 Added cast operators from/to std::complex and changed the Imaginary<T>::imag() r
matthieu.schaller@gmail.com Nov 17, 2011 7 Applied the corrections proposed by Francis (Grizzli) Smit
matthieu.schaller@gmail.com Nov 15, 2011 6 Moved the Imaginary.hpp file next to the example file
matthieu.schaller@gmail.com Nov 15, 2011 5 Modified Makefile
matthieu.schaller@gmail.com Nov 15, 2011 4 SVN now ignores the Code::Blocks project files
matthieu.schaller@gmail.com Nov 15, 2011 3 Removed the Code::Blocks files
matthieu.schaller@gmail.com Nov 15, 2011 2 Modified the repository layout
matthieu.schaller@gmail.com Nov 15, 2011 1 Initial import