SourcePro® API Reference Guide

 
All Classes Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Linear Algebra Module

Topics

 Decomposition
 
 Factorization
 
 Least Squares Factorization
 
 Symmetric Eigenvalue Decomposition
 
 Nonsymmetric Eigenvalue Decomposition
 
 Sparse Matrices
 

Classes

class  rw_linear_algebra_traits< TypeT >
 A collection of traits typedefs. More...
 
class  rw_linear_algebra_traits< DComplex >
 A collection of traits typedefs specialized on DComplex. More...
 
class  rw_linear_algebra_traits< double >
 A collection of traits typedefs specialized on double. More...
 
class  rw_linear_algebra_traits< float >
 A collection of traits typedefs specialized on float. More...
 

Functions

void rwBlaInitStatics ()
 Deprecated. Initializes Rogue Wave-supplied BLAS and LAPACK routines.
 

Detailed Description

This module provides a complete, intuitive, object-oriented interface to the entities and algorithms of numerical linear algebra. The algorithms are taken from LAPACK, the most complete procedural linear algebra library available today.

Function Documentation

◆ rwBlaInitStatics()

void rwBlaInitStatics ( )
inline
Deprecated
As of SourcePro 11.1, this function is a no-op and can be safely removed.

rwBlaInitStatics() was used for the initialization of private data used by Rogue Wave-supplied BLAS and LAPACK routines.

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