SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
Modules | Typedefs
Essential Math Module

Module Description

The Essential Math Module contains the basic building blocks for numerical applications. Templatized classes representing vectors, matrices, and arrays form the core of the library. Classes for random numbers, statistics, linear algebra, linear regression, and FFTs extend its functionality.

Modules

 Math Collections
 
 FFT Server
 
 LU Factorization
 
 Statistics
 

Typedefs

typedef std::complex< double > DComplex
 
typedef std::complex< float > FComplex
 

Typedef Documentation

typedef std::complex<double> DComplex

Convenience typedef for C++ Standard Library complex number of type double.

typedef std::complex<float> FComplex

Convenience typedef for C++ Standard Library complex number of type float.

Copyright © 2016 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.