SourcePro® API Reference Guide

 
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 RWMathVec< int > RWIntVec
 

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.

typedef RWMathVec<int> RWIntVec

Convenience typedef for RWMathVec instantiated on type int.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.