GitXplorerGitXplorer
C

Complex

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
cb70ed331715ef619f63fe93c080edf8c47301fa

Redo list-of-shorter-"complex_rt" constructors.

CCTMacUser committed 11 years ago
Unverified
aca5999a3711f1834d51436c494888cda5ee2ef5

Redo "complex_it"-to-"complex_rt" constructors.

CCTMacUser committed 11 years ago
Unverified
baa6a245ab007666ccd146d29452e4fc92626ad8

Redo conversion constructors for "complex_it."

CCTMacUser committed 11 years ago
Unverified
8c1b74a24ba0bb41f5ed292fd070bb40f50991fe

Add "constexpr" to default constructors.

CCTMacUser committed 11 years ago
Unverified
2c1ac04ede0ff3c293439aa810f07e41cc1032d6

Change expressions to avoid unused-type warning.

CCTMacUser committed 11 years ago
Unverified
aaeabbd3fcc04956c4fd3d3825f6202355ab9297

Add Cayley-division operators.

CCTMacUser committed 11 years ago

README

The README file for this repository.

Complex

Hypercomplex Numbers from Cayley–Dickson Construction

This C++ library explores complex numbers plus its extentions from Cayley-Dickson construction, such as quaternions and octonions. The implementation centers around several class templates and many operator and other function templates. C++11 features will be used, so your compiler and standard library need to be set to run in C++11 mode.

The format of the library is like a prototype Boost library submission. As such, the code is under the Boost license.